TopBottomOverridesData Class

The DTO object for a ClientTopBottomOverrides.
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 TopBottomOverridesData : BaseDataContract

The TopBottomOverridesData type exposes the following members.

Constructors
  NameDescription
Public methodTopBottomOverridesData
Initializes a new instance of the TopBottomOverridesData class.
Top
Properties
  NameDescription
Public propertyBottomRecords
Gets the number of records with the smallest values for the analyzed measure.
Public propertyMeasureUniqueName
Gets the measure unique name.
Public propertyTiePolicy
Gets or sets the tied records policy.
Public propertyTopRecords
Gets the number of records with the highest values for the analyzed measure.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also