 | BasePersistenceServiceTModel, TDbModelTouch(Guid, TransactionMode, IPrincipal) Method |
Touch the object with key but don't update it
Namespace: SanteDB.Persistence.Data.Services.PersistenceAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic TModel Touch(
Guid key,
TransactionMode mode,
IPrincipal principal
)
Public Function Touch (
key As Guid,
mode As TransactionMode,
principal As IPrincipal
) As TModel
public:
virtual TModel Touch(
Guid key,
TransactionMode mode,
IPrincipal^ principal
) sealed
abstract Touch :
key : Guid *
mode : TransactionMode *
principal : IPrincipal -> 'TModel
override Touch :
key : Guid *
mode : TransactionMode *
principal : IPrincipal -> 'TModel 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