 |
| BcfBehaviorT Constructor |
Initializes a new instance of the class.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxprotected BcfBehavior(
Collection<T> behaviorItems
)
Protected Sub New (
behaviorItems As Collection(Of T)
)
protected:
BcfBehavior(
Collection<T>^ behaviorItems
)
new :
behaviorItems : Collection<'T> -> BcfBehaviorParameters
- behaviorItems
- Type: System.Collections.ObjectModelCollectionT
The behavior items.
Exceptions
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2
See Also