Class: ProductCategory
backend.ProductCategory
#
Hierarchy↳
ProductCategory
#
ImplementsTProductCategory
#
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 insystem/core/backend/src/models/entities/base-page.entity.ts:37
#
children• Optional
children: null
| [ProductCategory
][]
#
Implementation ofTProductCategory.children
#
Defined insystem/core/backend/src/models/entities/product-category.entity.ts:32
#
createDate• Optional
createDate: null
| Date
#
Implementation ofTProductCategory.createDate
#
Inherited from#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:51
#
description• Optional
description: null
| string
#
Implementation ofTProductCategory.description
#
Defined insystem/core/backend/src/models/entities/product-category.entity.ts:25
#
descriptionDelta• Optional
descriptionDelta: null
| string
#
Implementation ofTProductCategory.descriptionDelta
#
Defined insystem/core/backend/src/models/entities/product-category.entity.ts:29
#
id• id: number
#
Implementation ofTProductCategory.id
#
Inherited from#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:22
#
isEnabled• Optional
isEnabled: null
| boolean
#
Implementation ofTProductCategory.isEnabled
#
Inherited from#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:60
#
mainImage• Optional
mainImage: null
| string
#
Implementation ofTProductCategory.mainImage
#
Defined insystem/core/backend/src/models/entities/product-category.entity.ts:21
#
metaRecords• Optional
metaRecords: null
| ProductCategoryMeta
[]
#
Defined insystem/core/backend/src/models/entities/product-category.entity.ts:43
#
name• Optional
name: null
| string
#
Implementation ofTProductCategory.name
#
Defined insystem/core/backend/src/models/entities/product-category.entity.ts:17
#
pageDescription• Optional
pageDescription: null
| string
#
Implementation ofTProductCategory.pageDescription
#
Inherited fromBasePageEntity.pageDescription
#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:34
#
pageTitle• Optional
pageTitle: null
| string
#
Implementation ofTProductCategory.pageTitle
#
Inherited from#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:30
#
parent• Optional
parent: null
| [ProductCategory
]
#
Implementation ofTProductCategory.parent
#
Defined insystem/core/backend/src/models/entities/product-category.entity.ts:35
#
products• Optional
products: null
| TPagedList
<TProduct
>
#
Implementation ofTProductCategory.products
#
Defined insystem/core/backend/src/models/entities/product-category.entity.ts:38
#
slug• Optional
slug: null
| string
#
Implementation ofTProductCategory.slug
#
Inherited from#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:26
#
updateDate• Optional
updateDate: null
| Date
#
Implementation ofTProductCategory.updateDate
#
Inherited from#
Defined insystem/core/backend/src/models/entities/base-page.entity.ts:56
#
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