PropertyDefinition

Undocumented in source.
  1. template PropertyDefinition(string datatype, string field, string propertyName, bool get = true, bool set = true, string defaultValue = null, string condition = null)
    template PropertyDefinition (
    string datatype
    string field
    string propertyName
    bool get = true
    bool set = true
    string defaultValue = null
    string condition = null
    ) {}
  2. template PropertyDefinition(string datatype, string propertyName, bool get = true, bool set = true, string defaultValue = null, string condition = null)

Members

Variables

PropertyDefinition
char[] PropertyDefinition;
Undocumented in source.
fieldDefinition
char[] fieldDefinition;
Undocumented in source.
getDefinition
char[] getDefinition;
Undocumented in source.
setDefinition
char[] setDefinition;
Undocumented in source.

Meta