Represents a definition of an data function.
The definition describes the information needed to invoke the function and enough information to provide a user interface for specifying how the inputs and outputs should be handled. If the function definition represents a script it also contains the script definition.
The function definition provides methods to save and load the definition from the Spotfire library.
Inheritance Hierarchy
Spotfire.Dxp.Data.DataFunctionsDataFunctionDefinition
Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(8, 0)] public sealed class DataFunctionDefinition : ISerializable
The DataFunctionDefinition type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Create a function definition from the library.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Save |
Updates the function definition in the library.
| |
SaveAs |
Saves the function definition as a new item in the library.
| |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Properties
Name | Description | |
---|---|---|
AllowCaching |
Gets a value indicating whether caching of the result of the function is allowed or not.
| |
Description |
Gets the description.
| |
DisplayName |
Gets the display name.
| |
FunctionName | Gets the name of the function.
| |
InputParameters |
Gets the input parameters.
| |
LibraryIdentifier |
Gets the identifier to the function definition as stored in the library.
| |
OutputParameters |
Gets the output parameters.
| |
ServiceType |
Gets the type identifier for the provider responsible for executing the function.
| |
Settings |
Gets settings that are specific for the type of function used.
|
Version Information
See Also