BooleanSetting Constructor (Guid, String, String, Boolean, Boolean) | 
  
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic BooleanSetting(
	Guid id,
	string name,
	string description,
	bool isElementSpecific,
	bool changesOutputMetadata
)
Public Sub New ( 
	id As Guid,
	name As String,
	description As String,
	isElementSpecific As Boolean,
	changesOutputMetadata As Boolean
)
public:
BooleanSetting(
	Guid id, 
	String^ name, 
	String^ description, 
	bool isElementSpecific, 
	bool changesOutputMetadata
)
new : 
        id : Guid * 
        name : string * 
        description : string * 
        isElementSpecific : bool * 
        changesOutputMetadata : bool -> BooleanSettingParameters
- id
 - Type: SystemGuid
The setting ID. - name
 - Type: SystemString
Name of the setting. - description
 - Type: SystemString
The setting description. - isElementSpecific
 - Type: SystemBoolean
Flag that specifies the current instance is attached to a data element. - changesOutputMetadata
 - Type: SystemBoolean
Boolean value that specifies if a value change of the current instance changes the output metadata. 
See Also