ailon / PhoneNameResolver

Helps resolve actual reported Windows Phone model names to their "canonical" (publicly known) form.
MIT License
67 stars 26 forks source link

XML Documentation #9

Open bc3tech opened 10 years ago

bc3tech commented 10 years ago

Documentation is needed. It's easy to decipher what Manufacturer name is (DeviceStatus.ManufacturerName) but it's not straightforward what "Model" is referring to. XML documentation tags would clear this up. Or at least a usage example in the Readme.

zkd8907 commented 10 years ago

In my app, I map Manufacturer to DeviceStatus.DeviceManufacturer or DeviceExtendedProperties.GetValue("DeviceManufacturer") , and map DeviceStatus.DeviceName to DeviceStatus.DeviceName or DeviceExtendedProperties.GetValue("DeviceName").