Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductTemplateField,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductTemplateField,int>) | |
CountForInputField | Counts the number of ProductTemplateField objects for the given InputFieldId in the database. | |
CountForProduct | Counts the number of ProductTemplateField objects for the given ProductId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductTemplateField,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductTemplateField,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductTemplateField,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductTemplateField,int>) | |
LoadForInputField | Loads a collection of ProductTemplateField objects for the given InputFieldId from the database | |
LoadForProduct | Loads a collection of ProductTemplateField objects for the given ProductId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<ProductTemplateField,int>) |