Click or drag to resize
Infosoft Logo

ISystemUserAuditLogEntityService Interface

A base repository service for manipulating SystemUserAuditLog entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface ISystemUserAuditLogEntityService : ISystemUserAuditLogQueryService, 
	IBusinessService

The ISystemUserAuditLogEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new SystemUserAuditLog
Public methodDelete Deletes the specified SystemUserAuditLog.
Public methodGet Gets a list of SystemUserAuditLogs matching the specified filter.
(Inherited from ISystemUserAuditLogQueryService)
Public methodGetAll Gets all SystemUserAuditLogs
(Inherited from ISystemUserAuditLogQueryService)
Public methodGetSingle Gets a single SystemUserAuditLog matching the provided filter.
(Inherited from ISystemUserAuditLogQueryService)
Public methodUpdate Updates the specified SystemUserAuditLog
Top
See Also