FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgPropertyValueConstraintType.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Schema

Enumerations

enum  PropertyValueConstraintType {
  PropertyValueConstraintType_Range = 0x01,
  PropertyValueConstraintType_List = 0x02
}
 The PropertyValueConstraintType enumeration categorizes the supported constraint. More...

Enumeration Type Documentation

enum PropertyValueConstraintType
 

The PropertyValueConstraintType enumeration categorizes the supported constraint.

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

Comments or suggestions? Send us feedback.