| FDO API Reference | Feature Data Objects |
#include <SignatureDefinition.h>
Inherits FdoIDisposable.
Inheritance diagram for FdoSignatureDefinition:
Public Member Functions | |
| FDO_API FdoReadOnlyArgumentDefinitionCollection * | GetArguments () |
| Gets an array of FdoArgumentDefinition objects required for the function. | |
| FDO_API FdoPropertyType | GetReturnPropertyType () |
| Gets the FdoPropertyType of the function return value. | |
| FDO_API FdoDataType | GetReturnType () |
| Gets the FdoDataType of the function return value. This is only valid if the function return property type is FdoPropertyType_DataProperty. | |
Static Public Member Functions | |
| FDO_API FdoSignatureDefinition * | Create (FdoPropertyType returnPropertyType, FdoDataType returnType, FdoArgumentDefinitionCollection *arguments) |
| Constructs an instance of a SignatureDefinition using the specified arguments. | |
| FDO_API FdoSignatureDefinition * | Create (FdoDataType returnType, FdoArgumentDefinitionCollection *arguments) |
| Constructs an instance of a SignatureDefinition using the specified arguments. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoSignatureDefinition () | |
| Constructs an instance of an SignatureDefinition with default properties. | |
| FdoSignatureDefinition (FdoPropertyType returnPropertyType, FdoDataType returnType, FdoArgumentDefinitionCollection *arguments) | |
| Constructs an instance of a SignatureDefinition using the specified arguments. | |
| FdoSignatureDefinition (FdoDataType returnType, FdoArgumentDefinitionCollection *arguments) | |
| Constructs an instance of a SignatureDefinition using the specified arguments. | |
| virtual | ~FdoSignatureDefinition () |
|
||||||||||||
|
Constructs an instance of a SignatureDefinition using the specified arguments.
|
|
||||||||||||||||
|
Constructs an instance of a SignatureDefinition using the specified arguments.
|
|
|
Constructs an instance of an SignatureDefinition with default properties.
|
|
|
|
|
||||||||||||||||
|
Constructs an instance of a SignatureDefinition using the specified arguments.
|
|
||||||||||||
|
Constructs an instance of a SignatureDefinition using the specified arguments.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Gets an array of FdoArgumentDefinition objects required for the function.
|
|
|
Gets the FdoPropertyType of the function return value.
|
|
|
Gets the FdoDataType of the function return value. This is only valid if the function return property type is FdoPropertyType_DataProperty.
|
| Comments or suggestions? Send us feedback. |