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

In This Topic
    IManufacturerRepository Interface Members
    In This Topic

    The following tables list the members exposed by IManufacturerRepository.

    Public Methods
     NameDescription
     Method Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>)
     Method Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>)
     Method Counts the number of Manufacturer objects for the given StoreId in the database.  
     Method count all manufacturers with names matching the given string pattern.  
     Method Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>)
     Method Finds manufacturers with names matching the given string pattern.  
     Method Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>)
     Method Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>)
     Method Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>)
     Method Loads a manufacturer given the name.  
     Method Loads a collection of Manufacturer objects for the given StoreId from the database  
     Method Moves all products from one manufacturer to another.  
     Method Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<Manufacturer,int>)
    Top
    See Also