Class Category
Inheritance
System.Object
Category
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class Category : Object
Constructors
Category()
Declaration
Properties
CategoryTranslations
Declaration
public List<CategoryTranslation> CategoryTranslations { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayIndex
Declaration
public double DisplayIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|
HasChildren
Declaration
public bool HasChildren { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ImageUrl
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentId
Declaration
public int ParentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProductLineId
Declaration
public int ProductLineId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShortDescription
Declaration
public string ShortDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
StoreIds
Declaration
public List<int> StoreIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|