Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / IEmailListSignupRepository Interface
Methods

In This Topic
    IEmailListSignupRepository Interface Members
    In This Topic

    The following tables list the members exposed by IEmailListSignupRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListSignup,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListSignup,int>)
     Method Counts the number of EmailListSignup objects for the given EmailListId in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListSignup,int>)
     Method Gets the Id of the EmailListSignup object that represents the given email and email list Id  
     Method Loads an EmailListSignup object for given email list Id and the email address  
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListSignup,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListSignup,int>)
     Method Loads a collection of EmailListSignup objects for the given EmailListId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListSignup,int>)
    Top
    See Also