DataTypeData Class

The DTO object for a DataType.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataContractAttribute]
public class DataTypeData : BaseDataContract

The DataTypeData type exposes the following members.

Constructors
  NameDescription
Public methodDataTypeData
Initializes a new instance of the DataTypeData class.
Top
Properties
  NameDescription
Public propertyDatabaseType
Gets or sets the data type to which native data type is mapped.
Public propertyIsNullable
Gets or sets a value indicating whether this instance accepts for a value.
Public propertyIsNumeric
Gets a value indicating whether this data type is numeric.
Public propertyIsSortable
Gets or sets a value indicating whether the data type is sortable.
Public propertyMaxLength
Gets or sets the maximum length (for string and binary data types).
Public propertyNumericPrecision
Gets or sets the maximum number of digits (for numeric data types).
Public propertyNumericScale
Gets or sets the number of decimal places (for numeric data types).
Public propertyOriginalDataTypeName
Gets or sets the data type name as defined in the source database.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also