1. Value accessors

Framework value accessors

Version:

This section describes the value accessors that are included with Data Exchange Framework.

Dictionary value accessor

This value accessor provides the ability to read and write values to a dictionary.

Expected source/target object typeSystem.Collections.Generic.IDictionary<TKey,TValue>
Template locationData Exchange/Framework/Data Access/Value Accessors/Dictionary Value Accessor

Template fields

Field nameDescription
Key ValueThe name of the key whose value can be read and written.

Property value accessor

This value accessor provides the ability to read and write a property on an object.

Expected source/target object typeSystem.Object
Template locationData Exchange/Framework/Data Access/Value Accessors/Property Value Accessor

Template fields

Field nameDescription
Property NameThe name of the property whose value can be read and written.
If you have suggestions for improving this article, let us know!