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