Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets a collection of methods for executing transactions on the document.
Check if there is a Spotfire.Dxp.Data.DataFunctions.DataFunctionInput for the given Spotfire.Dxp.Data.DataFunctions.InputParameter.
The input parameter.
True if there is an input defined, false otherwise.
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
Returns an enumerator that iterates through the collection.
A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Removes the Spotfire.Dxp.Data.DataFunctions.DataFunctionInput for the given Spotfire.Dxp.Data.DataFunctions.InputParameter.
The input parameter to remove the input for.
True if the inputParameter was present and could be removed, false otherwise.
Sets the Spotfire.Dxp.Data.DataFunctions.DataFunctionInput for an Spotfire.Dxp.Data.DataFunctions.InputParameter using a Spotfire.Dxp.Data.DataFunctions.ActionDataViewDefinition instance.
The input parameter.
The data view.
The newly created input.
Sets the Spotfire.Dxp.Data.DataFunctions.DataFunctionInput for an Spotfire.Dxp.Data.DataFunctions.InputParameter using an expression representing a list of column expressions. The value is calculated on all rows in the input.
The input parameter.
The expression that defines the input. This is comma separated list of column expressions with qualified table names that may only refer to one single table.
The newly created input.
Sets the Spotfire.Dxp.Data.DataFunctions.DataFunctionInput for an Spotfire.Dxp.Data.DataFunctions.InputParameter using an expression representing a list of column expressions. The value is calculated on the intersection of all the input selections.
The input parameter.
The expression that defines the input. This is comma separated list of column expressions with qualified table names that may only refer to one single table.
The selections that define which rows to use to calculate the expression result. If multiple selections are sent as input then the resulting rows will be the rows that are included in all the selections.
The newly created input.
Sets the Spotfire.Dxp.Data.DataFunctions.DataFunctionInput for an Spotfire.Dxp.Data.DataFunctions.InputParameter using an expression representing a list of column expressions. The value is calculated on the intersection of all the input selections.
The input parameter.
The expression that defines the input. This is comma separated list of column expressions with qualified table names that may only refer to one single table.
A value indicating whether the active filtering be included in the selections or not.
The selections that define which rows to use to calculate the expression result. If multiple selections are sent as input then the resulting rows will be the rows that are included in all the selections.
The newly created input.
Tries to get a Spotfire.Dxp.Data.DataFunctions.DataFunctionInput for the given Spotfire.Dxp.Data.DataFunctions.InputParameter.
The input parameter.
The input definition.
True if it was possible to get the input; false otherwise.
Represents the declarations on how to retrieve the values for Spotfire.Dxp.Data.DataFunctions.InputParameters in a Spotfire.Dxp.Data.DataFunctions.DataFunction.
Since
2.0