Click or drag to resize
CalculationWorks Logo
BcfTable Constructor
Initializes a new instance of the BcfTable class.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
protected BcfTable(
	BcfTableBuilder builder
)

Parameters

builder
Type: CalculationWorks.BusinessModelBcfTableBuilder
The builder.
Exceptions
ExceptionCondition
ArgumentNullExceptionbuilder is null
See Also