Name | Description | |
---|---|---|
BasketShipmentRepository Constructor |
The following tables list the members exposed by BasketShipmentRepository.
Name | Description | |
---|---|---|
BasketShipmentRepository Constructor |
Name | Description | |
---|---|---|
BeforeDelete | Overridden. | |
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
CountForAddress | ||
CountForBasket | ||
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
CountForShipMethod | ||
CountForWarehouse | ||
Delete | Overloaded. (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
LoadForAddress | ||
LoadForBasket | ||
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
LoadForShipMethod | ||
LoadForWarehouse | ||
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<BasketShipment>) |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |