uim.oop.mixins.properties.functional

Undocumented in source.

Members

Templates

OBool
template OBool(string propertyName, string defaultValue = null, bool get = true, bool set = true)

mixin for boolean properties

OBoolArray
template OBoolArray(string propertyName, string defaultValue = null, bool get = true, bool set = true)
Undocumented in source.
OCounter
template OCounter(string name, string defaultValue = null, bool get = true, bool set = true)

mixin for uuid properties

OLanguageString
template OLanguageString(string name, string defaultValue = null, bool get = true, bool set = true)

mixin for language string properties

OObjectId
template OObjectId(string name, string defaultValue = null, bool get = true, bool set = true)

mixin for object id properties

OObjectIds
template OObjectIds(string name, string defaultValue = null, bool get = true, bool set = true)

mixin for object Ids properties - etagUUID

OString
template OString(string propertyName, string defaultValue = null, bool get = true, bool set = true)

mixin for string properties

OStringAA
template OStringAA(string propertyName, string defaultValue = null, bool get = true, bool set = true)
Undocumented in source.
OTimestamp
template OTimestamp(string name, string defaultValue = null, bool get = true, bool set = true)

mixin for uuid properties

OUuid
template OUuid(string propertyName, string defaultValue = null, bool get = true, bool set = true)

mixin for uuid properties

OUuidArray
template OUuidArray(string propertyName, string defaultValue = null, bool get = true, bool set = true)

mixin for uuid properties

OUuidString
template OUuidString(string propertyName, string defaultValue = null, bool get = true, bool set = true)

mixin for uuid properties

Meta