![]() |
ORK Framework
2.22.0
API Documentation
|
Public Member Functions | |
override void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
string | GetTitle (string name) |
![]() | |
virtual DataObject | GetData () |
Gets a ORKFramework.DataObject representing the class. More... | |
virtual void | EditorAutoSetup (string fieldName) |
Called for all fields using the autoSetup option of the ORKFramework.ORKEditorLayoutAttribute. More... | |
Public Attributes | |
bool | enableTooltip = false |
bool | useTitle = false |
string[] | title |
ContentLayout | contentLayout = new ContentLayout(ContentLayoutType.Both, ContentLayoutInfoType.None) |
HeaderTexts | headerTexts = new HeaderTexts() |
AddBackButton | backButton = new AddBackButton() |
bool | autoSelectType = false |
TypeSorter | typeSorter = new TypeSorter() |
|
virtual |
Sets the variables of the class using a ORKFramework.DataObject.
data | ORKFramework.DataObject containing the data. |
Reimplemented from ORKFramework.BaseData.