Table of Contents

Class ItemEnhanceMail

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

Constructors

ItemEnhanceMail(Dictionary)

public ItemEnhanceMail(Dictionary serialized)

Parameters

serialized Dictionary

ItemEnhanceMail(AttachmentActionResult, long, Guid, long)

public ItemEnhanceMail(AttachmentActionResult attachmentActionResult, long blockIndex, Guid id, long requiredBlockIndex)

Parameters

attachmentActionResult AttachmentActionResult
blockIndex long
id Guid
requiredBlockIndex long

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