MappingExtension Constructors
Implements a XAML markup extension in order to create a Mapping object.| Name | Parameters | Description |
|---|---|---|
| MappingExtension() | none | Initializes a new MappingExtension instance with the default settings. |
| MappingExtension(String) | fieldName | Initializes a new MappingExtension instance with the specified name of a source object’s property. |
See Also