DateTimeSetting Constructor (Guid, String, String, Boolean, ValidValuesSource, Boolean)

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

Parameters

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.
validValuesSource
Type: Dundas.BI.Data.ParametersValidValuesSource
The valid values source.
changesOutputMetadata
Type: SystemBoolean
Boolean value that specifies if a change of the current parameter value changes the output metadata.
Exceptions
ExceptionCondition
ArgumentExceptionSettings do not accept Inherited as a valid values source.
See Also