|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file LangWord.cs.
◆ CreateRow()
| override Row LangWord.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row LangWord.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > LangWord.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 70 of file LangWord.cs.
71 {
73 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > LangWord.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 75 of file LangWord.cs.
76 {
78 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ OnAfterImportData()
| override void LangWord.OnAfterImportData |
( |
| ) |
|
|
inline |
Definition at line 80 of file LangWord.cs.
81 {
82 int num = 0;
83 foreach (Row row in rows)
84 {
85 if (row.id != 0)
86 {
87 num = row.id;
88 }
89 row.id = num;
90 num++;
91 }
92 }
References LangWord.Row.id.
◆ SetRow()
| override void LangWord.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> LangWord.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["group"] = 1,
["name_JP"] = 2,
["name"] = 3
}
Definition at line 25 of file LangWord.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> LangWord.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "int",
["group"] = "string",
["name_JP"] = "string",
["name"] = "string"
}
Definition at line 33 of file LangWord.cs.
Referenced by GetTypeMapping().
◆ AllowHotInitialization
| override bool LangWord.AllowHotInitialization |
|
get |
The documentation for this class was generated from the following file: