 |
BcfViewManagerCreateCustomViewT Method (BcfTableViewBaseT, FuncBcfRowView, Boolean, IEnumerableBcfTableViewBaseT) |
Creates the custom view.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntaxpublic BcfTableViewBase<T> CreateCustomView<T>(
BcfTableViewBase<T> defaultView,
Func<BcfRowView, bool> filterFunction,
IEnumerable<BcfTableViewBase<T>> sourceViews
)
where T : BcfRowView
Public Function CreateCustomView(Of T As BcfRowView) (
defaultView As BcfTableViewBase(Of T),
filterFunction As Func(Of BcfRowView, Boolean),
sourceViews As IEnumerable(Of BcfTableViewBase(Of T))
) As BcfTableViewBase(Of T)
public:
generic<typename T>
where T : BcfRowView
BcfTableViewBase<T>^ CreateCustomView(
BcfTableViewBase<T>^ defaultView,
Func<BcfRowView^, bool>^ filterFunction,
IEnumerable<BcfTableViewBase<T>^>^ sourceViews
)
member CreateCustomView :
defaultView : BcfTableViewBase<'T> *
filterFunction : Func<BcfRowView, bool> *
sourceViews : IEnumerable<BcfTableViewBase<'T>> -> BcfTableViewBase<'T> when '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:
BcfTableViewBaseTBcfTableViewBase<T>.
Exceptions
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also