Static
EqualsDetermines 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 the context of this node.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Adds a new Spotfire.Dxp.Data.DataProperty.
The property class that this property is part of.
The property to add.
Checks if the property named exists in the given Spotfire.Dxp.Data.DataPropertyClass.
The property class to find the property in.
The name of the property to find.
True if the property exists in the property class, false otherwise.
Gets all the properties for a Spotfire.Dxp.Data.DataPropertyClass.
The property class.
An enumeration of all the properties of the specified class.
Gets the property with the given name.
The property class to find the property in.
The property name to get.
The property with the given name.
Removes a custom property from the registry.
The property class that this property is part of.
The property to remove.
Removes a custom property from the registry.
The property class that this property is part of.
The name of the property to remove.
Tries to get a property with a given name.
The property class to search in.
The property name of the property to find.
This argument will be set to the property if it was found, it will be set to null otherwise.
True if the property was found, false otherwise.
The Spotfire.Dxp.Data.DataProperty registry is part of the Spotfire.Dxp.Data.DataManager and contains the properties that can be defined in the analysis. All properties (metadata) that are set must be defined in this registry.
Since
2.0