Class: abstract
UserSqliteEntity
Identifiable by id.
See
https://en.wikipedia.org/wiki/Reference_(computer_science) (opens in a new tab)
Extends
Implements
Constructors
new UserSqliteEntity()
new UserSqliteEntity():
UserSqliteEntity
Returns
Inherited from
CommonSqliteEntity
.constructor
Properties
Property | Type | Default value | Description | Inherited from |
---|---|---|---|---|
active | boolean | undefined | Active | - |
dateCreated | Date | undefined | Date created. | UserEntityInterface .dateCreated CommonSqliteEntity .dateCreated |
dateDeleted | AuditDateDeleted | undefined | Date deleted. | UserEntityInterface .dateDeleted CommonSqliteEntity .dateDeleted |
dateUpdated | Date | undefined | Date updated. | UserEntityInterface .dateUpdated CommonSqliteEntity .dateUpdated |
email | string | undefined | - | |
id | string | undefined | - | UserEntityInterface .id CommonSqliteEntity .id |
passwordHash | null | string | null | Password hash | - |
passwordSalt | null | string | null | Password salt | - |
userPasswordHistory? | UserPasswordHistoryEntityInterface | undefined | - | - |
username | string | undefined | Username | - |
version | number | undefined | Version | UserEntityInterface .version CommonSqliteEntity .version |