GroupSelectorData Class

Class that encapsulates selection information for a CubePerspectiveData group of sibling root elements.
Inheritance Hierarchy

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

The GroupSelectorData type exposes the following members.

Constructors
 NameDescription
Public methodGroupSelectorData Initializes a new instance of the GroupSelectorData class.
Top
Properties
 NameDescription
Public propertyIsInvertedSelection Gets or sets a value indicating whether selection is inverted.
Public propertyItems Gets the items.
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 Retrieve the mapping from entity to the Data contract.
Public methodStatic memberToEntityMapping Retrieve the mapping from Data contract to the entity.
Top
See Also