Skip to main content

Class: ProductCategory

backend.ProductCategory

Hierarchy#

Implements#

  • TProductCategory

Table of contents#

Constructors#

Properties#

Accessors#

Constructors#

constructor#

• new ProductCategory()

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


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#

BasePageEntity.createDate

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#

BasePageEntity.id

Defined in#

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


isEnabled#

• Optional isEnabled: null | boolean

Implementation of#

TProductCategory.isEnabled

Inherited from#

BasePageEntity.isEnabled

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#

BasePageEntity.pageTitle

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#

BasePageEntity.slug

Defined in#

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


updateDate#

• Optional updateDate: null | Date

Implementation of#

TProductCategory.updateDate

Inherited from#

BasePageEntity.updateDate

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#

NameType
dataundefined | null | TBasePageMeta

Returns#

void

Defined in#

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