Elin Modding Docs Doc
Loading...
Searching...
No Matches
SourceElement Class Reference
Inheritance diagram for SourceElement:

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.Rowhobbies = new List<SourceElement.Row>()
 

Properties

override string[] ImportFields [get]
 

Detailed Description

Definition at line 8 of file SourceElement.cs.

Member Function Documentation

◆ AddRow()

void SourceElement.AddRow ( SourceElement.Row ele,
int id,
string idOrg )

Definition at line 123 of file SourceElement.cs.

◆ CreateRow()

override SourceElement.Row SourceElement.CreateRow ( )

Definition at line 11 of file SourceElement.cs.

◆ OnAfterImportData()

override void SourceElement.OnAfterImportData ( )

Definition at line 96 of file SourceElement.cs.

◆ OnInit()

override void SourceElement.OnInit ( )

Definition at line 80 of file SourceElement.cs.

◆ SetRow()

override void SourceElement.SetRow ( SourceElement.Row r)

Definition at line 74 of file SourceElement.cs.

Member Data Documentation

◆ hobbies

List<SourceElement.Row> SourceElement.hobbies = new List<SourceElement.Row>()

Definition at line 165 of file SourceElement.cs.

Property Documentation

◆ ImportFields

override string [] SourceElement.ImportFields
get

Definition at line 145 of file SourceElement.cs.


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