Table of Contents

Class DeviceInfoEntry

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

Properties

EntryCategory

public string EntryCategory { get; set; }

Property Value

string

EntryName

public string EntryName { get; set; }

Property Value

string

EntryValue

public string EntryValue { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

TimeStamp

public DateTime TimeStamp { get; set; }

Property Value

DateTime

UserMapping

public string UserMapping { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, DeviceInfoEntry, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result DeviceInfoEntry
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

DeviceInfoEntry

ParseModelFields(IEnumerable<XElement>, DeviceInfoEntry, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result DeviceInfoEntry
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, DeviceInfoEntry, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result DeviceInfoEntry
debugAttributes bool

ParseMultiModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

List<DeviceInfoEntry>

ParseMultiModelFields(IEnumerable<XElement>, DeviceInfoEntry, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result DeviceInfoEntry
debugAttributes bool