| FDO API Reference | Feature Data Objects |
#include <NullCondition.h>
Inherits FdoSearchCondition.
Inheritance diagram for FdoNullCondition:
Definition at line 33 of file NullCondition.h.
Public Member Functions | |
| FDO_API FdoIdentifier * | GetPropertyName () |
| Gets the name of the data property. | |
| FDO_API void | Process (FdoIFilterProcessor *p) |
| Overrides FdoFilter.Process to pass the FdoNullCondition to the appropriate filter processor operation. | |
| FDO_API void | SetPropertyName (FdoIdentifier *value) |
| Sets the name of the data property. | |
| FdoString * | ToStringInternal (FdoIdentifierCollection *pIdCol) |
| DOXYGEN-IGNORE This is an internal method. It returns the well defined text representation of the filter. | |
Static Public Member Functions | |
| FDO_API FdoNullCondition * | Create (FdoIdentifier *propertyName) |
| Constructs an instance of an FdoNullCondition using the specified arguments. | |
| FDO_API FdoNullCondition * | Create (FdoString *propertyName) |
| Constructs an instance of an FdoNullCondition using the specified arguments. | |
| FDO_API FdoNullCondition * | Create () |
| Constructs a default instance of an FdoNullCondition. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoNullCondition (FdoIdentifier *propertyName) | |
| Constructs an instance of an FdoNullCondition using the specified arguments. | |
| FdoNullCondition (FdoString *propertyName) | |
| Constructs an instance of an FdoNullCondition using the specified arguments. | |
| FdoNullCondition () | |
| Constructs a default instance of an FdoNullCondition. | |
| virtual | ~FdoNullCondition () |
|
|
Constructs a default instance of an FdoNullCondition.
|
|
|
Constructs an instance of an FdoNullCondition using the specified arguments.
|
|
|
Constructs an instance of an FdoNullCondition using the specified arguments.
|
|
|
|
|
|
Constructs an instance of an FdoNullCondition using the specified arguments.
|
|
|
Constructs an instance of an FdoNullCondition using the specified arguments.
|
|
|
Constructs a default instance of an FdoNullCondition.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Gets the name of the data property.
|
|
|
Overrides FdoFilter.Process to pass the FdoNullCondition to the appropriate filter processor operation.
Implements FdoFilter. |
|
|
Sets the name of the data property.
|
|
|
DOXYGEN-IGNORE This is an internal method. It returns the well defined text representation of the filter.
Implements FdoFilter. |
| Comments or suggestions? Send us feedback. |