PropertyDefinition.PropertyDefinition

Undocumented in source.
  1. char[] PropertyDefinition;
    template PropertyDefinition(string datatype, string propertyName, bool get = true, bool set = true, string defaultValue = null, string condition = null)
    const
    char[] PropertyDefinition;
  2. template PropertyDefinition(string datatype, string field, string propertyName, bool get = true, bool set = true, string defaultValue = null, string condition = null)

Meta