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 (26.2.0.1000)
Syntax
protected ProviderProperty(
	Guid id,
	string name,
	string? description,
	ParameterValue defaultValue,
	UserDataType dataType,
	ValidValuesSource validValuesSource
)

Parameters

id  Guid
The property ID.
name  String
The property name.
description  String
The property description.
defaultValue  ParameterValue
The default value.
dataType  UserDataType
The property data type.
validValuesSource  ValidValuesSource
The valid values source.
See Also