Click or drag to resize

BcfViewManager Constructor

Initializes a new instance of the BcfViewManager class.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
protected BcfViewManager(
	BcfDataSet dataSet,
	BcfTableViewFactory tableViewFactory
)

Parameters

dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The BcfDataSet.
tableViewFactory
Type: CalculationWorks.ViewModel.WindowsBcfTableViewFactory
The table view factory.
See Also