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