TransformInitializeSettingsFromContract Method

Initialize setting values using values stored in a data contract.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
protected virtual void InitializeSettingsFromContract(
	IEnumerable<ParameterValue> contractSettingValues
)

Parameters

contractSettingValues
Type: System.Collections.GenericIEnumerableParameterValue
The setting values that were stored in the contract.
See Also