Table of Contents

Class User

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

Properties

AdditionalInfo

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

Property Value

Dictionary<string, string>

Identifier

public string Identifier { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

SerialNumber

public long SerialNumber { get; set; }

Property Value

long

TimeLastLoggedIn

public DateTime TimeLastLoggedIn { get; set; }

Property Value

DateTime

UserMapping

public string UserMapping { get; set; }

Property Value

string

UserType

public string UserType { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, User, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result User
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

User

ParseModelFields(IEnumerable<XElement>, User, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result User
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, User, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result User
debugAttributes bool

ParseMultiModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

List<User>

ParseMultiModelFields(IEnumerable<XElement>, User, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result User
debugAttributes bool