Class Cookie
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
[Serializable]
public class Cookie : ModelBase, IUfedModelParser<Cookie>
- Inheritance
-
Cookie
- Implements
-
- Inherited Members
-
Properties
CreationTime
public DateTime CreationTime { get; set; }
Property Value
- DateTime
Domain
public string Domain { get; set; }
Property Value
- string
Expiry
public DateTime Expiry { get; set; }
Property Value
- DateTime
LastAccessTime
public DateTime LastAccessTime { get; set; }
Property Value
- DateTime
Name
public string Name { get; set; }
Property Value
- string
Path
public string Path { get; set; }
Property Value
- string
public string RelatedApplication { get; set; }
Property Value
- string
ServiceIdentifier
public string ServiceIdentifier { get; set; }
Property Value
- string
Source
public string Source { get; set; }
Property Value
- string
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>, Cookie, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, Cookie result, bool debugAttributes = false)
Parameters
fieldElements IEnumerable<XElement>
result Cookie
debugAttributes bool
ParseModel(XElement, bool)
public static Cookie ParseModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- Cookie
ParseModelFields(IEnumerable<XElement>, Cookie, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, Cookie result, bool debugAttributes = false)
Parameters
modelFieldElements IEnumerable<XElement>
result Cookie
debugAttributes bool
ParseMultiFields(IEnumerable<XElement>, Cookie, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, Cookie result, bool debugAttributes = false)
Parameters
multiFieldElements IEnumerable<XElement>
result Cookie
debugAttributes bool
ParseMultiModel(XElement, bool)
public static List<Cookie> ParseMultiModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- List<Cookie>
ParseMultiModelFields(IEnumerable<XElement>, Cookie, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, Cookie result, bool debugAttributes = false)
Parameters
multiModelFieldElements IEnumerable<XElement>
result Cookie
debugAttributes bool