DataRegionOrdinalsData Class

The data contract class to represent a DataRegionOrdinals class.
Inheritance Hierarchy

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 DataRegionOrdinalsData : BaseDataContract

The DataRegionOrdinalsData type exposes the following members.

Constructors
  NameDescription
Public methodDataRegionOrdinalsData
Initializes a new instance of the DataRegionOrdinalsData class.
Top
Properties
  NameDescription
Public propertyBottomRightColumnOrdinal
Gets the bottom right column tuple ordinal for the DataRegion.
Public propertyBottomRightRowOrdinal
Gets the bottom right row tuple ordinal for the DataRegion.
Public propertyTopLeftColumnOrdinal
Gets the top left column tuple ordinal for the DataRegion.
Public propertyTopLeftRowOrdinal
Gets the top left row tuple ordinal for the DataRegion.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also