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 | 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 () |
Friends | |
class | FdoInternalPropertyValueConstraintList |
|
Constructs a default instance of a FdoPropertyValueConstraintList.
|
|
|
|
Constructs an empty instance of an FdoPropertyValueConstraintList.
|
|
Dispose this object.
Implements FdoIDisposable. Definition at line 56 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. |
|
Definition at line 48 of file PropertyValueConstraintList.h. |
Comments or suggestions? Send us feedback. |