Table of Contents

Class ItemSheet.Row

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class ItemSheet.Row : ItemSheet.RowBase
Inheritance
ItemSheet.Row
Derived
Inherited Members

Constructors

Row()

public Row()

Row(Dictionary)

public Row(Dictionary serialized)

Parameters

serialized Dictionary

Properties

ElementalType

public ElementalType ElementalType { get; }

Property Value

ElementalType

Grade

public int Grade { get; }

Property Value

int

Id

public int Id { get; }

Property Value

int

ItemSubType

public ItemSubType ItemSubType { get; protected set; }

Property Value

ItemSubType

ItemType

public virtual ItemType ItemType { get; }

Property Value

ItemType

Key

public override int Key { get; }

Property Value

int

Methods

Deserialize(Dictionary)

public static ItemSheet.Row Deserialize(Dictionary serialized)

Parameters

serialized Dictionary

Returns

ItemSheet.Row

Serialize()

public override IValue Serialize()

Returns

IValue

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>