Class: ProductCategory
backend.ProductCategory
Hierarchy#
↳
ProductCategory
Implements#
TProductCategory
Table of contents#
Constructors#
Properties#
- _meta
- children
- createDate
- description
- descriptionDelta
- id
- isEnabled
- mainImage
- metaRecords
- name
- pageDescription
- pageTitle
- parent
- products
- slug
- updateDate
Accessors#
Constructors#
constructor#
• new ProductCategory()
Inherited from#
Properties#
_meta#
• Optional _meta: null | string
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:37
children#
• Optional children: null | [ProductCategory][]
Implementation of#
TProductCategory.children
Defined in#
system/core/backend/src/models/entities/product-category.entity.ts:32
createDate#
• Optional createDate: null | Date
Implementation of#
TProductCategory.createDate
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:51
description#
• Optional description: null | string
Implementation of#
TProductCategory.description
Defined in#
system/core/backend/src/models/entities/product-category.entity.ts:25
descriptionDelta#
• Optional descriptionDelta: null | string
Implementation of#
TProductCategory.descriptionDelta
Defined in#
system/core/backend/src/models/entities/product-category.entity.ts:29
id#
• id: number
Implementation of#
TProductCategory.id
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:22
isEnabled#
• Optional isEnabled: null | boolean
Implementation of#
TProductCategory.isEnabled
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:60
mainImage#
• Optional mainImage: null | string
Implementation of#
TProductCategory.mainImage
Defined in#
system/core/backend/src/models/entities/product-category.entity.ts:21
metaRecords#
• Optional metaRecords: null | ProductCategoryMeta[]
Defined in#
system/core/backend/src/models/entities/product-category.entity.ts:43
name#
• Optional name: null | string
Implementation of#
TProductCategory.name
Defined in#
system/core/backend/src/models/entities/product-category.entity.ts:17
pageDescription#
• Optional pageDescription: null | string
Implementation of#
TProductCategory.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#
TProductCategory.pageTitle
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:30
parent#
• Optional parent: null | [ProductCategory]
Implementation of#
TProductCategory.parent
Defined in#
system/core/backend/src/models/entities/product-category.entity.ts:35
products#
• Optional products: null | TPagedList<TProduct>
Implementation of#
TProductCategory.products
Defined in#
system/core/backend/src/models/entities/product-category.entity.ts:38
slug#
• Optional slug: null | string
Implementation of#
TProductCategory.slug
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:26
updateDate#
• Optional updateDate: null | Date
Implementation of#
TProductCategory.updateDate
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:56
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