PreferenceObject T  Members TIBCO Spotfire 6.0 API Reference
The PreferenceObject T  type exposes the following members.
Constructors

  NameDescription
Public methodPreferenceObject T 
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Back to Top
Properties

  NameDescription
Public propertyId
Gets the Identifier for this preference object.
Public propertyIsApplicationDefault
Gets if this object is the default object defined for the class.
Public propertyIsDefault
Gets if this is the default object for the class at group level.
Public propertyIsReadOnly
Gets whether or not this object is read only, that is, if its value can be changed by the user.
Public propertyValue
Gets or sets the value for this preference object. If the object is read only, a NotSupportedException will be thrown if trying to set the value. When the value is set the ValueChanged event will be fired.
Back to Top
Events

  NameDescription
Public eventValueChanged
Occurs when the value of this object is changed.
Back to Top
See Also