Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipZone,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipZone,int>) | |
CountForStore | Counts the number of ShipZone objects for the given StoreId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipZone,int>) | |
IsAssociatedToCountry | Indicates whether a ShipZone to Country association exists in the database | |
IsAssociatedToProvince | Indicates whether a ShipZone to Province association exists in the database | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipZone,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipZone,int>) | |
LoadForAddress | Loads a collection of ShipZone objects for the given address | |
LoadForCountry | Loads a collection of ShipZone objects for the given country | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipZone,int>) | |
LoadForStore | Loads a collection of ShipZone objects for the given StoreId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ShipZone,int>) |