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

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

Parameters

behaviorItems
Type: System.Collections.GenericIEnumerableBcfColumnBehaviorItemBase
The behavior items.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnSetup is null
See Also