Skip to content

Overload_CodeJam_Mapping_MappingSchema_SetConvertExpression

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

MappingSchema.SetConvertExpression Method

Overload List

 

Name Description
Public method SetConvertExpression(TFrom, TTo)(Expression(Func(TFrom, TTo)), Boolean) Adds an expression that converts a value of type fromType to toType.
Public method SetConvertExpression(TFrom, TTo)(Expression(Func(TFrom, TTo)), Expression(Func(TFrom, TTo))) Adds an expression that converts a value of type fromType to toType.
Public method SetConvertExpression(Type, Type, LambdaExpression, Boolean) Adds an expression that converts a value of type fromType to toType.
  Back to Top

See Also

Reference

MappingSchema Class
CodeJam.Mapping Namespace

Clone this wiki locally