Table of Contents

Class SheetRow<T>

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public abstract class SheetRow<T>

Type Parameters

T
Inheritance
SheetRow<T>
Derived
Inherited Members

Properties

Key

public abstract T Key { get; }

Property Value

T

Methods

EndOfSheetInitialize()

public virtual void EndOfSheetInitialize()

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Set(IReadOnlyList<string>)

public abstract void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>

Validate()

public virtual void Validate()