Click or drag to resize

BcfViewManagerCreateView Method (BcfTable, PredicateBcfRowView)

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

Creates and returns a new view for specified table.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public BcfTableViewBase CreateView(
	BcfTable table,
	Predicate<BcfRowView> filter = null
)

Parameters

table
Type: CalculationWorks.BusinessModelBcfTable
The table.
filter (Optional)
Type: SystemPredicateBcfRowView
The filter function.

Return Value

Type: BcfTableViewBase
The created custom 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