ResultProperties Class TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
[SerializableAttribute]
public sealed class ResultProperties : IDataPropertyContainer, 
	IDataPropertiesAccessor

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
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.
Top
Properties

  NameDescription
Public propertyPropertyNames
Gets a list of the names of all properties for this instance.
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: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference