Defines a type of property effectivity.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public enum PropertyEffectivityKind
Visual Basic
Public Enumeration PropertyEffectivityKind
Visual C++
public enum class PropertyEffectivityKind

Members

Member nameValueDescription
PET_GLOBAL0 Changing the value will affect all revisions of the object.
PET_SYNCVERSIONED1 The value can only be changed if the object is in workflow. Changing the value will affect only the current working revision of the object.
PET_ASYNCVERSIONED2 Changing the value will affect only the current revision of the object. The object does not need to be a working copy.
PET_WORKGLOBAL3 Changing the value will affect only the current revision of the object. The value is global for all work areas.
PET_CONSTANT4 The value is set when the object is created. It is the same for all revisions of the object.
PET_TIMEGLOBAL5 Changing the value affects all previous revisions. Revisions in other work areas are not affected.

Remarks

This enumeration overrides AMPROPERTYEFFECTIVITYTYPES defined in BlueCieloECM.AMOm PIA.

See Also