|
| Dictionary< string, List< Row > > | groups = new Dictionary<string, List<Row>>() |
| |
|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceStat.cs.
◆ CreateRow()
| override Row SourceStat.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceStat.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceStat.GetRowMapping |
( |
| ) |
|
|
inline |
Definition at line 262 of file SourceStat.cs.
263 {
265 }
static readonly IReadOnlyDictionary< string, int > RowMapping
References RowMapping.
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceStat.GetTypeMapping |
( |
| ) |
|
|
inline |
Definition at line 267 of file SourceStat.cs.
268 {
270 }
static readonly IReadOnlyDictionary< string, string > TypeMapping
References TypeMapping.
◆ OnInit()
| override void SourceStat.OnInit |
( |
| ) |
|
|
inline |
Definition at line 272 of file SourceStat.cs.
273 {
274 foreach (Row row in rows)
275 {
276 if (!row.group.IsEmpty())
277 {
278 groups.GetOrCreate(row.group).Add(row);
279 }
280 }
281 }
Dictionary< string, List< Row > > groups
References SourceStat.Row.group, and groups.
◆ SetRow()
| override void SourceStat.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ groups
| Dictionary<string, List<Row> > SourceStat.groups = new Dictionary<string, List<Row>>() |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceStat.RowMapping |
|
static |
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceStat.TypeMapping |
|
static |
◆ ImportFields
| override string [] SourceStat.ImportFields |
|
get |
The documentation for this class was generated from the following file: