DataCellData Class

Represents a data contract for DataCell class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDataCellData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class DataCellData

The DataCellData type exposes the following members.

Constructors
  NameDescription
Public methodDataCellData
Initializes a new instance of the DataCellData class.
Top
Properties
  NameDescription
Public propertyAnnotations
Gets the data annotations for this cell.
Public propertyColumnTupleOrdinal
Gets or sets the column tuple ordinal.
Public propertyFormatString
Gets or sets the format string.
Public propertyFormattedValue
Gets or sets the formatted value.
Public propertyIsInError
Gets or sets a value indicating whether there were errors when retrieving the cell data.
Public propertyIsMissingData
Gets a value indicating whether the cell represents missing data.
Public propertyProperties
Gets the miscellaneous properties.
Public propertyRowTupleOrdinal
Gets or sets the row tuple ordinal.
Public propertyValue
Gets the numeric value.
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between DataCell and DataCellData.
Top
See Also