Click or drag to resize

BcfViewManager Constructor (BcfDataSet, BcfTableViewFactory)

Initializes a new instance of the BcfViewManager class.

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

Parameters

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