- OProperty
template OProperty(string dataType, string propertyName, string defaultValue = null, string get = null, string set = null)
Undocumented in source.
- OProperty_get
template OProperty_get(string dataType, string propertyName, string defaultValue = null)
Undocumented in source.
- OProperty_set
template OProperty_set(string dataType, string propertyName, string defaultValue = null)
Undocumented in source.
- TProperty
template TProperty(string dataType, string propertyName, string defaultValue = null, string get = null, string set = null)
Undocumented in source.
- TPropertyAA
template TPropertyAA(string keyDataType, string valueDataType, string propertyName, string defaultValue = null, string get = null, string set = null)
Undocumented in source.
- TXProperty
template TXProperty(string dataType, string propertyName, string defaultValue = null, string get = null, string set = null)
Undocumented in source.
- TXProperty_get
template TXProperty_get(string dataType, string propertyName, string defaultValue = null, string get = null)
Undocumented in source.