|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceFaction.cs.
◆ CreateRow()
| override Row SourceFaction.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceFaction.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceFaction.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 130 of file SourceFaction.cs.
131 {
133 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceFaction.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 135 of file SourceFaction.cs.
136 {
138 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ SetRow()
| override void SourceFaction.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceFaction.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["name_JP"] = 1,
["name"] = 2,
["type"] = 3,
["faith"] = 4,
["domain"] = 5,
["relation"] = 6,
["textType_JP"] = 7,
["textType"] = 8,
["textAvatar"] = 9,
["detail_JP"] = 10,
["detail"] = 11
}
Definition at line 53 of file SourceFaction.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceFaction.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "string",
["name_JP"] = "string",
["name"] = "string",
["type"] = "string",
["faith"] = "string",
["domain"] = "string",
["relation"] = "int",
["textType_JP"] = "string",
["textType"] = "string",
["textAvatar"] = "string",
["detail_JP"] = "string",
["detail"] = "string"
}
Definition at line 69 of file SourceFaction.cs.
Referenced by GetTypeMapping().
◆ ImportFields
| override string [] SourceFaction.ImportFields |
|
get |
The documentation for this class was generated from the following file: