Defines a type of property effectivity.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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 name | Value | Description | |
---|---|---|---|
PET_GLOBAL | 0 | Changing the value will affect all revisions of the object. | |
PET_SYNCVERSIONED | 1 | 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_ASYNCVERSIONED | 2 | Changing the value will affect only the current revision of the object. The object does not need to be a working copy. | |
PET_WORKGLOBAL | 3 | Changing the value will affect only the current revision of the object. The value is global for all work areas. | |
PET_CONSTANT | 4 | The value is set when the object is created. It is the same for all revisions of the object. | |
PET_TIMEGLOBAL | 5 | 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.