Table of Contents

Class StockLocationCategory

Namespace
Dynamicweb.Ecommerce.Stocks
Assembly
Dynamicweb.Ecommerce.dll

Represents the stock location category.

public class StockLocationCategory
Inheritance
StockLocationCategory
Inherited Members

Properties

AutoId

public int AutoId { get; }

Property Value

int

Description

public string Description { get; set; }

Property Value

string

Id

public string Id { get; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

SortOrder

public int SortOrder { get; set; }

Property Value

int
To top