Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Static
Readonly
BinaryBinary type.
Static
Readonly
BooleanBoolean type.
Static
Readonly
CurrencyCurrency type.
Static
Readonly
DateDate type.
Static
Readonly
DateDateTime type (both date and a time stamp).
Static
Readonly
IntegerInteger type.
Static
Readonly
LongLong integer type.
Static
Readonly
RealReal (double) type.
Static
Readonly
SingleShort Real (float) type.
Static
Readonly
StringString type.
Static
Readonly
TimeTimestamp type (not including date).
Static
Readonly
TimeTime span type.
Static
Readonly
UndefinedUndefined type. This is not a real data type but can be used in some places when any type is acceptable.
Gets the default comparer for this DataType.
Gets the default value for the underlying type.
Gets a default, user localized, read-only formatter for this data type.
Gets a read-only formatter for this data type that does invariant formatting. This formatting is independent of localization and uses System.Globalization.CultureInfo.InvariantCulture.
Gets a value indicating whether the data type is numeric or not, that is, Integer, Currency, Real, LongInteger or SingleReal
Gets a value indicating whether the data type is considered simple or not. E.g. String and int (etc) are simple, Binary is not.
Gets a value indicating whether the data type represents time or not, that is, Date, Time or DateTime.
Gets the type name.
Gets a null (empty) value for the underlying type.
Static
AvailableGets the available data types.
Creates a culture specific formatter for this data type.
A formatter may configured by casting it to the corresponding formatter class. For numeric types (DataType.Integer, DataType.Long and DataType.Real) the formatter class is Spotfire.Dxp.Data.Formatters.NumberFormatter. For date/time types (DataType.Date, DataType.Time and DataType.DateTime it is Spotfire.Dxp.Data.Formatters.DateTimeFormatter. The formatter class for DataType.String is Spotfire.Dxp.Data.Formatters.StringFormatter.
The name of the culture for this formatter.
A formatter.
Creates a user localized formatter for this data type.
A formatter may configured by casting it to the corresponding formatter class. For numeric types (DataType.Integer, DataType.Long and DataType.Real) the formatter class is Spotfire.Dxp.Data.Formatters.NumberFormatter. For date/time types (DataType.Date, DataType.Time and DataType.DateTime it is Spotfire.Dxp.Data.Formatters.DateTimeFormatter. The formatter class for DataType.String is Spotfire.Dxp.Data.Formatters.StringFormatter.
A formatter.
Static
FromConverts a DataSourceDataType to a DataType.
The DataSourceDataType-type.
The DataType.
Static
FromStatic
FromStatic
GetGets the DataType with the given name.
Name representation for a DataType.
The DataType with the given name, or Spotfire.Dxp.Data.DataType.Undefined if corresponding type not found.
Static
TryStatic
Try
This class contains information about a Spotfire data type and the properties of that data type. This is an enumeration class with one static instance for each of the supported data types.
Since
2.0