Skip to content

T_CodeJam_Mapping_Map

andrewvk edited this page Jun 23, 2016 · 9 revisions

Map Class

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

Mapper helper class.

Inheritance Hierarchy

System.Object
  CodeJam.Mapping.Map
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static class Map

VB

Public NotInheritable Class Map

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type Map =  class end

Methods

 

Name Description
Public methodStatic member GetMapper(TFrom, TTo)() Returns a mapper to map an object of TFrom type to an object of TTo type.
Public methodStatic member GetMapper(TFrom, TTo)(Func(MapperBuilder(TFrom, TTo), MapperBuilder(TFrom, TTo))) Returns a mapper to map an object of TFrom type to an object of TTo type.
  Back to Top

See Also

Reference

CodeJam.Mapping Namespace

Clone this wiki locally