FDO API Reference Feature Data Objects

mgPropertyValueConstraintType.h File Reference

This graph shows which files directly or indirectly include this file:


Enumerations

enum  PropertyValueConstraintType { PropertyValueConstraintType_Range = 0x01, PropertyValueConstraintType_List = 0x02 }
 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
. More...

Comments or suggestions? Send us feedback.