Click or drag to resize

ProductCategory Class

Represents a Product category, which is used to categorize individual products by their types.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIProductCategory

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class ProductCategory

The ProductCategory type exposes the following members.

Constructors
 NameDescription
Public methodProductCategoryInitializes a new instance of the ProductCategory class
Top
Properties
 NameDescription
Public propertyCode Product category code.
Public propertyGUID Unique identifier for the product category.
Public propertyIsActive Is product category active True/False.
Public propertyIsDefault Is product category default when new products are added True/False.
Public propertyName Product category name.
Top
See Also