Table of Contents

Class RecognizedDevice

Namespace
UFEDLib
Assembly
UFEDLib.dll
[Serializable]
public class RecognizedDevice : ModelBase, IUfedModelParser<RecognizedDevice>
Inheritance
RecognizedDevice
Implements
Inherited Members

Properties

Account

public string Account { get; set; }

Property Value

string

AdditionalInfo

public Dictionary<string, string> AdditionalInfo { get; set; }

Property Value

Dictionary<string, string>

DeviceIdentifiers

public Dictionary<string, string> DeviceIdentifiers { get; set; }

Property Value

Dictionary<string, string>

DeviceModel

public string DeviceModel { get; set; }

Property Value

string

DeviceType

public string DeviceType { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

SerialNumber

public string SerialNumber { get; set; }

Property Value

string

ServiceIdentifier

public string ServiceIdentifier { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

UserMapping

public string UserMapping { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, RecognizedDevice, bool)

public static void ParseFields(IEnumerable<XElement> fieldElements, RecognizedDevice result, bool debugAttributes = false)

Parameters

fieldElements IEnumerable<XElement>
result RecognizedDevice
debugAttributes bool

ParseModel(XElement, bool)

public static RecognizedDevice ParseModel(XElement element, bool debugAttributes = false)

Parameters

element XElement
debugAttributes bool

Returns

RecognizedDevice

ParseModelFields(IEnumerable<XElement>, RecognizedDevice, bool)

public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, RecognizedDevice result, bool debugAttributes = false)

Parameters

modelFieldElements IEnumerable<XElement>
result RecognizedDevice
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, RecognizedDevice, bool)

public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, RecognizedDevice result, bool debugAttributes = false)

Parameters

multiFieldElements IEnumerable<XElement>
result RecognizedDevice
debugAttributes bool

ParseMultiModel(XElement, bool)

public static List<RecognizedDevice> ParseMultiModel(XElement element, bool debugAttributes = false)

Parameters

element XElement
debugAttributes bool

Returns

List<RecognizedDevice>

ParseMultiModelFields(IEnumerable<XElement>, RecognizedDevice, bool)

public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, RecognizedDevice result, bool debugAttributes = false)

Parameters

multiModelFieldElements IEnumerable<XElement>
result RecognizedDevice
debugAttributes bool