Click or drag to resize

IBcfTableVisitorVisitTRow, TOptions Method

Called from tableAccept(IBcfTableVisitor)

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
void Visit<TRow, TOptions>(
	BcfTable<TRow, TOptions> table
)
where TRow : BcfRow

Parameters

table
Type: CalculationWorks.BusinessModelBcfTableTRow, TOptions
The table accepted the visitor.

Type Parameters

TRow
Row type
TOptions
Table option type.
See Also