|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceRecipe.cs.
◆ CreateRow()
| override Row SourceRecipe.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceRecipe.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceRecipe.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 113 of file SourceRecipe.cs.
114 {
116 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceRecipe.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 118 of file SourceRecipe.cs.
119 {
121 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ SetRow()
| override void SourceRecipe.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceRecipe.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["factory"] = 1,
["type"] = 2,
["thing"] = 3,
["num"] = 4,
["sp"] = 5,
["time"] = 6,
["ing1"] = 7,
["ing2"] = 8,
["ing3"] = 9,
["tag"] = 10
}
Definition at line 42 of file SourceRecipe.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceRecipe.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "int",
["factory"] = "string",
["type"] = "string",
["thing"] = "string",
["num"] = "string",
["sp"] = "int",
["time"] = "int",
["ing1"] = "string[]",
["ing2"] = "string[]",
["ing3"] = "string[]",
["tag"] = "string[]"
}
Definition at line 57 of file SourceRecipe.cs.
Referenced by GetTypeMapping().
The documentation for this class was generated from the following file: