Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / EmailListSignupRepository Class


In This Topic
    EmailListSignupRepository Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodOverridden.   
    Public Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method  
    Public MethodOverloaded.  (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Gets the Id of the EmailListSignup object that represents the given email and email list Id  
    Public MethodOverloaded.  Loads an EmailListSignup object for given email list Id and the email address  
    Public Method Load all items (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method  
    Public Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<EmailListSignup>)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also