ElementSelectorData Class

Class that encapsulates selection information for a CubePerspectiveData element and its children.
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 ElementSelectorData : GroupSelectorData

The ElementSelectorData type exposes the following members.

Constructors
  NameDescription
Public methodElementSelectorData
Initializes a new instance of the ElementSelectorData class.
Top
Properties
  NameDescription
Public propertyIsInvertedSelection
Gets or sets a value indicating whether selection is inverted.
(Inherited from GroupSelectorData.)
Public propertyIsParent
Gets or sets a value indicating whether this instance is parent.
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.)
Public propertyUniqueName
Gets the object unique name.
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMapping
The mapping from ElementSelector to ElementSelectorData.
Public methodStatic memberToEntityMapping
The mapping from ElementSelectorData to ElementSelector.
Top
See Also