Click or drag to resize

ProductGroup Class

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

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 ProductGroup : Entity, 
	IDisposable

The ProductGroup type exposes the following members.

Constructors
 NameDescription
Public methodProductGroupInitializes a new instance of the ProductGroup class
Public methodProductGroup(String)Initializes a new instance of the ProductGroup class
Top
Properties
 NameDescription
Public propertyDefaultImage 
Public propertyDescription 
Public propertyId
(Inherited from Entity)
Public propertyImages 
Public propertyItemCategoryId 
Public propertyItems 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the ProductGroup
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from Entity)
Top
See Also