CalculationWorks Logo
BcfDataSetValidatorBehaviorFactoryCreateInstance Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

[This is preliminary documentation and is subject to change.]

Creates the instance.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.1.0.0
Syntax

protected virtual BcfValidatorBehavior CreateInstance(
	IEnumerable<BcfValidatorBehaviorItemBase> behaviorItems
)

Parameters

behaviorItems
Type: System.Collections.GenericIEnumerableBcfValidatorBehaviorItemBase
The behavior items.

Return Value

Type: BcfValidatorBehavior
BcfValidatorBehavior.
Exceptions

ExceptionCondition
ArgumentNullExceptionbehaviorItems is null
Remarks

Override this method to create a custom behavior type
See Also

Reference