Click or drag to resize

BcfSurrogateConverterT, TSurrogateConvertToValue Method

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

Returns the value of the TSurrogate converted to T.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public abstract T ConvertToValue(
	TSurrogate dataContract
)

Parameters

dataContract
Type: TSurrogate
The data contract object to convert.

Return Value

Type: T
The value of TSurrogate converted to T; implementation may return null.
See Also