StdfValueType Class

Spotfire 14.3 API Reference
Represents the type of a data value or metadata property in STDF.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.Formats.StdfStdfValueType

Namespace:  Spotfire.Dxp.Data.Formats.Stdf
Assembly:  Spotfire.Dxp.Data.Formats.Stdf (in Spotfire.Dxp.Data.Formats.Stdf.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public sealed class StdfValueType

The StdfValueType type exposes the following members.

Properties

  NameDescription
Public propertyDefaultValue
Gets the default value for this type.
Public propertyIsArrayType
Gets a value indicating whether this is an array type.
Public propertyIsSimpleType
Gets a value indicating whether this is a simple value type.
Public propertyIsSupportedInStdfVersionOne
Gets a value indicating whether this value type was supported in STDF 1.0.
Public propertyNullValue
Gets an object representing a null value.
Public propertyRuntimeType
Gets the runtime type corresponding to this StdfValueType instance.
Public propertyTypeId
Gets the type identifier of this value type.
Public propertyTypeName
Gets the name of this value type in the latest version of the format.
Public propertyTypeNameInStdfVersionOne
Gets the name of this value type used in version 1.0 of the format.
Top
Methods

  NameDescription
Public methodEquals
Determines if two ValueType objects are equal.
(Overrides ObjectEquals(Object).)
Public methodErrorValue
Returns an object representing an error value.
Public methodFormatValue
Returns the STDF string encoding of a given value.
Public methodStatic memberFromRuntimeType
Constructs a StdfValueType from a Type.
Public methodGetErrorString
Gets the error string from the error value held in value.
Public methodGetHashCode
Calculates the hash code of this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetValueType
Gets a StdfValueType from a string representation.
Public methodStatic memberGetValueTypeFromId
Gets a value type instance for a given type identifier.
Public methodStatic memberIsArrayTypeId
Gets a value indicating whether a given type identifier corresponds to an array type.
Public methodIsErrorValue
Determines if value is an error value.
Public methodIsInvalidValue
Determines if value is an invalid value (null or error).
Public methodIsNullValue
Determines if value is an null/missing value.
Public methodStatic memberIsSimpleTypeId
Gets a value indicating whether a given type identifier corresponds to a simple type.
Public methodToString
Returns a string representation of this instance intended for human readers.
(Overrides ObjectToString.)
Public methodTryParseValue
Tries to create a value of this type from a text string.
Top
Fields

  NameDescription
Public fieldStatic memberBinary
The Binary value type.
Public fieldStatic memberBool
The Boolean value type.
Public fieldStatic memberDate
The Date value type.
Public fieldStatic memberDateTime
The DateTime value type.
Public fieldStatic memberDecimal
The Decimal value type.
Public fieldStatic memberDouble
The Double value type.
Public fieldStatic memberFloat
The Float value type.
Public fieldStatic memberInt
The Integer value type.
Public fieldStatic memberLong
The Long integer value type.
Public fieldStatic memberString
The String value type.
Public fieldStatic memberTime
The Time value type.
Public fieldStatic memberTimeSpan
The TimeSpan value type.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference