FDO API Reference Feature Data Objects

enum FdoPropertyValueConstraintType
 

The FdoPropertyValueConstraintType enumeration categorizes the supported constraint.

Parameters:
FdoPropertyValueConstraintType_Range This constraint specifies minimum and / or maximum allowed values for a particular property. It can be used for all data property types except for Boolean, BLOB, or CLOB
FdoPropertyValueConstraintType_List This constraint specifies a list of allowed values for a particular property. It can be used for all data property types except for Boolean, BLOB, or CLOB
.

Enumerator:
FdoPropertyValueConstraintType_Range  Represents a range constaint.
FdoPropertyValueConstraintType_List  Represents a list constraint.

Definition at line 34 of file PropertyValueConstraintType.h.


Comments or suggestions? Send us feedback.