Table of Contents

Class StockGroup

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

Represents the stock group.

[Serializable]
public class StockGroup
Inheritance
StockGroup
Inherited Members

Constructors

StockGroup()

Initializes a new instance of the class.

public StockGroup()

Properties

Id

Gets the id.

public string Id { get; }

Property Value

string

Exceptions

ReadOnlyException

Setter throws exception when the stock group in readonly mode.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

Exceptions

ReadOnlyException

Setter throws exception when the stock group in readonly mode.

To top