Click or drag to resize

IAuditService Interface

Auditing Service for SanteDB. IAuditService replaces the obsolete AuditUtil static implementation.

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IAuditService : IServiceImplementation

The IAuditService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodAudit Creates a new IAuditBuilder instance tied to this service for dispatch.
Public methodDispatchAudit Directly dispatches the audit to a local repository or an audit dispatcher.
Public methodSendAudit Sends an audit event to be processed.
Top
Extension Methods
 NameDescription
Public Extension MethodAudit Creates a new IAuditBuilder instance tied to this service for dispatch.
(Defined by AuditExtensions)
Public Extension MethodAudit Creates a new IAuditBuilder instance tied to this service for dispatch.
(Defined by AuditExtensions)
Top
See Also