WebdWebItemEntry

Db representation of an item entry.

Constructors

this
this()
Undocumented in source.

Members

Variables

booleanValue
bool booleanValue;

The boolean value.

datetimeValue
DateTime datetimeValue;

The datetime value.

decimalValue
double decimalValue;

The decimal value.

deleted
bool deleted;

Boolean determining whether the item entry was deleted or not.

id
ulong id;

The id.

itemId
ulong itemId;

The item id.

name
string name;

The name.

numericValue
long numericValue;

The numeric value.

parentValue
ulong parentValue;

The parent item entry id.

textValue
string textValue;

The text value.

timestamp
DateTime timestamp;

The time the item entry was last updated.

type
string type;

The type.

updateUser
ulong updateUser;

The user who last updated the item entry.

Meta