Click or drag to resize

UnknownStore Class

Inheritance Hierarchy

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Setup.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 sealed class UnknownStore : Store

The UnknownStore type exposes the following members.

Constructors
  NameDescription
Public methodUnknownStore
Initializes a new instance of the UnknownStore class
Public methodUnknownStore(String)
Initializes a new instance of the UnknownStore class
Top
Properties
  NameDescription
Public propertyAddress (Inherited from Store.)
Public propertyAttributes (Inherited from Store.)
Public propertyCultureName (Inherited from Store.)
Public propertyCurrency (Inherited from Store.)
Public propertyDefaultCustomer (Inherited from Store.)
Public propertyDefaultImage (Inherited from Store.)
Public propertyDescription (Inherited from Store.)
Public propertyDistance (Inherited from Store.)
Public propertyFormatAddress (Inherited from Store.)
Public propertyFormatStoreHours (Inherited from Store.)
Public propertyFormatStoreHoursName (Inherited from Store.)
Public propertyFormatStoreHoursOpen (Inherited from Store.)
Public propertyFunctionalityProfileId (Inherited from Store.)
Public propertyHospSalesTypes (Inherited from Store.)
Public propertyId (Inherited from Entity.)
Public propertyImages (Inherited from Store.)
Public propertyIsClickAndCollect (Inherited from Store.)
Public propertyIsLoyalty (Inherited from Store.)
Public propertyIsWebStore (Inherited from Store.)
Public propertyLatitude (Inherited from Store.)
Public propertyLongitude (Inherited from Store.)
Public propertyPhone (Inherited from Store.)
Public propertySourcingLocations (Inherited from Store.)
Public propertyStoreHours (Inherited from Store.)
Public propertyStoreServices (Inherited from Store.)
Public propertyTaxGroupId (Inherited from Store.)
Public propertyUseDefaultCustomer (Inherited from Store.)
Public propertyUseSourcingLocation (Inherited from Store.)
Public propertyWebOmniStaff (Inherited from Store.)
Public propertyWebOmniTerminal (Inherited from Store.)
Top
Methods
  NameDescription
Public methodCalculateDistance (Inherited from Store.)
Public methodDispose (Inherited from Store.)
Public methodOpenFromSaturday (Inherited from Store.)
Public methodOpenFromSunday (Inherited from Store.)
Public methodOpenFromWeekdays (Inherited from Store.)
Public methodOpenToSaturday (Inherited from Store.)
Public methodOpenToSunday (Inherited from Store.)
Public methodOpenToWeekdays (Inherited from Store.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from Entity.)
Top
See Also