Click or drag to resize

GenericLocalNullifiedRepositoryTModelTouch Method

Touch the specified object

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public virtual void Touch(
	Guid id
)

Parameters

id
Type: SystemGuid
The id of the object to be touched

Return Value

Type: 
The touched object

Implements

IRepositoryServiceExTModelTouch(Guid)
See Also