|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
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 64 of file LangNote.cs.
65 {
67 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > LangNote.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 69 of file LangNote.cs.
70 {
72 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ 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().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> LangNote.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "string",
["text_JP"] = "string",
["text"] = "string"
}
Definition at line 30 of file LangNote.cs.
Referenced by GetTypeMapping().
◆ AllowHotInitialization
| override bool LangNote.AllowHotInitialization |
|
get |
The documentation for this class was generated from the following file: