Click or drag to resize

BcfSurrogateConverterT, TSurrogateConvertToValue Method

Returns the value of the TSurrogate converted to T.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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 .
See Also