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

In This Topic
    IEmailListUserRepository Interface Methods
    In This Topic

    For a list of all members of this type, see IEmailListUserRepository members.

    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