Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / IPaymentRepository Interface
Methods

In This Topic
    IPaymentRepository Interface Members
    In This Topic

    The following tables list the members exposed by IPaymentRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Payment,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Payment,int>)
     Method Counts the number of Payment objects for the given OrderId in the database.  
     Method Counts the number of Payment objects for the given PaymentMethodId in the database.  
     Method Counts the number of Payment objects for the given SubscriptionId in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Payment,int>)
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Payment,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Payment,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Payment,int>)
     Method Loads a collection of Payment objects for the given OrderId from the database  
     Method Loads a collection of Payment objects for the given PaymentMethodId from the database  
     Method Loads a collection of Payment objects for the given SubscriptionId from the database  
     Method Saves this payment object to the database  
    Top
    See Also