Click or drag to resize

BasePersistenceServiceTModel, TDbModelTouch(Guid, TransactionMode, IPrincipal) Method

Touch the object with key but don't update it

Namespace: SanteDB.Persistence.Data.Services.Persistence
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public TModel Touch(
	Guid key,
	TransactionMode mode,
	IPrincipal principal
)

Parameters

key  Guid
The key of the object to touch
mode  TransactionMode
The mode (commit or rollback)
principal  IPrincipal
The user touching the object

Return Value

TModel

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.BasePersistenceService`2.Touch(System.Guid,SanteDB.Core.Services.TransactionMode,System.Security.Principal.IPrincipal)"]

Implements

IDataPersistenceServiceExTModelTouch(Guid, TransactionMode, IPrincipal)
See Also