C# Class FiftyOne.Foundation.UI.DataProvider

Exibir arquivo Open project: 51Degrees/dotNET-Device-Detection

Private Properties

Property Type Description
CompareDeviceNames int
CompareRelatedDevices bool
FindDevices List
GetDevice Device
GetDeviceFromDeviceID Device
GetDeviceFromModel Device
GetDeviceFromProfileID Device
GetDeviceID string
GetIsPremium bool
GetProperty System.Property
GetRelatedInfo List
GetVendorDevices List

Private Methods

Method Description
CompareDeviceNames ( Device x, Device y ) : int
CompareRelatedDevices ( Device x, Device y ) : bool

Determines if the two devices are identical.

FindDevices ( string value ) : List
GetDevice ( string userAgent ) : Device
GetDeviceFromDeviceID ( string deviceID ) : Device
GetDeviceFromModel ( string vendor, string model ) : Device
GetDeviceFromProfileID ( string profileID ) : Device
GetDeviceID ( string userAgent ) : string
GetIsPremium ( System.Property property ) : bool
GetProperty ( string name ) : System.Property
GetRelatedInfo ( Device device ) : List
GetVendorDevices ( Value vendor ) : List

Returns a list of the hardware devices for the vendor requested.