Click or drag to resize
CalculationWorks Logo
BcfViewManagerCreateCustomViewT Method (BcfTableViewBaseT, FuncBcfRowView, Boolean, IEnumerableBcfTableViewBaseT)
Creates the custom view.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax
public BcfTableViewBase<T> CreateCustomView<T>(
	BcfTableViewBase<T> defaultView,
	Func<BcfRowView, bool> filterFunction,
	IEnumerable<BcfTableViewBase<T>> sourceViews
)
where T : BcfRowView

Parameters

defaultView
Type: CalculationWorks.ViewModel.FormsBcfTableViewBaseT
The default view.
filterFunction
Type: SystemFuncBcfRowView, Boolean
The filter function.
sourceViews
Type: System.Collections.GenericIEnumerableBcfTableViewBaseT
The source views.

Type Parameters

T

Return Value

Type: BcfTableViewBaseT
BcfTableViewBase<T>.
Exceptions
ExceptionCondition
ArgumentNullExceptiondefaultView
ArgumentExceptionview is from different viewmanager instance;defaultView
ObjectDisposedExceptioninstance is disposed
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also