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