 | 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-beta6
Syntaxpublic abstract T ConvertToValue(
TSurrogate dataContract
)
Public MustOverride Function ConvertToValue (
dataContract As TSurrogate
) As T
Parameters
- dataContract
- Type: TSurrogate
The data contract object to convert.
Return Value
Type:
TThe value of
TSurrogate converted to
T; implementation may return
null.
Version InformationBCF
Supported in: 4.0
See Also