| 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
)
Public Overridable Sub Touch (
id As Guid
)
public:
virtual void Touch(
Guid id
)
abstract Touch :
id : Guid -> unit
override Touch :
id : Guid -> unit
Parameters
- id
- Type: SystemGuid
The id of the object to be touched
Return Value
Type:
The touched object
Implements
IRepositoryServiceExTModelTouch(Guid)See Also