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.dateCreated CommonSqliteEntity.dateCreated |
dateDeleted | AuditDateDeleted | Date deleted. | RoleAssignmentEntityInterface.dateDeleted CommonSqliteEntity.dateDeleted |
dateUpdated | Date | Date updated. | RoleAssignmentEntityInterface.dateUpdated CommonSqliteEntity.dateUpdated |
id | string | - | RoleAssignmentEntityInterface.id CommonSqliteEntity.id |
role | RoleEntityInterface | Role You will need to decorate this in your concrete entity class | - |
version | number | Version | RoleAssignmentEntityInterface.version CommonSqliteEntity.version |