Click or drag to resize

BcfViewManagerDefaultViewCollectionIsViewCreated Method

Gets a value indicating the default view for specified table is created.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public bool IsViewCreated(
	BcfTable table
)

Parameters

table
Type: CalculationWorks.BusinessModelBcfTable
The table.

Return Value

Type: Boolean
if the default view for specified table is created; otherwise .
Exceptions
ExceptionCondition
ArgumentNullExceptiontable is .
ArgumentExceptionA view with specified table cannot be found.
See Also