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