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: 66.0.19802.3509 (66.0.19802.3509)
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.
|
Properties
Name | Description | |
---|---|---|
![]() | AllowCaching |
Gets or sets a value indicating whether caching of the result of the function is allowed or not.
|
![]() | Category |
Gets or sets the category of the data function.
|
![]() | 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 DataFunctionDefinition to be built.
|
![]() | OutputParameters |
Gets the output parameters.
|
![]() | ServiceType |
Gets or sets the service type.
|
![]() | Settings |
Gets the implementation specific settings.
|
Methods
Name | Description | |
---|---|---|
![]() | Build |
Build the data function definition.
|
![]() | ClearLibraryIdentifier |
Clear the library identifier for this data function definition builder.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LoadCustomIcon |
Loads a custom SVG icon for this data function from a file, using the file name as the name of the icon.
|
![]() | SetCustomIcon |
Sets a custom SVG icon for this data function.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
Supported in: 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also