 |
| BcfDataSetParameterBehaviorFactoryCreateInstance Method |
Creates the instance.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxprotected virtual BcfParameterBehavior CreateInstance(
Collection<BcfParameterBehaviorItemBase> behaviorItems
)
Protected Overridable Function CreateInstance (
behaviorItems As Collection(Of BcfParameterBehaviorItemBase)
) As BcfParameterBehavior
protected:
virtual BcfParameterBehavior^ CreateInstance(
Collection<BcfParameterBehaviorItemBase^>^ behaviorItems
)
abstract CreateInstance :
behaviorItems : Collection<BcfParameterBehaviorItemBase> -> BcfParameterBehavior
override CreateInstance :
behaviorItems : Collection<BcfParameterBehaviorItemBase> -> BcfParameterBehavior Parameters
- behaviorItems
- Type: System.Collections.ObjectModelCollectionBcfParameterBehaviorItemBase
The behavior items.
Return Value
Type:
BcfParameterBehaviorBcfParameterBehavior.
Exceptions
RemarksOverride this method to create a custom behavior type
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2
See Also