Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
ExcelIndex (ICell titleCell, ICell dataCell) | |
string | GetTypeName () |
Static Public Member Functions | |
static List< ExcelIndex > | GetIndex (ISheet sheet) |
Public Attributes | |
string | type |
string | name |
string | enumName = "" |
bool | serializable = true |
Definition at line 4 of file ExcelIndex.cs.
|
inline |
Definition at line 28 of file ExcelIndex.cs.
References name, serializable, and type.
|
inlinestatic |
Definition at line 14 of file ExcelIndex.cs.
References item.
Referenced by ExcelData.Override().
|
inline |
Definition at line 41 of file ExcelIndex.cs.
string ExcelIndex.enumName = "" |
Definition at line 10 of file ExcelIndex.cs.
Referenced by GetTypeName().
string ExcelIndex.name |
Definition at line 8 of file ExcelIndex.cs.
Referenced by ExcelIndex().
bool ExcelIndex.serializable = true |
Definition at line 12 of file ExcelIndex.cs.
Referenced by ExcelIndex().
string ExcelIndex.type |
Definition at line 6 of file ExcelIndex.cs.
Referenced by ExcelIndex(), and GetTypeName().