DataFunctionDefinition Properties TIBCO Spotfire 6.0 API Reference
The DataFunctionDefinition type exposes the following members.
Properties

  NameDescription
Public propertyAllowCaching
Gets a value indicating whether caching of the result of the function is allowed or not.
Public propertyDescription
Gets the description.
Public propertyDisplayName
Gets the display name.
Public propertyFunctionName
Gets the name of the function.
Public propertyInputParameters
Gets the input parameters.
Public propertyLibraryIdentifier
Gets the identifier to the function definition as stored in the library.
Public propertyOutputParameters
Gets the output parameters.
Public propertyServiceType
Gets the type identifier for the provider responsible for executing the function.
Public propertySettings
Gets settings that are specific for the type of function used.
Back to Top
See Also