User

Undocumented in source.

Members

Variables

createdAt
SysTime createdAt;
Undocumented in source.
email
Nullable!string email;
Undocumented in source.
id
long id;
Undocumented in source.
isAdmin
bool isAdmin;
Undocumented in source.
password
string password;
Undocumented in source.
tempPasswordTime
SysTime tempPasswordTime;
Undocumented in source.
updatedAt
Nullable!SysTime updatedAt;
Undocumented in source.
username
string username;
Undocumented in source.

Inherited Members

From Model

applyPatch
void applyPatch(Patch patch)

Sets all fields on this (with the compile-time class as context) to the values in the given Patch struct.

applyConstructValue
void applyConstructValue()

Explicitly calls value constructors. (@constructValue UDAs) This is already implicitly called by the default constructor and is probably not needed to be called manually.

runValidators
ModelFormat.Field[] runValidators()

Runs the defined @validator functions on fields, returns a list of failed fields.

Meta