Search Results for

    Show / Hide Table of Contents

    Class Store

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

    Constructors

    Store()

    Declaration
    public Store()

    Properties

    AllowOrdering

    Declaration
    public bool AllowOrdering { get; set; }
    Property Value
    Type Description
    System.Boolean

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    IsCustom

    Declaration
    public bool IsCustom { get; }
    Property Value
    Type Description
    System.Boolean

    IsDefault

    Declaration
    public bool IsDefault { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSystem

    Declaration
    public bool IsSystem { get; }
    Property Value
    Type Description
    System.Boolean

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    POSWarehouseId

    Declaration
    public Nullable<int> POSWarehouseId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Type

    Declaration
    public StoreType Type { get; set; }
    Property Value
    Type Description
    StoreType
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX