Click or drag to resize

SQLiteAuditRepositoryServiceGet Method (Guid, Guid)

Get the specified audit

Namespace:  SanteDB.DisconnectedClient.Security.Audit
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public AuditData Get(
	Guid key,
	Guid versionKey
)

Parameters

key
Type: SystemGuid

[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.Security.Audit.SQLiteAuditRepositoryService.Get(System.Guid,System.Guid)"]

versionKey
Type: SystemGuid

[Missing <param name="versionKey"/> documentation for "M:SanteDB.DisconnectedClient.Security.Audit.SQLiteAuditRepositoryService.Get(System.Guid,System.Guid)"]

Return Value

Type: AuditData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Security.Audit.SQLiteAuditRepositoryService.Get(System.Guid,System.Guid)"]

Implements

IRepositoryServiceTModelGet(Guid, Guid)
See Also