Click or drag to resize

BcfColumnTFormatter Property

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

Gets or sets the format function.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfFormat<T> Formatter { get; set; }

Return Value

Type: BcfFormatT
The format function if set; otherwise null.
Exceptions
ExceptionCondition
NotSupportedExceptionThrow when setting a value other than null on a key-column.
See Also