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.dateCreatedCommonSqliteEntity.dateCreated | 
| dateDeleted | AuditDateDeleted | Date deleted. | InvitationEntityInterface.dateDeletedCommonSqliteEntity.dateDeleted | 
| dateUpdated | Date | Date updated. | InvitationEntityInterface.dateUpdatedCommonSqliteEntity.dateUpdated | 
| email | string | - | - | 
| id | string | - | InvitationEntityInterface.idCommonSqliteEntity.id | 
| user | ReferenceIdInterface<string> | - | - | 
| version | number | Version | InvitationEntityInterface.versionCommonSqliteEntity.version |