Click or drag to resize

SynchronizationQueueEntryOperation Enumeration

Synchronization operation type.

Namespace: SanteDB.Client.Disconnected.Data.Synchronization
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public enum SynchronizationQueueEntryOperation
Members
Member nameValueDescription
Sync0 The operation represents an inbound entry (sync)
Insert1 Operation represents an insert (create) only if not existing
Update2 Operation represents an update
Obsolete4 Operation represents an obsolete
All7 All actions
See Also