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 2026.8.0
Syntax
C#
public class ItemCategory : Entity, 
	IDisposable

The ItemCategory type exposes the following members.

Constructors
 NameDescription
Public methodItemCategoryInitializes 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 methodDisposeReleases all resources used by the ItemCategory
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from Entity)
Top
See Also