ResultProperties Members TIBCO Spotfire 6.0 API Reference
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.
Back to 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.
Back to Top
Properties

  NameDescription
Public propertyPropertyNames
Gets a list of the names of all properties for this instance.
Back to Top
See Also