|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceCheck.cs.
◆ CreateRow()
| override Row SourceCheck.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceCheck.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceCheck.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 101 of file SourceCheck.cs.
102 {
104 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceCheck.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 106 of file SourceCheck.cs.
107 {
109 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ SetRow()
| override void SourceCheck.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceCheck.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["element"] = 1,
["targetElement"] = 2,
["subFactor"] = 3,
["targetSubFactor"] = 4,
["baseDC"] = 5,
["critRange"] = 6,
["fumbleRange"] = 7,
["dice"] = 8,
["lvMod"] = 9
}
Definition at line 34 of file SourceCheck.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceCheck.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "string",
["element"] = "element_id",
["targetElement"] = "element_id",
["subFactor"] = "float",
["targetSubFactor"] = "float",
["baseDC"] = "int",
["critRange"] = "int",
["fumbleRange"] = "int",
["dice"] = "int",
["lvMod"] = "float"
}
Definition at line 48 of file SourceCheck.cs.
Referenced by GetTypeMapping().
The documentation for this class was generated from the following file: