Click or drag to resize

UnknownVariantRegistration Class

Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail.SpecialCase
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2024.6
Syntax
C#
public class UnknownVariantRegistration : VariantRegistration

The UnknownVariantRegistration type exposes the following members.

Constructors
  NameDescription
Public methodUnknownVariantRegistration
Initializes a new instance of the UnknownVariantRegistration class
Public methodUnknownVariantRegistration(String)
Initializes a new instance of the UnknownVariantRegistration class
Top
Properties
  NameDescription
Public propertyDimension1 (Inherited from VariantRegistration.)
Public propertyDimension2 (Inherited from VariantRegistration.)
Public propertyDimension3 (Inherited from VariantRegistration.)
Public propertyDimension4 (Inherited from VariantRegistration.)
Public propertyDimension5 (Inherited from VariantRegistration.)
Public propertyDimension6 (Inherited from VariantRegistration.)
Public propertyFrameworkCode (Inherited from VariantRegistration.)
Public propertyId (Inherited from Entity.)
Public propertyImages (Inherited from VariantRegistration.)
Public propertyItemId (Inherited from VariantRegistration.)
Top
Methods
  NameDescription
Public methodClone (Inherited from VariantRegistration.)
Public methodDispose (Inherited from VariantRegistration.)
Public methodGetSelectedVariants (Inherited from VariantRegistration.)
Public methodGetVariantDimension (Inherited from VariantRegistration.)
Public methodSetVariantDimension (Inherited from VariantRegistration.)
Public methodToString (Inherited from VariantRegistration.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also