TopBottomSettingsData Class

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

The TopBottomSettingsData type exposes the following members.

Constructors
  NameDescription
Public methodTopBottomSettingsData
Initializes a new instance of the TopBottomSettingsData class.
Top
Properties
  NameDescription
Public propertyBottomRecords
Gets or sets the number of records with the smallest values for the analyzed MeasureUsage element.
Public propertyMeasureUniqueName
Gets the unique name for the measure usage element for which the top/bottom analysis is performed.
Public propertyTiePolicy
Gets or sets the tied records policy.
Public propertyTopRecords
Gets or sets the number of records with the highest values for the analyzed MeasureUsage element.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also