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 Spotfire.Dxp.Data.DataFunctions.DataFunctionExpressionFunction with the specified name.
Gets a collection of methods for executing transactions on the document.
Determines whether the collection contains an expression function with the defined name.
The name.
True if the expression function exists; false otherwise.
Returns an enumerator that iterates through this collection.
An System.Collections.Generic.IEnumerator for this collection.
Tries to get an expression function with the given name.
The name.
The value.
True if the expression function was found; false otherwise.
This class represents a collection of data function expression functions. These functions calls data functions through the Spotfire expression language.
Since
2.0