Click or drag to resize

SQLiteAuditRepositoryServiceInsert Method

Insert audit data

Namespace:  SanteDB.DisconnectedClient.Security.Audit
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public AuditData Insert(
	AuditData audit
)

Parameters

audit
Type: SanteDB.Core.AuditingAuditData

[Missing <param name="audit"/> documentation for "M:SanteDB.DisconnectedClient.Security.Audit.SQLiteAuditRepositoryService.Insert(SanteDB.Core.Auditing.AuditData)"]

Return Value

Type: AuditData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Security.Audit.SQLiteAuditRepositoryService.Insert(SanteDB.Core.Auditing.AuditData)"]

Implements

IRepositoryServiceTModelInsert(TModel)
See Also