Name | Description | |
---|---|---|
ClearLog | Clears the audit event log | |
CountAll | Gets Audit Event list count based on date | |
CountForCriteria | Count all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<AuditEvent,int>) | |
CountForStore | Counts the number of AuditEvent objects for the given StoreId in the database. | |
CountForUser | Counts the number of AuditEvent objects for the given UserId in the database. | |
Delete | Deletes an item from the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<AuditEvent,int>) | |
Load | Load item given the primary key (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<AuditEvent,int>) | |
LoadAll | Gets Audit Event list based on date | |
LoadForCriteria | Load all items matching the criteria (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<AuditEvent,int>) | |
LoadForStore | Loads a collection of AuditEvent objects for the given StoreId from the database | |
LoadForUser | Loads a collection of AuditEvent objects for the given UserId from the database | |
Save | Saves item to the database (Inherited from CommerceBuilder.DomainModel.IRepositoryWithTypedId<AuditEvent,int>) |