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

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
protected virtual BcfRelationBehavior CreateInstance(
	IEnumerable<BcfRelationBehaviorItemBase> behaviorItems
)

Parameters

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

Return Value

Type: BcfRelationBehavior
BcfRelationBehavior.
Exceptions
ExceptionCondition
ArgumentNullExceptionbehaviorItems is null
Remarks
Override this method to create a custom behavior type
See Also