Click or drag to resize

TextModifier Class

Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Menu
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty (in LSRetail.Omni.Domain.DataModel.Loyalty.dll) Version: Commerce Service for LS Central 2024.6
Syntax
C#
public class TextModifier : Modifier

The TextModifier type exposes the following members.

Constructors
  NameDescription
Public methodTextModifier
Initializes a new instance of the TextModifier class
Public methodTextModifier(String)
Initializes a new instance of the TextModifier class
Top
Properties
  NameDescription
Public propertyActive (Inherited from Modifier.)
Public propertyDescription (Inherited from Modifier.)
Public propertyDisplayOrder (Inherited from Modifier.)
Public propertyHasSelectionRestriction (Inherited from Modifier.)
Public propertyId (Inherited from Entity.)
Public propertyItem (Inherited from Modifier.)
Public propertyMaximumSelection (Inherited from Modifier.)
Public propertyMinimumSelection (Inherited from Modifier.)
Public propertyOriginalQty (Inherited from Modifier.)
Public propertyPrice (Inherited from Modifier.)
Public propertyQuantity (Inherited from Modifier.)
Public propertyRequiredSelection (Inherited from Modifier.)
Public propertySelected (Inherited from Modifier.)
Public propertyUnitOfMeasure (Inherited from Modifier.)
Top
Methods
  NameDescription
Public methodClone
Public methodDispose (Inherited from Modifier.)
Public methodEquals (Inherited from Modifier.)
Public methodGetModifierType (Inherited from Modifier.)
Public methodIsSelectionRequired (Inherited from Modifier.)
Public methodSatisfyMinQuantityRestriction (Inherited from Modifier.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also