Responsible for building a DataFunctionDefinition.
            
            Inheritance Hierarchy
              Spotfire.Dxp.Data.DataFunctionsDataFunctionDefinitionBuilder
Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 23.18.9504.3877 (23.18.9504.3877)
Syntax
C#
public sealed class DataFunctionDefinitionBuilder
The DataFunctionDefinitionBuilder type exposes the following members.
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.
              | 
Version Information
See Also