Class SellerMail
[Serializable]
public class SellerMail : AttachmentMail, IState
- Inheritance
-
SellerMail
- Implements
- Inherited Members
Constructors
SellerMail(Dictionary)
public SellerMail(Dictionary serialized)
Parameters
serializedDictionary
SellerMail(AttachmentActionResult, long, Guid, long)
public SellerMail(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