FDO API Reference Feature Data Objects

enum PropertyValueConstraintType
 

The PropertyValueConstraintType enumeration categorizes the supported constraint.

Parameters:
PropertyValueConstraintType_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
PropertyValueConstraintType_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:
PropertyValueConstraintType_Range  Represents a range constaint.
PropertyValueConstraintType_List  Represents a list constraint.

Comments or suggestions? Send us feedback.