Search Results for

    Show / Hide Table of Contents

    Class Category

    Inheritance
    System.Object
    Category
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class Category : Object

    Constructors

    Category()

    Declaration
    public Category()

    Properties

    CategoryTranslations

    Declaration
    public List<CategoryTranslation> CategoryTranslations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CategoryTranslation>

    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>
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX