Class GrandFinaleScheduleSheet.Row
- Namespace
- Nekoyume.TableData.GrandFinale
- Assembly
- Lib9c.dll
[Serializable]
public class GrandFinaleScheduleSheet.Row : SheetRow<int>
- Inheritance
-
GrandFinaleScheduleSheet.Row
- Inherited Members
-
Properties
EndBlockIndex
public long EndBlockIndex { get; }
Property Value
- long
Id
Property Value
- int
Key
public override int Key { get; }
Property Value
- int
StartBlockIndex
public long StartBlockIndex { get; }
Property Value
- long
Methods
IsOpened(long)
public bool IsOpened(long blockIndex)
Parameters
blockIndex
long
Returns
- bool
Set(IReadOnlyList<string>)
public override void Set(IReadOnlyList<string> fields)
Parameters
fields
IReadOnlyList<string>