 |
| BcfParameterArraySetterTFunction, TPropertyElementSetAction 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, TPropertyElement[]> SetAction { get; }Public ReadOnly Property SetAction As Action(Of TFunction, TPropertyElement())
Get
Property Value
Type:
ActionTFunction,
TPropertyElementThe set action to update function or validator property.
See Also