Represents the type of a data value or metadata property in Sbdf.
Inheritance Hierarchy
Spotfire.Dxp.Data.Formats.SbdfSbdfValueType
Namespace: Spotfire.Dxp.Data.Formats.Sbdf
Assembly: Spotfire.Dxp.Data.Formats.Sbdf (in Spotfire.Dxp.Data.Formats.Sbdf.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
public sealed class SbdfValueType
The SbdfValueType type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DefaultValue |
Gets the default value for this type.
| |
| InvalidValue |
Gets an object representing an invalid value.
| |
| IsArrayType |
Gets a value indicating whether this is an array type.
| |
| IsSimpleType |
Gets a value indicating whether this is a simple value type.
| |
| TypeId |
Gets the type identifier of this value type.
|
Methods
| Name | Description | |
|---|---|---|
| ConvertValue |
Potentially convert the value specified into this type.
| |
| ConvertValueTypeToBinary |
Converts a SbdfValueType instance to a byte array.
| |
| Equals |
Determines if two SbdfValueType objects are equal.
(Overrides ObjectEquals(Object).) | |
| ErrorValue |
Returns an object representing an error value.
| |
| FromBinary |
Converts a byte array to a SbdfValueType instance.
| |
| FromRuntimeType |
Constructs a SbdfValueType from a Type.
| |
| GetErrorString |
Gets the error string from the error value held in value.
| |
| GetHashCode |
Calculates the hash code of this instance.
(Overrides ObjectGetHashCode.) | |
| GetReplacedValue |
Gets the inner replaced value held in value.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValueTypeFromId |
Gets a value type instance for a given type identifier.
| |
| IsArrayTypeId |
Gets a value indicating whether a given type identifier corresponds to an array type.
| |
| IsErrorValue |
Determines if value is an error value.
| |
| IsInvalidValue |
Determines if value is an invalid value.
| |
| IsReplacedValue |
Determines if value is a replaced value.
| |
| IsSimpleTypeId |
Gets a value indicating whether a given type identifier corresponds to a simple type.
| |
| Read |
Reads a SbdfValueType from the binary reader.
| |
| ReplacedValue |
Returns an object representing a replaced null value.
| |
| ToString |
Returns a string representation of this instance.
(Overrides ObjectToString.) | |
| Write |
Writes the contents of this instance to writer.
|
Fields
| Name | Description | |
|---|---|---|
| Binary |
The Binary value type.
| |
| Bool |
The Boolean value type.
| |
| Date |
The Date value type.
| |
| DateTime |
The DateTime value type.
| |
| Decimal |
The Binary value type.
| |
| Double |
The Double value type.
| |
| Float |
The Float value type.
| |
| Int |
The Integer value type.
| |
| Long |
The Long integer value type.
| |
| String |
The String value type.
| |
| Time |
The Time value type.
| |
| TimeSpan |
The TimeSpan value type.
|
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also