FdoSignatureDefinition Class Reference

#include <SignatureDefinition.h>

Inherits FdoIDisposable.

List of all members.


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

static FDO_API
FdoSignatureDefinition
Create (FdoPropertyType returnPropertyType, FdoDataType returnType, FdoArgumentDefinitionCollection *arguments)
 Constructs an instance of a SignatureDefinition using the specified arguments.
static FDO_API
FdoSignatureDefinition
Create (FdoDataType returnType, FdoArgumentDefinitionCollection *arguments)
 Constructs an instance of a SignatureDefinition using the specified arguments.

Detailed Description

Definition at line 32 of file SignatureDefinition.h.


The documentation for this class was generated from the following file: