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