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

In This Topic
    IProductKitComponentRepository Interface Members
    In This Topic

    The following tables list the members exposed by IProductKitComponentRepository.

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