Show / Hide Table of Contents

Constructor Mapping

| Improve this Doc View Source

Mapping()

Constructs a default instance of Mapping.

Declaration
public Mapping()
| Improve this Doc View Source

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).

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest