|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file LangGeneral.cs.
◆ CreateRow()
| override Row LangGeneral.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row LangGeneral.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > LangGeneral.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 59 of file LangGeneral.cs.
60 {
62 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > LangGeneral.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 64 of file LangGeneral.cs.
65 {
67 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ SetRow()
| override void LangGeneral.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> LangGeneral.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["filter"] = 1,
["text_JP"] = 2,
["text"] = 3
}
Definition at line 16 of file LangGeneral.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> LangGeneral.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "str",
["filter"] = "str",
["text_JP"] = "str",
["text"] = "str"
}
Definition at line 24 of file LangGeneral.cs.
Referenced by GetTypeMapping().
The documentation for this class was generated from the following file: