Click or drag to resize

BcfCellTGetSurrogateTSurrugate Method

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

Returns the serialization surrogate of Value.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public TSurrugate GetSurrogate<TSurrugate>()

Type Parameters

TSurrugate
The surrogate type.

Return Value

Type: TSurrugate
The serialization surrogate of Value.
Exceptions
ExceptionCondition
InvalidOperationException

No surrogate converter defined in column setup.

or

No surrogate converter found for ValueType and TSurrugate.

Version Information

BCF

Supported in: 4.0
See Also