ProviderProperty Constructor

Initializes a new instance of the ProviderProperty class.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
protected ProviderProperty(
	Guid id,
	string name,
	string description,
	ParameterValue defaultValue,
	UserDataType dataType,
	ValidValuesSource validValuesSource
)

Parameters

id
Type: SystemGuid
The property ID.
name
Type: SystemString
The property name.
description
Type: SystemString
The property description.
defaultValue
Type: Dundas.BI.Data.ParametersParameterValue
The default value.
dataType
Type: Dundas.BI.Data.MetadataUserDataType
The property data type.
validValuesSource
Type: Dundas.BI.Data.ParametersValidValuesSource
The valid values source.
See Also