API Reference
Rockets Core API
nestjs-role
classes
RoleAssignmentSqliteEntity

Class: abstract RoleAssignmentSqliteEntity

Role Assignment Sqlite Entity

Extends

Implements

Constructors

new RoleAssignmentSqliteEntity()

new RoleAssignmentSqliteEntity(): RoleAssignmentSqliteEntity

Returns

RoleAssignmentSqliteEntity

Inherited from

CommonSqliteEntity.constructor

Properties

PropertyTypeDescriptionInherited from
assigneeReferenceIdInterface<string>Assignee You will need to decorate this in your concrete entity class-
dateCreatedDateDate created.RoleAssignmentEntityInterface.dateCreated CommonSqliteEntity.dateCreated
dateDeletedAuditDateDeletedDate deleted.RoleAssignmentEntityInterface.dateDeleted CommonSqliteEntity.dateDeleted
dateUpdatedDateDate updated.RoleAssignmentEntityInterface.dateUpdated CommonSqliteEntity.dateUpdated
idstring-RoleAssignmentEntityInterface.id CommonSqliteEntity.id
roleRoleEntityInterfaceRole You will need to decorate this in your concrete entity class-
versionnumberVersionRoleAssignmentEntityInterface.version CommonSqliteEntity.version