Click or drag to resize
CalculationWorks Logo
BcfParameterValueSetterTFunction, TProperty Class
Parameter behavior item to set parameter values.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModel.BehaviorsBcfParameterBehaviorItemBase
    CalculationWorks.BusinessModel.BehaviorsBcfParameterValueSetterTFunction, TProperty

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public sealed class BcfParameterValueSetter<TFunction, TProperty> : BcfParameterBehaviorItemBase, 
	IBcfParameterSetter
where TFunction : BcfFunctionBaseInternal

Type Parameters

TFunction
The type of the function.
TProperty
The type of the property.

The BcfParameterValueSetterTFunction, TProperty type exposes the following members.

Constructors
  NameDescription
Public methodBcfParameterValueSetterTFunction, TProperty
Initializes a new instance of the BcfParameterValueSetterTFunction, TProperty class.
Top
Properties
  NameDescription
Public propertyParameter
Gets the parameter.
(Inherited from BcfParameterBehaviorItemBase.)
Public propertySetAction
Gets the set action to update function or validator property.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetValue
Updates the parameter property by executing the SetAction
Public methodToString (Inherited from Object.)
Top
Remarks
How to create a custom parameter value setter see:IBcfParameterSetter.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0, 2.1, 2.0
See Also