Table of Contents

Class MaterialItemSheet.Row

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

Constructors

Row()

public Row()

Row(Dictionary)

public Row(Dictionary serialized)

Parameters

serialized Dictionary

Row(SerializationInfo, StreamingContext)

protected Row(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

Properties

ItemId

public HashDigest<SHA256> ItemId { get; }

Property Value

HashDigest<SHA256>

ItemType

public override ItemType ItemType { get; }

Property Value

ItemType

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object.

public void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo to populate with data.

context StreamingContext

The destination (see StreamingContext) for this serialization.

Exceptions

SecurityException

The caller does not have the required permission.

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>