Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Item |
Public Member Functions | |
StringBuilder | Apply (ref string text, int gender) |
override void | BuildMap (string sheetName=null) |
![]() | |
ExcelData () | |
ExcelData (string _path, int _index) | |
ExcelData (string _path) | |
void | LoadBook () |
bool | IsModified () |
virtual void | BuildMap (string sheetName="_default") |
List< Dictionary< string, string > > | BuildList (string sheetName="_default") |
void | Override (Dictionary< string, SourceData > sources, bool canAddData=true) |
string | GetText (string id, string topic="text") |
Public Attributes | |
string[] | I_M |
string[] | I_F |
string[] | you_M |
string[] | you_F |
string[] | tags |
int | p_I_M |
int | p_I_F |
int | p_you_M |
int | p_you_F |
List< Item > | items = new List<Item>() |
![]() | |
int | startIndex = 5 |
XSSFWorkbook | book |
IRow | rowIndex |
Dictionary< string, Sheet > | sheets = new Dictionary<string, Sheet>() |
string | path |
int | maxEmptyRows |
DateTime | lastModified |
Definition at line 6 of file TextConv.cs.
|
inline |
Definition at line 71 of file TextConv.cs.
References BuildMap(), TextConv.Item.gender, item, items, TextConv.Item.keys, TextConv.Item.probab, Rand.Range(), Rand.rnd(), and TextConv.Item.suffix.
|
inlinevirtual |
Reimplemented from ExcelData.
Definition at line 147 of file TextConv.cs.
References ExcelData.book, Debug, ExcelParser.GetInt(), I_F, I_M, items, ExcelData.LoadBook(), p_I_F, p_I_M, p_you_F, p_you_M, ExcelData.path, tags, you_F, and you_M.
Referenced by Apply().
string [] TextConv.I_F |
Definition at line 53 of file TextConv.cs.
Referenced by BuildMap().
string [] TextConv.I_M |
Definition at line 51 of file TextConv.cs.
Referenced by BuildMap().
Definition at line 69 of file TextConv.cs.
Referenced by Apply(), and BuildMap().
int TextConv.p_I_F |
Definition at line 63 of file TextConv.cs.
Referenced by BuildMap().
int TextConv.p_I_M |
Definition at line 61 of file TextConv.cs.
Referenced by BuildMap().
int TextConv.p_you_F |
Definition at line 67 of file TextConv.cs.
Referenced by BuildMap().
int TextConv.p_you_M |
Definition at line 65 of file TextConv.cs.
Referenced by BuildMap().
string [] TextConv.tags |
Definition at line 59 of file TextConv.cs.
Referenced by BuildMap().
string [] TextConv.you_F |
Definition at line 57 of file TextConv.cs.
Referenced by BuildMap().
string [] TextConv.you_M |
Definition at line 55 of file TextConv.cs.
Referenced by BuildMap().