Click or drag to resize

RemoteAuditRepositoryServiceInsert Method

Insert the specified audit

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.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.Services.Remote.RemoteAuditRepositoryService.Insert(SanteDB.Core.Auditing.AuditData)"]

Return Value

Type: AuditData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteAuditRepositoryService.Insert(SanteDB.Core.Auditing.AuditData)"]

Implements

IRepositoryServiceTModelInsert(TModel)
See Also