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

In This Topic
    IProductOptionRepository Interface Members
    In This Topic

    The following tables list the members exposed by IProductOptionRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductOption,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductOption,int>)
     Method Counts the number of ProductOption objects for the given OptionId in the database.  
     Method Counts the number of ProductOption objects for the given ProductId in the database.  
     Method Deletes a ProductOption object with given id from the database  
     MethodOverloaded.  Load a ProductOption object for the given primary key from the database.  
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductOption,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductOption,int>)
     Method Loads a collection of ProductOption objects for the given OptionId from the database  
     Method Loads a collection of ProductOption objects for the given ProductId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductOption,int>)
    Top
    See Also