 | 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-beta6
Syntaxpublic BcfTableViewBase CreateView(
BcfTable table,
Predicate<BcfRowView> filter = null
)
Public Function CreateView (
table As BcfTable,
Optional filter As Predicate(Of BcfRowView) = Nothing
) As BcfTableViewBase
Parameters
- table
- Type: CalculationWorks.BusinessModelBcfTable
The table. - filter (Optional)
- Type: SystemPredicateBcfRowView
The filter function.
Return Value
Type:
BcfTableViewBaseThe created custom view.
Exceptions
Version InformationForms
Supported in: 4.0
See Also