Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TrackingNumber,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TrackingNumber,int>) | |
CountForOrderShipment | Counts the number of TrackingNumber objects for the given OrderShipmentId in the database. | |
CountForShipGateway | Counts the number of TrackingNumber objects for the given ShipGatewayId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TrackingNumber,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TrackingNumber,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TrackingNumber,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TrackingNumber,int>) | |
LoadForOrderShipment | Loads a collection of TrackingNumber objects for the given OrderShipmentId from the database | |
LoadForShipGateway | Loads a collection of TrackingNumber objects for the given ShipGatewayId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<TrackingNumber,int>) |