Class ProductBuyerMail
- Namespace
- Nekoyume.Model.Mail
- Assembly
- Lib9c.dll
[Serializable]
public class ProductBuyerMail : Mail, IState
- Inheritance
-
ProductBuyerMail
- Implements
-
- Inherited Members
-
Constructors
ProductBuyerMail(Dictionary)
public ProductBuyerMail(Dictionary serialized)
Parameters
serialized
Dictionary
ProductBuyerMail(long, Guid, long, Guid, Product)
public ProductBuyerMail(long blockIndex, Guid id, long requiredBlockIndex, Guid productId, Product product)
Parameters
blockIndex
long
id
Guid
requiredBlockIndex
long
productId
Guid
product
Product
Fields
Product
public readonly Product Product
Field Value
- Product
ProductId
public readonly Guid ProductId
Field Value
- Guid
ProductKey
public const string ProductKey = "p"
Field Value
- string
Properties
MailType
public override MailType MailType { get; }
Property Value
- MailType
TypeId
protected override string TypeId { get; }
Property Value
- string
Methods
Read(IMail)
public override void Read(IMail mail)
Parameters
mail
IMail
Serialize()
public override IValue Serialize()
Returns
- IValue