DataAnalysisParameter Constructor

Initializes a new instance of the DataAnalysisParameter class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
protected DataAnalysisParameter(
	EntityBase parentEntity,
	IAnalysisElement element,
	string name,
	string description
)

Parameters

parentEntity
Type: Dundas.BI.EntitiesEntityBase
The parent entity.
element
Type: Dundas.BI.Data.MetadataIAnalysisElement
The analysis element.
name
Type: SystemString
The name.
description
Type: SystemString
The description.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is .
See Also