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