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.
Initializes a new instance of the Spotfire.Dxp.Data.ResultProperties class. Creates an empty result properties collection.
Gets a list of the names of all properties for this instance.
Gets the value of a named property.
The property name.
The value of the property.
Checks a value exists for a named property.
The property name.
True if there is a value for the property; otherwise, false.
Create a new collection of result properties where all the correct properties are forwarded.
The import context.
A copy of the properties that should be propagated.
Checks if a property with a given name exists.
The name of the property.
True if the property exists; otherwise, false.
Sets the value of a named property.
The property name.
The property value.
Represents the metadata about the result from a data source, transformation or calculation. These properties are used to set properties on the resulting data table.
Since
2.0