Name | Description | |
---|---|---|
CategoryRepository Constructor |
The following tables list the members exposed by CategoryRepository.
Name | Description | |
---|---|---|
CategoryRepository Constructor |
Name | Description | |
---|---|---|
AfterSave | Overridden. | |
BeforeDelete | Overridden. | |
BeforeSave | Overridden. | |
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
CountForDisplayPage | ||
CountForParent | Counts the number of child categories of the given parent category | |
CountForStore | ||
Delete | Overloaded. (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
FindByName | Overloaded. Gets a collection of categories matching the given name | |
FindByNameCount | Gets the number of categories matching the given name | |
FindCategories | Overloaded. | |
FindCategoriesCount | Overloaded. | |
GetCategoryName | Gets name of a category given its Id | |
GetFeaturedCategories | ||
GetParentCategoryId | Gets Id of the parent category of the given category | |
GetRandomFeaturedCategories | ||
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.RepositoryWithTypedId<TEntity,int>) | |
LoadForDisplayPage | ||
LoadForName | Loads a category given the name. | |
LoadForParent | Get all child categories of the given parent. | |
LoadForPath | Loads a category record given the named path. | |
LoadForStore | ||
LoadOrphaned | Overloaded. Gets a List of orphaned categories | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<Category>) |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |