Table of Contents

Class ProductCancelMail

Namespace
Nekoyume.Model.Mail
Assembly
Lib9c.dll
[Serializable]
public class ProductCancelMail : Mail, IState
Inheritance
ProductCancelMail
Implements
Inherited Members

Constructors

ProductCancelMail(Dictionary)

public ProductCancelMail(Dictionary serialized)

Parameters

serialized Dictionary

ProductCancelMail(long, Guid, long, Guid, Product)

public ProductCancelMail(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