ISystem | |
public interface ISystemUserAuditLogEntityService : ISystemUserAuditLogQueryService, IBusinessService
The ISystemUserAuditLogEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new SystemUserAuditLog | |
| Delete | Deletes the specified SystemUserAuditLog. | |
| Get |
Gets a list of SystemUserAuditLogs matching the specified filter.
(Inherited from ISystemUserAuditLogQueryService) | |
| GetAll |
Gets all SystemUserAuditLogs
(Inherited from ISystemUserAuditLogQueryService) | |
| GetSingle |
Gets a single SystemUserAuditLog matching the provided filter.
(Inherited from ISystemUserAuditLogQueryService) | |
| Update | Updates the specified SystemUserAuditLog |