DataValueT Methods

Spotfire 14.3 API Reference

The DataValueT generic type exposes the following members.

Methods

  NameDescription
Public methodAssignFrom
Sets this DataValue instance equal to another DataValue instance.
(Overrides DataValueAssignFrom(DataValue).)
Public methodClone
Creates a copy of this instance.
(Overrides DataValueClone.)
Public methodEquals
Compares two DataValue instances for equality, using the System.Object implementation.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets a hash code for this instance, using the System.Object implementation.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNext Obsolete.
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 DataValueSetNullValue.)
Public methodToString
Gets a string representation of this DataValue instance, intended for human readers and debugging purposes.
(Overrides ObjectToString.)
Top
See Also

Reference