Click or drag to resize

BcfViewManagerCreateEmptyView Method

[This is preliminary documentation and is subject to change.]

Creates and returns an empty view (With Sources empty).

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public BcfTableViewBase CreateEmptyView(
	BcfTable table
)

Parameters

table
Type: CalculationWorks.BusinessModelBcfTable
The table.

Return Value

Type: BcfTableViewBase
The created view.
Exceptions
ExceptionCondition
ArgumentNullExceptiontable is null.
ArgumentException

A repository for specified table cannot be found

or

Specified table is from different dataset instance.

ObjectDisposedExceptioninstance is disposed
See Also