Class Store
Inheritance
System.Object
Store
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class Store : Object
Constructors
Store()
Declaration
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