The DataFunctionDefinitionBuilder type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
DataFunctionDefinitionBuilder(DataFunctionDefinition) |
Initializes a new instance of the DataFunctionDefinitionBuilder class.
| |
DataFunctionDefinitionBuilder(String, TypeIdentifier) |
Initializes a new instance of the DataFunctionDefinitionBuilder class.
|
Methods
Name | Description | |
---|---|---|
Build |
Build the data function definition.
| |
ClearLibraryIdentifier |
Clear the library identifier for this data function definition builder.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AllowCaching |
Gets or sets a value indicating whether caching of the result of the function is allowed or not.
| |
Description |
Gets or sets the description.
| |
DisplayName |
Gets or sets the display name.
| |
FunctionName |
Gets or sets the function name.
| |
InputParameters |
Gets the input parameters.
| |
IsValid |
Gets a value indicating whether the builder contains enough information to build a data function definition or not.
| |
LibraryIdentifier |
Gets the library identifier of the datafunction to be built.
| |
OutputParameters |
Gets the output parameters.
| |
ServiceType |
Gets or sets the service type.
| |
Settings |
Gets the implementation specific settings.
|
See Also