Table of Contents

Class DeviceConnectivity

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

Properties

ConnectivityMethod

public string ConnectivityMethod { get; set; }

Property Value

string

ConnectivityNature

public string ConnectivityNature { get; set; }

Property Value

string

DeviceIdentifiers

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

Property Value

Dictionary<string, string>

DeviceName

public string DeviceName { get; set; }

Property Value

string

DeviceType

public string DeviceType { get; set; }

Property Value

string

ServiceIdentifier

public string ServiceIdentifier { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

StartTime

public DateTime StartTime { 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>, DeviceConnectivity, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result DeviceConnectivity
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

DeviceConnectivity

ParseModelFields(IEnumerable<XElement>, DeviceConnectivity, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result DeviceConnectivity
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, DeviceConnectivity, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result DeviceConnectivity
debugAttributes bool

ParseMultiModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

List<DeviceConnectivity>

ParseMultiModelFields(IEnumerable<XElement>, DeviceConnectivity, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result DeviceConnectivity
debugAttributes bool