Click or drag to resize

PubSubEventType Enumeration

Identifies the type of events on the pub-sub layer

Namespace:  SanteDB.Core.PubSub
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
[FlagsAttribute]
public enum PubSubEventType
Members
  Member nameValueDescription
Create1 Record is created
Update2 Record is updated
Delete4 Record is deleted
Merge8 Record was merged
UnMerge16 Record was un-merged
See Also