ResultProperties Class

Spotfire 14.3 API Reference
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.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataResultProperties

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
public sealed class ResultProperties

The ResultProperties type exposes the following members.

Constructors

  NameDescription
Public methodResultProperties
Initializes a new instance of the ResultProperties class. Creates an empty result properties collection.
Top
Properties

  NameDescription
Public propertyPropertyNames
Gets a list of the names of all properties for this instance.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperty
Gets the value of a named property.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasPropertyValue
Checks a value exists for a named property.
Public methodPropagate
Create a new collection of result properties where all the correct properties are forwarded.
Public methodPropertyExists
Checks if a property with a given name exists.
Public methodSetProperty
Sets the value of a named property.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Also used to propagate metadata within a DataFlow or between table operations, like AddColumns(DataSource, AddColumnsSettings) or AddRows(DataSource, AddRowsSettings)

This collection is almost always read-only except in custom implementations (like in a DataRowReader) where the implementor is creating the result properties.

Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference