Class: abstract InvitationSqliteEntity
Audit SqlLite Embed
Extends
Implements
InvitationEntityInterface
Constructors
new InvitationSqliteEntity()
new InvitationSqliteEntity():
InvitationSqliteEntity
Returns
Inherited from
CommonSqliteEntity.constructor
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
active | boolean | - | - |
category | string | - | - |
code | string | - | - |
constraints? | LiteralObject | - | - |
dateCreated | Date | Date created. | InvitationEntityInterface.dateCreated CommonSqliteEntity.dateCreated |
dateDeleted | AuditDateDeleted | Date deleted. | InvitationEntityInterface.dateDeleted CommonSqliteEntity.dateDeleted |
dateUpdated | Date | Date updated. | InvitationEntityInterface.dateUpdated CommonSqliteEntity.dateUpdated |
email | string | - | - |
id | string | - | InvitationEntityInterface.id CommonSqliteEntity.id |
user | ReferenceIdInterface<string> | - | - |
version | number | Version | InvitationEntityInterface.version CommonSqliteEntity.version |