 |
| BcfParameterValueSetterTFunction, TPropertySetAction Property |
Gets the set action to update function or validator property.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic Action<TFunction, TProperty> SetAction { get; }Public ReadOnly Property SetAction As Action(Of TFunction, TProperty)
Get
Property Value
Type:
ActionTFunction,
TPropertyThe set action to update function or validator property.
See Also