|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file LangList.cs.
◆ CreateRow()
| override Row LangList.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row LangList.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetList()
| override string[] LangList.GetList |
( |
string |
id | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > LangList.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 70 of file LangList.cs.
71 {
73 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > LangList.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 75 of file LangList.cs.
76 {
78 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ SetRow()
| override void LangList.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> LangList.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["filter"] = 1,
["text_JP"] = 2,
["text"] = 3
}
Definition at line 25 of file LangList.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> LangList.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "string",
["filter"] = "string",
["text_JP"] = "string[]",
["text"] = "string[]"
}
Definition at line 33 of file LangList.cs.
Referenced by GetTypeMapping().
◆ AllowHotInitialization
| override bool LangList.AllowHotInitialization |
|
get |
The documentation for this class was generated from the following file: