Name | Description | |
---|---|---|
Store Constructor | Overloaded. |
The following tables list the members exposed by Store.
Name | Description | |
---|---|---|
Store Constructor | Overloaded. |
Name | Description | |
---|---|---|
Affiliates | Gets or sets the Affiliates | |
ApplicationName | Gets or sets the ApplicationName | |
AuditEvents | Gets or sets the AuditEvents | |
BannedIPs | Gets or sets the BannedIPs | |
BaseCurrency | Gets or sets the base currency of this store | |
Categories | Gets or sets the Categories | |
Countries | Gets or sets the Countries | |
Coupons | Gets or sets the Coupons | |
Currencies | Gets or sets the Currencies | |
CustomFields | Gets or sets the CustomFields | |
CustomUrls | Gets or sets the CustomUrls | |
DefaultWarehouse | Gets the default warehouse of this store | |
DefaultWarehouseId | Gets or sets the DefaultWarehouseId | |
DigitalGoods | Gets or sets the DigitalGoods | |
EmailLists | Gets or sets the EmailLists | |
EmailTemplates | Gets or sets the EmailTemplates | |
EnableInventory | Gets or sets a value indicating whether inventory management is enabled for this store | |
ErrorMessages | Gets or sets the ErrorMessages | |
ExtendedFields | Gets a manager that provides strongly typed access to extended fields. (Inherited from CommerceBuilder.DomainModel.Entity) | |
GiftCertificates | Gets or sets the GiftCertificates | |
Groups | Gets or sets the Groups | |
HasExtendedFields | Gets a value indicating whether the entity have extended fields or not (Inherited from CommerceBuilder.DomainModel.Entity) | |
Id | Overridden. Gets or sets the Id for the entity. | |
KitComponents | Gets or sets the KitComponents | |
LicenseAgreements | Gets or sets the LicenseAgreements | |
LicenseKey | Gets or sets the LicenseKey | |
Links | Gets or sets the Links | |
LoweredApplicationName | Gets the LoweredApplicationName | |
Manufacturers | Gets or sets the Manufacturers | |
MeasurementUnit | Gets or sets the measurement unit for this store. | |
MeasurementUnitId | Gets or sets the MeasurementUnitId | |
Name | Gets or sets the Name | |
NextOrderId | Gets or sets the NextOrderId | |
OrderIdIncrement | Gets or sets the OrderIdIncrement | |
Orders | Gets or sets the Orders | |
OrderStatuses | Gets or sets the OrderStatuses | |
PageViews | Gets or sets the PageViews | |
PaymentGateways | Gets or sets the PaymentGateways | |
PaymentMethods | Gets or sets the PaymentMethods | |
Products | Gets or sets the Products | |
ProductTemplates | Gets or sets the ProductTemplates | |
Readmes | Gets or sets the Readmes | |
Redirects | Gets or sets the Redirects | |
Repository | Gets or sets an instance of the repository for this entity (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
Settings | Gets a manager that provides strongly typed access to the store settings. | |
ShipGateways | Gets or sets the ShipGateways | |
ShipGroups | Gets or sets the Ship Groups | |
ShipMethods | Gets or sets the ShipMethods | |
ShipZones | Gets or sets the ShipZones | |
StoreId | Gets or sets the identity of this entity. | |
StoreUrl | Gets or sets the URL of the store | |
TaxCodes | Gets or sets the TaxCodes | |
TaxGateways | Gets or sets the TaxGateways | |
TaxRules | Gets or sets the TaxRules | |
TimeZoneOffset | Gets or sets the timezone offset for the store. | |
Users | Gets or sets the Users | |
Vendors | Gets or sets the Vendors | |
VolumeDiscountMode | Gets or sets the volume discount mode set for this store | |
VolumeDiscounts | Gets or sets the VolumeDiscounts | |
Warehouses | Gets or sets the Warehouses | |
Webpages | Gets or sets the Webpages | |
WeightUnit | Gets or sets the weight unit for this store. | |
WeightUnitId | Gets or sets the WeightUnitId | |
WrapGroups | Gets or sets the WrapGroups |
Name | Description | |
---|---|---|
Equals | Determines if this object instance is equal to another. (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
GetHashCode | Serves as the default hash function. (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
GetSignatureProperties | Gets the signature properties for the class type. (Inherited from CommerceBuilder.DomainModel.BaseObject) | |
HasSameObjectSignatureAs | You may override this method to provide your own comparison routine. (Inherited from CommerceBuilder.DomainModel.BaseObject) | |
IsTransient | Transient objects are not associated with an item already in storage. For instance, a Customer is transient if its Id is 0. It's virtual to allow NHibernate-backed objects to be lazily loaded. (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) |
Name | Description | |
---|---|---|
GetTypeSpecificSignatureProperties | Enforces the template method pattern to have child objects determine which specific properties should and should not be included in the object signature comparison. Note that the the BaseObject already takes care of performance caching, so this method shouldn't worry about caching...just return the goods man! (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
GetTypeUnproxied | When NHibernate proxies objects, it masks the type of the actual entity object. This wrapper burrows into the proxied object to get its actual type. Although this assumes NHibernate is being used, it doesn't require any NHibernate related dependencies and has no bad side effects if NHibernate isn't being used. Related discussion is at http://groups.google.com/group/sharp-architecture/browse_thread/thread/ddd05f9baede023a ...thanks Jay Oliver! (Inherited from CommerceBuilder.DomainModel.BaseObject) |
Name | Description | |
---|---|---|
Delete | Delete the entity from the database | |
Save | Save the entity to the database | |
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |