API Reference
Rockets Core API
nestjs-role
classes
RoleSqliteEntity

Class: abstract RoleSqliteEntity

Role Sqlite Entity

Extends

Implements

Constructors

new RoleSqliteEntity()

new RoleSqliteEntity(): RoleSqliteEntity

Returns

RoleSqliteEntity

Inherited from

CommonSqliteEntity.constructor

Properties

PropertyTypeDescriptionInherited from
assigneesReferenceAssigneeInterface<ReferenceIdInterface<string>>[]--
dateCreatedDateDate created.RoleEntityInterface.dateCreated CommonSqliteEntity.dateCreated
dateDeletedAuditDateDeletedDate deleted.RoleEntityInterface.dateDeleted CommonSqliteEntity.dateDeleted
dateUpdatedDateDate updated.RoleEntityInterface.dateUpdated CommonSqliteEntity.dateUpdated
descriptionstringName-
idstring-RoleEntityInterface.id CommonSqliteEntity.id
namestringName-
versionnumberVersionRoleEntityInterface.version CommonSqliteEntity.version