Click or drag to resize
CalculationWorks Logo
BcfValidatorBehavior Constructor
Initializes a new instance of the BcfValidatorBehavior class.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
protected BcfValidatorBehavior(
	IEnumerable<BcfValidatorBehaviorItemBase> behaviorItems
)

Parameters

behaviorItems
Type: System.Collections.GenericIEnumerableBcfValidatorBehaviorItemBase
The behavior items.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalidatorSetup is null
See Also