|
Elin Modding Docs Doc
|
Classes | |
| class | Row |
Public Member Functions | |
| override SourceElement.Row | CreateRow () |
| override void | SetRow (SourceElement.Row r) |
| override void | OnInit () |
| override void | OnAfterImportData () |
| void | AddRow (SourceElement.Row ele, int id, string idOrg) |
Public Attributes | |
| List< SourceElement.Row > | hobbies = new List<SourceElement.Row>() |
Properties | |
| override string[] | ImportFields [get] |
Definition at line 8 of file SourceElement.cs.
| void SourceElement.AddRow | ( | SourceElement.Row | ele, |
| int | id, | ||
| string | idOrg ) |
Definition at line 123 of file SourceElement.cs.
| override SourceElement.Row SourceElement.CreateRow | ( | ) |
Definition at line 11 of file SourceElement.cs.
| override void SourceElement.OnAfterImportData | ( | ) |
Definition at line 96 of file SourceElement.cs.
| override void SourceElement.OnInit | ( | ) |
Definition at line 80 of file SourceElement.cs.
| override void SourceElement.SetRow | ( | SourceElement.Row | r | ) |
Definition at line 74 of file SourceElement.cs.
| List<SourceElement.Row> SourceElement.hobbies = new List<SourceElement.Row>() |
Definition at line 165 of file SourceElement.cs.
|
get |
Definition at line 145 of file SourceElement.cs.