Click or drag to resize
CalculationWorks Logo
BcfTableViewFactoryRegisterViewTypeTTableViewBase Method (String, FuncBcfTableViewBuilder, TTableViewBase)

Note: This API is now obsolete.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntax
[ObsoleteAttribute("Use RegisterViewType(tableName, viewConstructor, reflectedColumns, reflectedChildViews, reflectedParentRowViews")]
public void RegisterViewType<TTableViewBase>(
	string tableName,
	Func<BcfTableViewBuilder, TTableViewBase> viewConstructor
)
where TTableViewBase : BcfTableViewBase

Parameters

tableName
Type: SystemString
Name of the table.
viewConstructor
Type: SystemFuncBcfTableViewBuilder, TTableViewBase
The view constructor.

Type Parameters

TTableViewBase
The type of the t table view base.
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 2.1, 2.0
Obsolete (compiler warning) in 3.2
See Also