 |
BcfDataSetSetupBehaviorItems Property |
Gets the behavior items.
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic Collection<BcfDataSetBehaviorItemBase> BehaviorItems { get; }
Public ReadOnly Property BehaviorItems As Collection(Of BcfDataSetBehaviorItemBase)
Get
public:
property Collection<BcfDataSetBehaviorItemBase^>^ BehaviorItems {
Collection<BcfDataSetBehaviorItemBase^>^ get ();
}
member BehaviorItems : Collection<BcfDataSetBehaviorItemBase> with get
Property Value
Type:
CollectionBcfDataSetBehaviorItemBaseThe behavior items.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also