 |
BcfViewManager Constructor (BcfDataSet, BcfTableViewFactory) |
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntaxprotected BcfViewManager(
BcfDataSet dataSet,
BcfTableViewFactory tableViewFactory
)
Protected Sub New (
dataSet As BcfDataSet,
tableViewFactory As BcfTableViewFactory
)
protected:
BcfViewManager(
BcfDataSet^ dataSet,
BcfTableViewFactory^ tableViewFactory
)
new :
dataSet : BcfDataSet *
tableViewFactory : BcfTableViewFactory -> BcfViewManager
Parameters
- dataSet
- Type: CalculationWorks.BusinessModelBcfDataSet
The BcfDataSet. - tableViewFactory
- Type: CalculationWorks.ViewModel.FormsBcfTableViewFactory
The table view factory.
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also