Show / Hide Table of Contents

Property Mappings

| Improve this Doc View Source

Mappings

Gets the collection of Mapping objects configured for this MapConverter.

Declaration
public Collection<Mapping> Mappings { get; }
Property Value
Type Description
System.Collections.ObjectModel.Collection<Mapping>

The collection of Mapping objects configured for this MapConverter.

Remarks

Each Mapping defines a relationship between a source object (see From) and a destination (see To). The MapConverter uses these mappings whilst attempting to convert values.

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