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

In This Topic
Version
IEmailListRepository Interface Members
In This Topic

The following tables list the members exposed by IEmailListRepository.

Public Methods
 NameDescription
 Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>)
 Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>)
 Method Gets the number of email lists associated with the email address  
 Method Counts the number of EmailList objects for the given StoreId in the database.  
 Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>)
 Method Determines whether the given user is a member of the given list.  
 Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>)
 Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>)
 Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>)
 MethodOverloaded.  Gets a collection of email lists associated with the email address  
 Method Loads a collection of EmailList objects for the given StoreId from the database  
 Method Removes the member from the list  
 Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>)
Top
See Also