Table of Contents

Class ConsumableItemSheet.Row

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class ConsumableItemSheet.Row : ItemSheet.Row, IState
Inheritance
ConsumableItemSheet.Row
Implements
Inherited Members

Constructors

Row()

public Row()

Row(Dictionary)

public Row(Dictionary serialized)

Parameters

serialized Dictionary

Properties

ItemType

public override ItemType ItemType { get; }

Property Value

ItemType

Stats

public List<DecimalStat> Stats { get; }

Property Value

List<DecimalStat>

Methods

Deserialize(Dictionary)

public static ConsumableItemSheet.Row Deserialize(Dictionary serialized)

Parameters

serialized Dictionary

Returns

ConsumableItemSheet.Row

Serialize()

public override IValue Serialize()

Returns

IValue

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>