Name | Description | |
---|---|---|
CountAll | Count all items in the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<UserGroup,int>) | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<UserGroup,int>) | |
CountForGroup | Counts the number of UserGroup objects for the given GroupId in the database. | |
CountForSubscription | Counts the number of UserGroup objects for the given SubscriptionId in the database. | |
CountForUser | Counts the number of UserGroup objects for the given UserId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<UserGroup,int>) | |
Load | Load item given the primary key | |
LoadAll | Load all items (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<UserGroup,int>) | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<UserGroup,int>) | |
LoadForGroup | Loads a collection of UserGroup objects for the given GroupId from the database | |
LoadForSubscription | Loads a collection of UserGroup objects for the given SubscriptionId from the database | |
LoadForUser | Loads a collection of UserGroup objects for the given UserId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<UserGroup,int>) |