Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TableData Class Reference
Inheritance diagram for TableData:

Classes

class  Col
 

Public Member Functions

void Init ()
 

Public Attributes

List< Colcols
 
List< string > index
 
Dictionary< string, List< string > > map = new Dictionary<string, List<string>>()
 

Detailed Description

Definition at line 5 of file TableData.cs.

Member Function Documentation

◆ Init()

void TableData.Init ( )
inline

Definition at line 19 of file TableData.cs.

20 {
21 for (int i = 0; i < index.Count; i++)
22 {
23 map.Add(index[i], cols[i].rows);
24 }
25 }
List< string > index
Definition: TableData.cs:15
List< Col > cols
Definition: TableData.cs:13
Dictionary< string, List< string > > map
Definition: TableData.cs:17

References cols, index, and map.

Member Data Documentation

◆ cols

List<Col> TableData.cols

Definition at line 13 of file TableData.cs.

Referenced by Init().

◆ index

List<string> TableData.index

Definition at line 15 of file TableData.cs.

Referenced by Init().

◆ map

Dictionary<string, List<string> > TableData.map = new Dictionary<string, List<string>>()

Definition at line 17 of file TableData.cs.

Referenced by Init().


The documentation for this class was generated from the following file: