Interface IMapperOperator
Support contract for performing mapping
Assembly: Onbox.Core.dll
Syntax
public interface IMapperOperator
Methods
|
Improve this Doc
View Source
Map(Object)
Creates a new object as a deep copy of the input object
Declaration
object Map(object source)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
Map(Object, Object)
Maps properties of one object to another
Declaration
object Map(object source, object target)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
System.Object |
target |
|
Returns
Type |
Description |
System.Object |
|