|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
Definition at line 4 of file LangNote.cs.
◆ CreateRow()
| override Row LangNote.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row LangNote.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > LangNote.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 57 of file LangNote.cs.
58 {
60 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ SetRow()
| override void LangNote.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> LangNote.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["text_JP"] = 1,
["text"] = 2
}
Definition at line 23 of file LangNote.cs.
Referenced by GetRowMapping().
◆ AllowHotInitialization
| override bool LangNote.AllowHotInitialization |
|
get |
The documentation for this class was generated from the following file: