Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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 ReadonlyBinaryBinary type.
Static ReadonlyBooleanBoolean type.
Static ReadonlyCurrencyCurrency type.
Static ReadonlyDateDate type.
Static ReadonlyDateDateTime type (both date and a time stamp).
Static ReadonlyIntegerInteger type.
Static ReadonlyLongLong integer type.
Static ReadonlyRealReal (double) type.
Static ReadonlySingleShort Real (float) type.
Static ReadonlyStringString type.
Static ReadonlyTimeTimestamp type (not including date).
Static ReadonlyTimeTime span type.
Static ReadonlyUndefinedUndefined type. This is not a real data type but can be used in some places when any type is acceptable.
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 the representation type of the data type. This is the .NET type that values of this data type are stored as.
StaticAvailableCreates 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.
Formatters created with this method will always have a fixed culture. Use Spotfire.Dxp.Data.DataType.CreateLocalizedFormatter instead, when the formatting should be dynamically adapted to the culture of the current thread.
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.
StaticFromConverts a DataSourceDataType to a DataType.
The DataSourceDataType-type.
The DataType.
StaticFromConverts the type from an import source to the DataType used in the Data Manager.
The import source .Net-type.
The converted DataType, DataType.Undefined if no conversion was possible.
Note that this is not always possible to correctly determine the Spotfire.Dxp.Data.DataType from type since all the date and time types share the same representation type.
StaticFromStaticGetGets 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.
StaticTryStaticTry
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