Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListSignup,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListSignup,int>) | |
CountForEmailList | Counts the number of EmailListSignup objects for the given EmailListId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListSignup,int>) | |
GetEmailListSignupId | Gets the Id of the EmailListSignup object that represents the given email and email list Id | |
Load | Loads an EmailListSignup object for given email list Id and the email address | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListSignup,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListSignup,int>) | |
LoadForEmailList | Loads a collection of EmailListSignup objects for the given EmailListId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<EmailListSignup,int>) |