DataCellData Class |
Namespace: Dundas.BI.WebApi.Models
The DataCellData type exposes the following members.
Name | Description | |
---|---|---|
DataCellData |
Initializes a new instance of the DataCellData class.
|
Name | Description | |
---|---|---|
Annotations |
Gets the data annotations for this cell.
| |
ColumnTupleOrdinal |
Gets or sets the column tuple ordinal.
| |
FormatString |
Gets or sets the format string.
| |
FormattedValue |
Gets or sets the formatted value.
| |
IsInError |
Gets or sets a value indicating whether there were errors when retrieving the cell data.
| |
IsMissingData |
Gets a value indicating whether the cell represents missing data.
| |
Properties |
Gets the miscellaneous properties.
| |
RowTupleOrdinal |
Gets or sets the row tuple ordinal.
| |
Value |
Gets the numeric value.
|
Name | Description | |
---|---|---|
ToDataContractMappings |
The mapping between DataCell and DataCellData.
|