Click or drag to resize

DataPersistingEventArgsTDataSuccess Property

Gets or sets a value which indicates whether the event was successfully handled and inserted

Namespace: SanteDB.Core.Event
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public bool Success { get; set; }

Property Value

Boolean
Remarks
This is used to notify the caller that it should assume operation continued as normal
See Also