WebdWebItem

Db representation of an item.

Constructors

this
this()
Undocumented in source.

Members

Variables

cssClasses
string cssClasses;

The css classes.

deleted
bool deleted;

Boolean determining whether the item is deleted or not.

disabled
bool disabled;

Boolean determining whether the item is disabled or not.

id
ulong id;

The id.

name
string name;

The name.

parentItem
ulong parentItem;

The parent item id.

templateView
string templateView;

The template view.

timestamp
DateTime timestamp;

The time the item was last updated.

updateUser
ulong updateUser;

The user who last updated the item.

Meta