Click or drag to resize
CalculationWorks Logo
BcfDataSetColumnBehaviorFactoryCreateInstance Method
Creates the instance.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
protected virtual BcfColumnBehavior CreateInstance(
	Collection<BcfColumnBehaviorItemBase> behaviorItems
)

Parameters

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

Return Value

Type: BcfColumnBehavior
BcfColumnBehavior.
Exceptions
ExceptionCondition
ArgumentNullExceptionbehaviorItems is null
Remarks
Override this method to create a custom behavior type
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2
See Also