|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceCalc.cs.
◆ CreateRow()
| override Row SourceCalc.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceCalc.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceCalc.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 65 of file SourceCalc.cs.
66 {
68 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceCalc.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 70 of file SourceCalc.cs.
71 {
73 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ SetRow()
| override void SourceCalc.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceCalc.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["num"] = 2,
["sides"] = 3,
["bonus"] = 4
}
Definition at line 22 of file SourceCalc.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceCalc.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "string",
["num"] = "string",
["sides"] = "string",
["bonus"] = "string"
}
Definition at line 30 of file SourceCalc.cs.
Referenced by GetTypeMapping().
The documentation for this class was generated from the following file: