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: LS Omni 3.7.0
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
Top
Properties
  NameDescription
Public propertyAddress (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
Distance from current location
(Inherited from Store.)
Public propertyFormatAddress (Inherited from Store.)
Public propertyFunctionalityProfileId (Inherited from Store.)
Public propertyId (Inherited from Entity.)
Public propertyImages (Inherited from Store.)
Public propertyIsClickAndCollect (Inherited from Store.)
Public propertyLatitude (Inherited from Store.)
Public propertyLongitude (Inherited from Store.)
Public propertyPhone (Inherited from Store.)
Public propertyStoreHours (Inherited from Store.)
Public propertyStoreServices (Inherited from Store.)
Public propertyTaxGroupId (Inherited from Store.)
Public propertyUseDefaultCustomer (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
See Also