BlazeOnlineStoreInfo Class |
Namespace: NetQuarry.Services
The BlazeOnlineStoreInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| BlazeOnlineStoreInfo | Initializes a new instance of the BlazeOnlineStoreInfo class |
| Name | Description | |
|---|---|---|
| activeInventoryId |
The active inventory ID.
| |
| cartMinimum |
The shopping cart minimum purchase.
| |
| cartMinType |
The shopping cart minimum type.
| |
| colorTheme |
The color theme.
| |
| companyId |
The company ID.
| |
| created |
The created date.
(Inherited from BlazeBaseData.) | |
| customMessageETA |
The custom message ETA.
| |
| defaultETA |
The default ETA.
| |
| deleted |
Specifies whether or not this item is deleted.
(Inherited from BlazeBaseData.) | |
| dirty |
The dirty status of the item.
| |
| enabled |
Specifies whether or not the store is enabled.
| |
| enableDelivery |
Specifies whether or not deliveries should be enabled.
| |
| enableDeliveryAreaRestrictions |
Specifies whether or not delivery area restrictions should be enabled.
| |
| enableHtmlText |
Specifies whether or not HTML text should be enabled.
| |
| enableInventory |
Specifies whether or not inventory should be enabled.
| |
| enableInventoryType |
Specifies whether or not the inventory type should be enabled.
| |
| enableOnlinePOS |
Specifies whether or not online point-of-sale should be enabled.
| |
| enableOnlineShipment |
Specifies whether or not to enable online shipments.
| |
| enableOtherMarketingSource |
Specifies whether or not to enable other marketing sources.
| |
| enableProductReviews |
Specifies whether or not to enable product reviews.
| |
| enableStorePickup |
Specifies whether or not to enable in-store pickup.
| |
| htmlText |
The HTML text.
| |
| id |
The ID.
(Inherited from BlazeBaseData.) | |
| modified |
The last modified date.
(Inherited from BlazeBaseData.) | |
| pageOneMessageBody |
The message body for page one.
| |
| pageOneMessageTitle |
The message title for page one.
| |
| restrictedZipCodes |
The list of restricted ZIP codes.
| |
| shopId |
The shop ID.
| |
| storeHexColor |
The store's color, in hex.
| |
| submissionMessage |
The submission message.
| |
| supportEmail |
The summport email address.
| |
| updated |
The last modified date.
(Inherited from BlazeBaseData.) | |
| useCustomETA |
Specifies whether or not to use a custom ETA.
| |
| viewType |
The view type.
| |
| websiteOrigins |
The website origine.
| |
| websiteUrl |
The website URL.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |