Name | Description | |
---|---|---|
GroupRepository Constructor |
The following tables list the members exposed by GroupRepository.
Name | Description | |
---|---|---|
GroupRepository Constructor |
Name | Description | |
---|---|---|
BeforeDelete | 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>) | |
CountForStore | ||
Delete | Overloaded. Deletes a group from the database | |
GetIdByName | Gets the ID of a group given the name. | |
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>) | |
LoadForName | Loads a group instance given the name. | |
LoadForStore | ||
LoadNonAdminGroups | ||
LoadNonSubscriptionGroups | ||
LoadSubscriptionGroups | ||
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.Repository<Group>) |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |