Click or drag to resize

BcfTableFactoryRegister Method

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

Registers the specified table name.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public void Register(
	string tableName,
	Func<BcfTableBuilder, BcfTable> tableConstructor
)

Parameters

tableName
Type: SystemString
Name of the table.
tableConstructor
Type: SystemFuncBcfTableBuilder, BcfTable
The table constructor.
Exceptions
ExceptionCondition
ArgumentNullException

tableConstructor is null

or

tableConstructor is null

See Also