Click or drag to resize
CalculationWorks Logo
BcfParameterArraySetterTFunction, TPropertyElementSetValue Method
Updates the parameter property by executing the SetAction

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public void SetValue(
	Object value,
	BcfFunctionBaseInternal instance
)

Parameters

value
Type: SystemObject
The value.
instance
Type: CalculationWorks.BusinessModelBcfFunctionBaseInternal
The instance.

Implements

IBcfParameterSetterSetValue(Object, BcfFunctionBaseInternal)
See Also