Class BuyerMail
[Serializable]
public class BuyerMail : AttachmentMail, IState
- Inheritance
-
BuyerMail
- Implements
- Inherited Members
Constructors
BuyerMail(Dictionary)
public BuyerMail(Dictionary serialized)
Parameters
serializedDictionary
BuyerMail(AttachmentActionResult, long, Guid, long)
public BuyerMail(AttachmentActionResult attachmentActionResult, long blockIndex, Guid id, long requiredBlockIndex)
Parameters
attachmentActionResultAttachmentActionResultblockIndexlongidGuidrequiredBlockIndexlong
Properties
MailType
public override MailType MailType { get; }
Property Value
TypeId
protected override string TypeId { get; }
Property Value
Methods
Read(IMail)
public override void Read(IMail mail)
Parameters
mailIMail