DataFunctionDefinitionBuilder Constructor (String, TypeIdentifier)

Spotfire 15.0 API Reference
Initializes a new instance of the DataFunctionDefinitionBuilder class.

Namespace:  Spotfire.Dxp.Data.DataFunctions
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public DataFunctionDefinitionBuilder(
	string functionName,
	TypeIdentifier serviceType
)

Parameters

functionName
Type: SystemString
The name of the function.
serviceType
Type: Spotfire.Dxp.Framework.DocumentModelTypeIdentifier
The service type responsible for executing the function.
Version Information


See Also

Reference