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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public List<Dictionary<string, string>> CodeMapping { get; set; }

Property Value

ListDictionaryString, String

See Also