SbdfValueType Methods TIBCO Spotfire 7.6 API Reference

The SbdfValueType type exposes the following members.

Methods

  Name Description
Public method ConvertValue
Potentially convert the value specified into this type.
Public method Static member ConvertValueTypeToBinary
Converts a SbdfValueType instance to a byte array.
Public method ErrorValue
Returns an object representing an error value.
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 Static member FromBinary
Converts a byte array to a SbdfValueType instance.
Public method Static member FromRuntimeType
Constructs a SbdfValueType from a Type.
Public method GetErrorString
Gets the error string from the error value held in value.
Public method GetReplacedValue
Gets the inner replaced value held in value.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Static member GetValueTypeFromId
Gets a value type instance for a given type identifier.
Public method Static member IsArrayTypeId
Gets a value indicating whether a given type identifier corresponds to an array type.
Public method IsErrorValue
Determines if value is an error value.
Public method IsInvalidValue
Determines if value is an invalid value.
Public method IsReplacedValue
Determines if value is a replaced value.
Public method Static member IsSimpleTypeId
Gets a value indicating whether a given type identifier corresponds to a simple type.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Static member Read
Reads a SbdfValueType from the binary reader.
Public method ReplacedValue
Returns an object representing a replaced null value.
Public method Write
Writes the contents of this instance to writer.
Top
See Also

Reference