Table of Contents

Class Cookie

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

Properties

public DateTime CreationTime { get; set; }

Property Value

DateTime
public string Domain { get; set; }

Property Value

string
public DateTime Expiry { get; set; }

Property Value

DateTime
public DateTime LastAccessTime { get; set; }

Property Value

DateTime
public string Name { get; set; }

Property Value

string
public string Path { get; set; }

Property Value

string
public string RelatedApplication { get; set; }

Property Value

string
public string ServiceIdentifier { get; set; }

Property Value

string
public string Source { get; set; }

Property Value

string
public string UserMapping { get; set; }

Property Value

string
public string Value { get; set; }

Property Value

string

Methods

public static string GetXmlModelType()

Returns

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

Parameters

fieldElements IEnumerable<XElement>
result Cookie
debugAttributes bool
public static Cookie ParseModel(XElement element, bool debugAttributes = false)

Parameters

element XElement
debugAttributes bool

Returns

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

Parameters

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

Parameters

multiFieldElements IEnumerable<XElement>
result Cookie
debugAttributes bool
public static List<Cookie> ParseMultiModel(XElement element, bool debugAttributes = false)

Parameters

element XElement
debugAttributes bool

Returns

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

Parameters

multiModelFieldElements IEnumerable<XElement>
result Cookie
debugAttributes bool