Class: PostComment
backend.PostComment
#
Hierarchy↳
PostComment
#
ImplementsTPostComment
#
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 insystem/core/backend/src/models/entities/base-page.entity.ts:37
#
approved• Optional
approved: boolean
#
Implementation ofTPostComment.approved
#
Defined insystem/core/backend/src/models/entities/post-comment.entity.ts:47
#
comment• Optional
comment: string
#
Implementation ofTPostComment.comment
#
Defined insystem/core/backend/src/models/entities/post-comment.entity.ts:29
#
createDate• Optional
createDate: null
| Date
#
Implementation ofTPostComment.createDate
#
Inherited from#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:51
#
id• id: number
#
Implementation ofTPostComment.id
#
Inherited from#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:22
#
isEnabled• Optional
isEnabled: null
| boolean
#
Implementation ofTPostComment.isEnabled
#
Inherited from#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:60
#
pageDescription• Optional
pageDescription: null
| string
#
Implementation ofTPostComment.pageDescription
#
Inherited fromBasePageEntity.pageDescription
#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:34
#
pageTitle• Optional
pageTitle: null
| string
#
Implementation ofTPostComment.pageTitle
#
Inherited from#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:30
#
post• post: Post
#
Defined insystem/core/backend/src/models/entities/post-comment.entity.ts:21
#
postId• postId: number
#
Implementation ofTPostComment.postId
#
Defined insystem/core/backend/src/models/entities/post-comment.entity.ts:15
#
slug• Optional
slug: null
| string
#
Implementation ofTPostComment.slug
#
Inherited from#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:26
#
title• Optional
title: string
#
Implementation ofTPostComment.title
#
Defined insystem/core/backend/src/models/entities/post-comment.entity.ts:25
#
updateDate• Optional
updateDate: null
| Date
#
Implementation ofTPostComment.updateDate
#
Inherited from#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:56
#
userEmail• Optional
userEmail: string
#
Implementation ofTPostComment.userEmail
#
Defined insystem/core/backend/src/models/entities/post-comment.entity.ts:34
#
userId• Optional
userId: number
#
Implementation ofTPostComment.userId
#
Defined insystem/core/backend/src/models/entities/post-comment.entity.ts:43
#
userName• Optional
userName: string
#
Implementation ofTPostComment.userName
#
Defined insystem/core/backend/src/models/entities/post-comment.entity.ts:38
#
Accessors#
meta• get
meta(): undefined
| null
| TBasePageMeta
#
Returnsundefined
| null
| TBasePageMeta
#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:40
• set
meta(data
): void
#
ParametersName | Type |
---|---|
data | undefined | null | TBasePageMeta |
#
Returnsvoid
#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:44