Class: abstract RoleAssignmentSqliteEntity
Role Assignment Sqlite Entity
Extends
Implements
Constructors
new RoleAssignmentSqliteEntity()
new RoleAssignmentSqliteEntity():
RoleAssignmentSqliteEntity
Returns
Inherited from
CommonSqliteEntity.constructor
Properties
| Property | Type | Description | Inherited from | 
|---|---|---|---|
| assignee | ReferenceIdInterface<string> | Assignee You will need to decorate this in your concrete entity class | - | 
| dateCreated | Date | Date created. | RoleAssignmentEntityInterface.dateCreatedCommonSqliteEntity.dateCreated | 
| dateDeleted | AuditDateDeleted | Date deleted. | RoleAssignmentEntityInterface.dateDeletedCommonSqliteEntity.dateDeleted | 
| dateUpdated | Date | Date updated. | RoleAssignmentEntityInterface.dateUpdatedCommonSqliteEntity.dateUpdated | 
| id | string | - | RoleAssignmentEntityInterface.idCommonSqliteEntity.id | 
| role | RoleEntityInterface | Role You will need to decorate this in your concrete entity class | - | 
| version | number | Version | RoleAssignmentEntityInterface.versionCommonSqliteEntity.version |