Class SellCancelMail
[Serializable]
public class SellCancelMail : AttachmentMail, IState
- Inheritance
-
SellCancelMail
- Implements
- Inherited Members
Constructors
SellCancelMail(Dictionary)
public SellCancelMail(Dictionary serialized)
Parameters
serializedDictionary
SellCancelMail(Result, long, Guid, long)
public SellCancelMail(SellCancellation.Result attachmentActionResult, long blockIndex, Guid id, long requiredBlockIndex)
Parameters
attachmentActionResultSellCancellation.ResultblockIndexlongidGuidrequiredBlockIndexlong
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