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

In This Topic
    IOptionChoiceRepository Interface Members
    In This Topic

    The following tables list the members exposed by IOptionChoiceRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OptionChoice,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OptionChoice,int>)
     Method Counts the number of OptionChoice objects for the given OptionId in the database.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OptionChoice,int>)
     Method Gets available choices for a product for given option  
     Method Retrieves the OptionChoice entities matching the given ids.  
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OptionChoice,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OptionChoice,int>)
     Method Loads a collection of OptionChoice objects for the given OptionId from the database  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<OptionChoice,int>)
    Top
    See Also