GroupingElementData Class

Represents GroupingElement through the REST API.
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 GroupingElementData : BaseDataContract

The GroupingElementData type exposes the following members.

Constructors
  NameDescription
Public methodGroupingElementData
Initializes a new instance of the GroupingElementData class.
Top
Properties
  NameDescription
Public propertyDataElementStructureId
Gets or sets the ID of the original data element structure (if there is one).
Public propertyDataElementUniqueName
Gets or sets the unique name of the original data element (if there is one).
Public propertyElementParameterLinks
Gets the element parameter links.
Public propertyId
Gets or sets the unique identifier of the grouping element.
Public propertyIsExcluded
Gets or sets a value indicating whether the grouping measure should not be placed on the grouping metric set.
Public propertyLevelUniqueName
Gets or sets the unique name of the linking level used to promote a column to a full hierarchy (if applicable).
Public propertyPlacement
Gets or sets the placement of the element.
Public propertyStructureId
Gets or sets the ID of the data cube or analysis structure of the grouping hierarchy or data element.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyUniqueName
Gets or sets the unique name of the grouping hierarchy or data element.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between GroupingElementData and GroupingElement.
Public methodStatic memberToDataContractMappings
The mapping between GroupingElement and GroupingElementData.
Top
See Also