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 (24.3.0.1000)
Syntax
protected Parameter(
	EntityBase parentEntity,
	Guid id,
	string name,
	string description
)

Parameters

parentEntity
Type: Dundas.BI.EntitiesEntityBase
The parent entity.
id
Type: SystemGuid
The parameter ID.
name
Type: SystemString
Name of the parameter.
description
Type: SystemString
The parameter description.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentEntity is .
See Also