uim-oop ~master (2021-09-08T12:30:12Z)
Dub
Repo
PropertyDefinition
uim
oop
mixins
Undocumented in source.
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
) {
const
char
[]
fieldDefinition
;
const
char
[]
getDefinition
;
const
char
[]
setDefinition
;
const
char
[]
PropertyDefinition
;
}
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
Source
See Implementation
uim
oop
mixins
modules
properties
templates
PropertyDefinition
SProperty
ShortCutElement
ThisElement