DimensionSelectorData Class

Class that represents root class for dimension objects selection.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsGroupSelectorData
      Dundas.BI.WebApi.ModelsDimensionSelectorData

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 DimensionSelectorData : GroupSelectorData

The DimensionSelectorData type exposes the following members.

Constructors
 NameDescription
Public methodDimensionSelectorData Initializes a new instance of the DimensionSelectorData class.
Top
Properties
 NameDescription
Public propertyIsInvertedSelection Gets or sets a value indicating whether selection is inverted.
(Inherited from GroupSelectorData)
Public propertyItems Gets the items.
(Inherited from GroupSelectorData)
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMapping The mapping from DimensionSelector to DimensionSelectorData.
Public methodStatic memberToEntityMapping The mapping from DimensionSelectorData to DimensionSelector.
Top
See Also