Open this page in the API Guide

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 (25.1.0.1000)
Syntax
protected DataAnalysisParameter(
	EntityBase parentEntity,
	IAnalysisElement element,
	string name,
	string description
)

Parameters

parentEntity
Type: Dundas.BI.Entities.EntityBase
The parent entity.
element
Type: Dundas.BI.Data.Metadata.IAnalysisElement
The analysis element.
name
Type: System.String
The name.
description
Type: System.String
The description.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is null.
See Also