FDO API Reference Feature Data Objects

PropertyValueConstraintType.h File Reference

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

Go to the source code of this file.


Enumerations

enum  FdoPropertyValueConstraintType { FdoPropertyValueConstraintType_Range = 0x01, FdoPropertyValueConstraintType_List = 0x02 }
 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
. More...

Comments or suggestions? Send us feedback.