BooleanSetting(Guid, String, String, Boolean, Boolean) Constructor

Initializes a new instance of the BooleanSetting 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
public BooleanSetting(
	Guid id,
	string name,
	string description,
	bool isElementSpecific,
	bool changesOutputMetadata
)

Parameters

id  Guid
The setting ID.
name  String
Name of the setting.
description  String
The setting description.
isElementSpecific  Boolean
Flag that specifies the current instance is attached to a data element.
changesOutputMetadata  Boolean
Boolean value that specifies if a value change of the current instance changes the output metadata.
See Also