Table of Contents

Class Autofill

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

Properties

Account

public string Account { get; set; }

Property Value

string

Key

public string Key { get; set; }

Property Value

string

LastUsedDate

public DateTime LastUsedDate { get; set; }

Property Value

DateTime

ServiceIdentifier

public string ServiceIdentifier { 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

Value

public string Value { get; set; }

Property Value

string

Methods

GetXmlModelType()

public static string GetXmlModelType()

Returns

string

ParseFields(IEnumerable<XElement>, Autofill, bool)

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

Parameters

fieldElements IEnumerable<XElement>
result Autofill
debugAttributes bool

ParseModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

Autofill

ParseModelFields(IEnumerable<XElement>, Autofill, bool)

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

Parameters

modelFieldElements IEnumerable<XElement>
result Autofill
debugAttributes bool

ParseMultiFields(IEnumerable<XElement>, Autofill, bool)

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

Parameters

multiFieldElements IEnumerable<XElement>
result Autofill
debugAttributes bool

ParseMultiModel(XElement, bool)

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

Parameters

element XElement
debugAttributes bool

Returns

List<Autofill>

ParseMultiModelFields(IEnumerable<XElement>, Autofill, bool)

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result Autofill
debugAttributes bool