Open this page in the API Guide

Parameter Constructor

Initializes a new instance of the Parameter 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 Parameter(
	EntityBase parentEntity,
	Guid id,
	string name,
	string description
)

Parameters

parentEntity
Type: Dundas.BI.Entities.EntityBase
The parent entity.
id
Type: System.Guid
The parameter ID.
name
Type: System.String
Name of the parameter.
description
Type: System.String
The parameter description.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentEntity is null.
See Also