|
Elin Decompiled Documentation EA 23.310 Nightly Patch 1
|
Classes | |
| class | Row |
Public Member Functions | |
| override Row | CreateRow () |
| override Row | CreateRowByMapping (IReadOnlyDictionary< string, int > mapping) |
| override void | SetRow (Row r) |
| override IReadOnlyDictionary< string, int > | GetRowMapping () |
| override IReadOnlyDictionary< string, string > | GetTypeMapping () |
| override void | OnInit () |
| override void | OnAfterImportData () |
| void | AddRow (Row ele, int id, string idOrg) |
Public Member Functions inherited from SourceDataInt< SourceElement.Row > | |
| override T | GetRow (string id) |
Public Attributes | |
| List< Row > | hobbies = new List<Row>() |
| Dictionary< string, string > | fuzzyAlias = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase) |
Static Public Attributes | |
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
Properties | |
| override string[] | ImportFields [get] |
Definition at line 7 of file SourceElement.cs.
|
inline |
Definition at line 602 of file SourceElement.cs.
References SourceElement.Row.alias, SourceElement.Row.aliasParent, SourceManager.elements, SourceElement.Row.id, SourceElement.Row.LV, and EClass.sources.
Referenced by OnAfterImportData().
|
inline |
Definition at line 407 of file SourceElement.cs.
References SourceData< T, T2 >.GetFloat(), SourceData< T, T2 >.GetInt(), SourceData< T, T2 >.GetIntArray(), SourceData< T, T2 >.GetString(), and SourceData< T, T2 >.GetStringArray().
|
inline |
Definition at line 470 of file SourceElement.cs.
References SourceData< T, T2 >.GetFloat(), SourceData< T, T2 >.GetInt(), SourceData< T, T2 >.GetIntArray(), SourceData< T, T2 >.GetString(), and SourceData< T, T2 >.GetStringArray().
|
inline |
Definition at line 538 of file SourceElement.cs.
References RowMapping.
|
inline |
Definition at line 543 of file SourceElement.cs.
References TypeMapping.
|
inline |
Definition at line 570 of file SourceElement.cs.
References AddRow(), SourceManager.elements, SourceElement.Row.GetAlias, SourceElement.Row.id, Core.SetCurrent(), and EClass.sources.
|
inline |
Definition at line 548 of file SourceElement.cs.
References fuzzyAlias, hobbies, SourceElement.Row.id, and SourceElement.Row.tag.
|
inline |
Definition at line 533 of file SourceElement.cs.
References SourceElement.Row.id.
| Dictionary<string, string> SourceElement.fuzzyAlias = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase) |
Definition at line 403 of file SourceElement.cs.
Referenced by Core.GetElement(), and OnInit().
Definition at line 400 of file SourceElement.cs.
Referenced by Biography.Generate(), and OnInit().
|
static |
Definition at line 279 of file SourceElement.cs.
Referenced by GetRowMapping().
|
static |
Definition at line 339 of file SourceElement.cs.
Referenced by GetTypeMapping().
|
get |
Definition at line 405 of file SourceElement.cs.