Skip to main content

Class: PostComment

backend.PostComment

Hierarchy#

Implements#

  • TPostComment

Table of contents#

Constructors#

Properties#

Accessors#

Constructors#

constructor#

• new PostComment()

Inherited from#

BasePageEntity.constructor

Properties#

_meta#

• Optional _meta: null | string

Inherited from#

BasePageEntity._meta

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:37


approved#

• Optional approved: boolean

Implementation of#

TPostComment.approved

Defined in#

system/core/backend/src/models/entities/post-comment.entity.ts:47


comment#

• Optional comment: string

Implementation of#

TPostComment.comment

Defined in#

system/core/backend/src/models/entities/post-comment.entity.ts:29


createDate#

• Optional createDate: null | Date

Implementation of#

TPostComment.createDate

Inherited from#

BasePageEntity.createDate

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:51


id#

• id: number

Implementation of#

TPostComment.id

Inherited from#

BasePageEntity.id

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:22


isEnabled#

• Optional isEnabled: null | boolean

Implementation of#

TPostComment.isEnabled

Inherited from#

BasePageEntity.isEnabled

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:60


pageDescription#

• Optional pageDescription: null | string

Implementation of#

TPostComment.pageDescription

Inherited from#

BasePageEntity.pageDescription

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:34


pageTitle#

• Optional pageTitle: null | string

Implementation of#

TPostComment.pageTitle

Inherited from#

BasePageEntity.pageTitle

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:30


post#

• post: Post

Defined in#

system/core/backend/src/models/entities/post-comment.entity.ts:21


postId#

• postId: number

Implementation of#

TPostComment.postId

Defined in#

system/core/backend/src/models/entities/post-comment.entity.ts:15


slug#

• Optional slug: null | string

Implementation of#

TPostComment.slug

Inherited from#

BasePageEntity.slug

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:26


title#

• Optional title: string

Implementation of#

TPostComment.title

Defined in#

system/core/backend/src/models/entities/post-comment.entity.ts:25


updateDate#

• Optional updateDate: null | Date

Implementation of#

TPostComment.updateDate

Inherited from#

BasePageEntity.updateDate

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:56


userEmail#

• Optional userEmail: string

Implementation of#

TPostComment.userEmail

Defined in#

system/core/backend/src/models/entities/post-comment.entity.ts:34


userId#

• Optional userId: number

Implementation of#

TPostComment.userId

Defined in#

system/core/backend/src/models/entities/post-comment.entity.ts:43


userName#

• Optional userName: string

Implementation of#

TPostComment.userName

Defined in#

system/core/backend/src/models/entities/post-comment.entity.ts:38

Accessors#

meta#

• get meta(): undefined | null | TBasePageMeta

Returns#

undefined | null | TBasePageMeta

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:40

• set meta(data): void

Parameters#

NameType
dataundefined | null | TBasePageMeta

Returns#

void

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:44