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.
ReadonlyItemGet a data marking selection from a name.
Get or set the default marking.
If the active marking is required then this property should not be used but use Spotfire.Dxp.Application.Document.ActiveMarkingSelectionReference instead.
Gets a collection of methods for executing transactions on the document.
Add a new data marking selection.
The name of the new data marking selection.
The new data marking selection.
The name of the marking selection has to be unique in all selections including selections in the Spotfire.Dxp.Data.DataFilteringSelectionCollection.
Check if there exists a marking of the given name.
The name of the marking.
True if the marking exists, 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.
Enumerate over the data marking selections.
The enumerator.
Remove a data marking selection.
The data marking selection to remove.
Try to get a marking selection.
The name of the marking selection.
Assign the selection to this out parameter if it exists, will be set to null otherwise.
True if the marking was retrieved, false if the marking could not be found.
This a collection of the Spotfire.Dxp.Data.DataMarkingSelection objects. This collection can be retrieved from the Spotfire.Dxp.Data.DataManager.
Since
2.0