DataRegionOrdinals Class

Class used to model DataCellset ordinal coordinates for a DataRegion.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalDataRegionOrdinals

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class DataRegionOrdinals : IEquatable<DataRegionOrdinals>

The DataRegionOrdinals type exposes the following members.

Constructors
  NameDescription
Public methodDataRegionOrdinals
Initializes a new instance of the DataRegionOrdinals 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.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(DataRegionOrdinals)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also