Class: PostComment
backend.PostComment
Hierarchy#
↳
PostComment
Implements#
TPostComment
Table of contents#
Constructors#
Properties#
- _meta
- approved
- comment
- createDate
- id
- isEnabled
- pageDescription
- pageTitle
- post
- postId
- slug
- title
- updateDate
- userEmail
- userId
- userName
Accessors#
Constructors#
constructor#
• new PostComment()
Inherited from#
Properties#
_meta#
• Optional _meta: null | string
Inherited from#
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#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:51
id#
• id: number
Implementation of#
TPostComment.id
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:22
isEnabled#
• Optional isEnabled: null | boolean
Implementation of#
TPostComment.isEnabled
Inherited from#
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#
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#
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#
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#
| Name | Type |
|---|---|
data | undefined | null | TBasePageMeta |
Returns#
void
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:44