Click or drag to resize

SQLiteAuditRepositoryServiceGet Method (Guid)

Get the specified audit data from the database

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

Parameters

id
Type: SystemGuid

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

Return Value

Type: AuditData

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

Implements

IRepositoryServiceTModelGet(Guid)
See Also