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.
ReadonlyItemGets the element at the specified index.
Gets a collection of methods for executing transactions on the document.
Adds a new Spotfire.Dxp.Data.DataFunctions.DataFunction from a Spotfire.Dxp.Data.DataFunctions.BuiltInDataFunction.
The suggested name.
The built-in data function.
The newly added Spotfire.Dxp.Data.DataFunctions.DataFunction.
Adds a new Spotfire.Dxp.Data.DataFunctions.DataFunction from a Spotfire.Dxp.Data.DataFunctions.DataFunctionDefinition.
The suggested name of the function.
The function definition.
The newly added Spotfire.Dxp.Data.DataFunctions.DataFunction.
Determines whether the specified value is in this collection.
The object to locate in this collection. The value can be null.
true if value is found in this collection; otherwise, false.
Create a new unique function name from a suggestion. The suggested name is used if possible.
The suggested function name.
A function functionName which is unique in the collection.
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 this collection.
An System.Collections.Generic.IEnumerator for this collection.
Check if the suggested name is a valid name.
The suggested name.
True if the name is valid and not already used; false otherwise.
Remove a function.
The function to remove.
True if the function was part of the collection and could be removed, false otherwise.
Remove all functions matching the predicate.
The predicate.
Represents a list of Spotfire.Dxp.Data.DataFunctions.DataFunction instances.
Remark
There is only one instance of this collection and it can be retrieved from the Spotfire.Dxp.Data.DataManager.
Since
2.0