DataValueT Methods TIBCO Spotfire 7.6 API Reference

The DataValueT generic type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Sets this DataValue instance equal to another DataValue instance.
(Overrides DataValueAssignFrom(DataValue).)
Public method Clone
Creates a copy of this instance.
(Overrides DataValueClone.)
Public method Equals
Compares two DataValue instances for equality, using the System.Object implementation.
(Overrides ObjectEquals(Object).)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Gets a hash code for this instance, using the System.Object implementation.
(Overrides ObjectGetHashCode.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Next Obsolete.
The class can be used as a flyweight IDataValueProducer, in which case a single instance is reused.
Public method SetNullValue
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 DataValueSetNullValue.)
Public method ToString
Gets a string representation of this DataValue instance, intended for human readers and debugging purposes.
(Overrides ObjectToString.)
Top
See Also

Reference