Dc09ConfigDataDtoCodeMapping Property

Code mapping as represented in the JSON: an array of single-property objects, e.g. [{"11":"ME"}, {"111":"YT"}, ...]. Each item is deserialized as a dictionary mapping the source code (key) to the external/DC-09 code (value).

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public List<Dictionary<string, string>> CodeMapping { get; set; }

Property Value

ListDictionaryString, String

See Also