| BcfParameterArraySetterTFunction, TPropertyElement Class | |
Note: This API is now obsolete.
This class cannot be inherited.
Namespace: CalculationWorks.BusinessModel.Behaviors
[ObsoleteAttribute("Use BcfParameterValueSetter<TFunction, TProperty> and BcfParameterArraySource<TElement>")] public sealed class BcfParameterArraySetter<TFunction, TPropertyElement> : BcfParameterBehaviorItemBase, IBcfParameterSetter, IBcfParameterArraySource where TFunction : BcfFunctionBaseInternal
The BcfParameterArraySetterTFunction, TPropertyElement type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfParameterArraySetterTFunction, TPropertyElement |
Initializes a new instance of the BcfParameterArraySetterTFunction, TPropertyElement class.
|
| Name | Description | |
|---|---|---|
| Parameter |
Gets the parameter.
(Inherited from BcfParameterBehaviorItemBase.) | |
| SetAction |
Gets the set action to update function or validator property.
|
| Name | Description | |
|---|---|---|
| CreateArray |
Creates the array.
| |
| Equals | (Inherited from Object.) | |
| GetEmptyArray |
Gets null.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| SetValue |
Updates the parameter property by executing the SetAction | |
| ToString | (Inherited from Object.) |
The class is obsolete and will be removed in a later version.
as setter and IBcfParameterArraySource to create arrays.