Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / IProductVariantRepository Interface
Methods

In This Topic
    IProductVariantRepository Interface Members
    In This Topic

    The following tables list the members exposed by IProductVariantRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>)
     Method Counts the number of ProductVariants for the given product  
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>)
     Method Counts the number of ProductVariant objects for the given ProductId in the database.  
     Method Counts the number of ProductVariants for the given product  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>)
     MethodOverloaded.  Gets the option list for the given product with given option choices  
     MethodOverloaded.  Gets the product variant Id for the given product with given option choices  
     Method Gets the product variant name(s) for the given option choices  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>)
     Method Loads all ProductVariants for the given product  
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>)
     MethodOverloaded.  Gets a variant for the given options  
     Method Loads a collection of ProductVariant objects for the given ProductId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductVariant,int>)
    Top
    See Also