DataValue T  Methods TIBCO Spotfire 6.0 API Reference
The DataValue T  type exposes the following members.
Methods

  NameDescription
Public methodAssignFrom
Sets this DataValue instance equal to another DataValue instance.
(Overrides DataValue AssignFrom(DataValue).)
Public methodClone
Creates a copy of this instance.
(Overrides DataValue Clone .)
Public methodEquals
Compares two DataValue instances for equality, using the System.Object implementation.
(Overrides Object Equals(Object).)
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 methodGetHashCode
Gets a hash code for this instance, using the System.Object implementation.
(Overrides Object GetHashCode .)
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.)
Public methodNextObsolete.
The class can be used as a flyweight IDataValueProducer, in which case a single instance is reused.
Public methodSetNullValue
Makes this DataValue instance represents a null value. That is, an invalid value with a null data error. After the method call, HasValidValue will return false, IsNullValue will return true, and HasDataError will return false. The ValidValue property will be null.
(Overrides DataValue SetNullValue .)
Public methodToString
Gets a string representation of this DataValue instance, intended for human readers and debugging purposes.
(Overrides Object ToString .)
Back to Top
See Also