TargetDataCellData Class

Base data contract object for returning an TargetDataCell through REST API.
Inheritance Hierarchy

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

The TargetDataCellData type exposes the following members.

Constructors
  NameDescription
Public methodTargetDataCellData
Initializes a new instance of the TargetDataCellData class.
Top
Properties
  NameDescription
Public propertyColumnValues
Gets the column coordinates for the current instance.
Public propertyMeasure
Gets the measure element for which the current instance is defined.
Public propertyRowValues
Gets the row coordinates for the current instance.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between TargetDataCellData and TargetDataCell.
Public methodStatic memberToDataContractMappings
The mapping between TargetDataCell and TargetDataCellData.
Top
See Also