DUI5AppObj

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(DUI5App myApp)
Undocumented in source.
this
this(string someContent)
Undocumented in source.
this
this(DUI5App myApp, string someContent)
Undocumented in source.

Members

Functions

loadFrom
O loadFrom(Database db, CachedResults.CachedRow row)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
DData opIndex(string propName)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T newValue, string propName)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSON
string toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
toSQLInsert
string toSQLInsert(string table)
Undocumented in source. Be warned that the author may not have intended to support it.
toSQLUpdate
string toSQLUpdate(string table)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

app
DUI5App app [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
app
DUI5App app [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_app
DUI5App _app;
Undocumented in source.
properties
DData[string] properties;
Undocumented in source.

Meta