Click or drag to resize

ItemCategory Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Loyalty.ItemsItemCategory

Namespace:  LSRetail.Omni.Domain.DataModel.Loyalty.Items
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty (in LSRetail.Omni.Domain.DataModel.Loyalty.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
public class ItemCategory : Entity, 
	IDisposable

The ItemCategory type exposes the following members.

Constructors
  NameDescription
Public methodItemCategory
Initializes a new instance of the ItemCategory class
Public methodItemCategory(String)
Initializes a new instance of the ItemCategory class
Top
Properties
  NameDescription
Public propertyDefaultImage
Public propertyDescription
Public propertyId (Inherited from Entity.)
Public propertyImages
Public propertyProductGroups
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ItemCategory
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also