OtherGroupSettingsData Class

The DTO object for a OtherGroupSettings.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsOtherGroupSettingsData

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

The OtherGroupSettingsData type exposes the following members.

Constructors
 NameDescription
Public methodOtherGroupSettingsData Initializes a new instance of the OtherGroupSettingsData class.
Top
Properties
 NameDescription
Public propertyCategory Gets or sets the category for the other group analysis.
Public propertyHierarchyUniqueName Gets the unique name for the target hierarchy for which the other group analysis is performed.
Public propertyLowerBoundary Gets the group lower boundary comparison rule and value.
Public propertyMeasureUniqueName Gets the unique name for the measure element for which the other group analysis is performed.
Public propertyOtherGroupCaption Gets or sets the other group caption.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyUpperBoundary Gets the group upper boundary comparison rule and value.
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappings The mapping between OtherGroupSettings and OtherGroupSettingsData.
Top
See Also