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

Parameters

parentEntity  EntityBase
The parent entity.
id  Guid
The parameter ID.
name  String
Name of the parameter.
description  String
The parameter description.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentEntity is .
See Also