Constructor Mapping
| Improve this Doc View SourceMapping()
Constructs a default instance of Mapping
.
Declaration
public Mapping()
Mapping(Object, Object)
Constructs an instance of Mapping
with the specified from
and to
values.
Declaration
public Mapping(object from, object to)
Parameters
Type | Name | Description |
---|---|---|
System.Object | from | The value for the source in the mapping (see From). |
System.Object | to | The value for the destination in the mapping (see To). |