|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceZoneAffix.cs.
◆ CreateRow()
| override Row SourceZoneAffix.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceZoneAffix.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceZoneAffix.GetRowMapping |
( |
| ) |
|
|
inline |
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceZoneAffix.GetTypeMapping |
( |
| ) |
|
|
inline |
◆ SetRow()
| override void SourceZoneAffix.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceZoneAffix.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["zone"] = 1,
["name_JP"] = 2,
["name"] = 3,
["textAssign_JP"] = 4,
["textAssign"] = 5,
["detail_JP"] = 6,
["detail"] = 7
}
Definition at line 36 of file SourceZoneAffix.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceZoneAffix.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "int",
["zone"] = "string",
["name_JP"] = "string",
["name"] = "string",
["textAssign_JP"] = "string",
["textAssign"] = "string",
["detail_JP"] = "string",
["detail"] = "string"
}
Definition at line 48 of file SourceZoneAffix.cs.
Referenced by GetTypeMapping().
The documentation for this class was generated from the following file: