Click or drag to resize

PropertyDefFlags Enumeration

Defines flags to control property loading/saving.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
[FlagsAttribute]
public enum PropertyDefFlags
Members
  Member nameValueDescription
eFailIfPDNotFound1 Fail if PropertyDef was not found.
eSetValueNullIfPDNotFound2 Mark value as null if PropertyDef was not found.
eTreatStringAsObjectID4 Input array contains strings of ID property values of property definitions.
Remarks
This enumeration overrides LOADPROPERTYVALUES_FLAGS defined in BlueCieloECM.AMEdm PIA.
See Also