ResultDescriptor Constructor (Guid, String, String, String, PlacementPosition)

Initializes a new instance of the ResultDescriptor class.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public ResultDescriptor(
	Guid id,
	string symbol,
	string hierarchyName,
	string hierarchyDescription,
	PlacementPosition placement
)

Parameters

id
Type: SystemGuid
The current result ID.
symbol
Type: SystemString
The current result symbol.
hierarchyName
Type: SystemString
The name of the resulted hierarchy.
hierarchyDescription
Type: SystemString
The resulted hierarchy description.
placement
Type: Dundas.BI.Entities.MetricSetsPlacementPosition
The suggested placement for the generated hierarchy.
Remarks
Use this constructor to generate a hierarchy based result.
See Also