| FDO API Reference | Feature Data Objects |
#include <PropertyValueConstraintList.h>
Inherits FdoPropertyValueConstraint.
Inheritance diagram for FdoPropertyValueConstraintList:
Definition at line 46 of file PropertyValueConstraintList.h.
Public Member Functions | |
| virtual bool | Contains (FdoDataValue *pValue) |
| virtual bool | Contains (FdoPropertyValueConstraint *pConstraint) |
| virtual bool | Equals (FdoPropertyValueConstraint *pConstraint) |
| FDO_API FdoDataValueCollection * | GetConstraintList () |
| Returns the list of allowed values for a particular property. | |
| virtual FDO_API FdoPropertyValueConstraintType | GetConstraintType () |
| Returns FdoPropertyValueConstraintType_Range type. | |
| virtual void | Set (FdoPropertyValueConstraint *pProperty, FdoString *parentName, FdoSchemaMergeContext *pContext) |
| Update this list constraint from the given value constraint. | |
Static Public Member Functions | |
| FDO_API FdoPropertyValueConstraintList * | Create () |
| Constructs an empty instance of an FdoPropertyValueConstraintList. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoPropertyValueConstraintList () | |
| Constructs a default instance of a FdoPropertyValueConstraintList. | |
| virtual | ~FdoPropertyValueConstraintList () |
|
|
Constructs a default instance of a FdoPropertyValueConstraintList.
|
|
|
|
|
|
Implements FdoPropertyValueConstraint. |
|
|
Implements FdoPropertyValueConstraint. |
|
|
Constructs an empty instance of an FdoPropertyValueConstraintList.
|
|
|
Dispose this object.
Implements FdoIDisposable. Definition at line 54 of file PropertyValueConstraintList.h. |
|
|
Implements FdoPropertyValueConstraint. |
|
|
Returns the list of allowed values for a particular property.
|
|
|
Returns FdoPropertyValueConstraintType_Range type.
Implements FdoPropertyValueConstraint. |
|
||||||||||||||||
|
Update this list constraint from the given value constraint.
Reimplemented from FdoPropertyValueConstraint. |
| Comments or suggestions? Send us feedback. |