Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SubscriptionOrder,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SubscriptionOrder,int>) | |
CountForOrder | Counts the number of SubscriptionOrder objects for the given OrderId in the database. | |
CountForSubscription | Counts the number of SubscriptionOrder objects for the given subscriptionId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SubscriptionOrder,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SubscriptionOrder,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SubscriptionOrder,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SubscriptionOrder,int>) | |
LoadForOrder | Loads a collection of SubscriptionOrder objects for the given OrderId from the database | |
LoadForSubscription | Loads a collection of SubscriptionOrder objects for the given SubscriptionId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<SubscriptionOrder,int>) |