|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourcePerson.cs.
◆ CreateRow()
| override Row SourcePerson.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourcePerson.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourcePerson.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 142 of file SourcePerson.cs.
143 {
145 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourcePerson.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 147 of file SourcePerson.cs.
148 {
150 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ SetRow()
| override void SourcePerson.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourcePerson.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["idActor"] = 1,
["name_JP"] = 2,
["name"] = 3,
["aka_JP"] = 4,
["aka"] = 5,
["portrait"] = 6,
["faction"] = 7,
["LV"] = 8,
["job"] = 9,
["race"] = 10,
["material"] = 11,
["bio"] = 12,
["detail_JP"] = 13,
["detail"] = 14
}
Definition at line 53 of file SourcePerson.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourcePerson.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "string",
["idActor"] = "string",
["name_JP"] = "string",
["name"] = "string",
["aka_JP"] = "string",
["aka"] = "string",
["portrait"] = "string",
["faction"] = "string",
["LV"] = "int",
["job"] = "string",
["race"] = "string",
["material"] = "string",
["bio"] = "string",
["detail_JP"] = "string",
["detail"] = "string"
}
Definition at line 72 of file SourcePerson.cs.
Referenced by GetTypeMapping().
◆ ImportFields
| override string [] SourcePerson.ImportFields |
|
get |
The documentation for this class was generated from the following file: