|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceKeyItem.cs.
◆ CreateRow()
| override Row SourceKeyItem.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceKeyItem.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceKeyItem.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 83 of file SourceKeyItem.cs.
84 {
86 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceKeyItem.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 88 of file SourceKeyItem.cs.
89 {
91 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ SetRow()
| override void SourceKeyItem.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceKeyItem.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["alias"] = 1,
["name_JP"] = 2,
["name"] = 3,
["detail_JP"] = 4,
["detail"] = 5
}
Definition at line 32 of file SourceKeyItem.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceKeyItem.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "int",
["alias"] = "string",
["name_JP"] = "string",
["name"] = "string",
["detail_JP"] = "string",
["detail"] = "string"
}
Definition at line 42 of file SourceKeyItem.cs.
Referenced by GetTypeMapping().
The documentation for this class was generated from the following file: