Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / ProductReviewRepository Class


In This Topic
    ProductReviewRepository Class Methods
    In This Topic

    For a list of all members of this type, see ProductReviewRepository 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 Method  
    Public MethodOverloaded.  (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method  
    Public Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Load all items (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method Loads all reviews for the product.  
    Public Method Loads approved reviews for the product.  
    Public Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>)
    Public Method  
    Public Method  
    Public Method  
    Public Method Loads unapproved reviews for the product.  
    Public MethodOverloaded. Overridden.  Saves item to the database  
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded.  Generates a criteria for searching product reviews.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also