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