Click or drag to resize

PFExternalConnection_BindingSyncType Enumeration

Describes how a Packflow field must be bound to an external data.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFExternalConnection_BindingSyncType
Members
  Member nameValueDescription
Key0 The behavior is the same as for ReadOnly. But the binding is also used to find the items corresponding to each external data when synchronizing.

It is highly recommended to use the Reference field in Packflow to bind the key if possible, as it is indexed.

ReadOnly1 The Packflow field is updated from the external source. This is the default value.
Editable2 The Packflow field updates and is updated by the external source. [Not yet implemented]
EditableOnly3 The external source is updated by the Packflow field. [Not yet implemented]
See Also