Click or drag to resize
CalculationWorks Logo
BcfDataSetDataSetBehaviorFactoryCreateInstance Method
Creates the BcfDataSetBehavior.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
protected virtual BcfDataSetBehavior CreateInstance(
	IEnumerable<BcfDataSetBehaviorItemBase> behaviorItems
)

Parameters

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

Return Value

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

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also