Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>) | |
CountForEmail | Gets the number of email lists associated with the email address | |
CountForStore | Counts the number of EmailList objects for the given StoreId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>) | |
IsMember | Determines whether the given user is a member of the given list. | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>) | |
LoadForEmail | Overloaded. Gets a collection of email lists associated with the email address | |
LoadForStore | Loads a collection of EmailList objects for the given StoreId from the database | |
RemoveMember | Removes the member from the list | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailList,int>) |