PropertyEffectivityKind Enumeration |
Defines a type of property effectivity.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public enum PropertyEffectivityKind
Public Enumeration 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.
See Also