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.
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.
Remark
Also used to propagate metadata within a Spotfire.Dxp.Data.DataFlow or between table operations, like AddColumns(dataSource, settings) or AddRows(dataSource, settings) This collection is almost always read-only except in custom implementations (like in a Spotfire.Dxp.Data.DataRowReader) where the implementor is creating the result properties.
Since
2.0