Click or drag to resize

BcfViewManagerDefaultViewCollectionIsViewCreated Method

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

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.0.0-beta6
Syntax
public bool IsViewCreated(
	BcfTable table
)

Parameters

table
Type: CalculationWorks.BusinessModelBcfTable
The table.

Return Value

Type: Boolean
true if the default view for specified table is created; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptiontable is null.
ArgumentExceptionA view with specified table cannot be found.
Version Information

Forms

Supported in: 4.0
See Also