FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

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. More...

Enumeration Type Documentation

enum FdoPropertyValueConstraintType
 

The FdoPropertyValueConstraintType enumeration categorizes the supported constraint.

Enumeration values:
FdoPropertyValueConstraintType_Range  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  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.

Definition at line 29 of file PropertyValueConstraintType.h.


Comments or suggestions? Send us feedback.