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

In This Topic
Version
IEmailListUserRepository Interface Members
In This Topic

The following tables list the members exposed by IEmailListUserRepository.

Public Methods
 NameDescription
 Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListUser,int>)
 Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListUser,int>)
 MethodOverloaded.  Counts the number of EmailListUser objects for the given EmailList in the database.  
 Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListUser,int>)
 Method Locates an EmailListUser instance given the list id and an email  
 Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListUser,int>)
 Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListUser,int>)
 Method Loads a collection of EmailListUser objects for the given EmailListId from the database  
 Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListUser,int>)
Top
See Also