Class WebBookmark
- Namespace
- UFEDLib
- Assembly
- UFEDLib.dll
[Serializable]
public class WebBookmark : ModelBase, IUfedModelParser<WebBookmark>
- Inheritance
-
WebBookmark
- Implements
-
- Inherited Members
-
Properties
LastVisited
public DateTime LastVisited { get; set; }
Property Value
- DateTime
Path
public string Path { get; set; }
Property Value
- string
Position
public Coordinate Position { get; set; }
Property Value
- Coordinate
PositionAddress
public string PositionAddress { get; set; }
Property Value
- string
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
Title
public string Title { get; set; }
Property Value
- string
Url
public string Url { get; set; }
Property Value
- string
UserMapping
public string UserMapping { get; set; }
Property Value
- string
VisitCount
public int VisitCount { get; set; }
Property Value
- int
Methods
GetXmlModelType()
public static string GetXmlModelType()
Returns
- string
ParseFields(IEnumerable<XElement>, WebBookmark, bool)
public static void ParseFields(IEnumerable<XElement> fieldElements, WebBookmark result, bool debugAttributes = false)
Parameters
fieldElements IEnumerable<XElement>
result WebBookmark
debugAttributes bool
ParseModel(XElement, bool)
public static WebBookmark ParseModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- WebBookmark
ParseModelFields(IEnumerable<XElement>, WebBookmark, bool)
public static void ParseModelFields(IEnumerable<XElement> modelFieldElements, WebBookmark result, bool debugAttributes = false)
Parameters
modelFieldElements IEnumerable<XElement>
result WebBookmark
debugAttributes bool
ParseMultiFields(IEnumerable<XElement>, WebBookmark, bool)
public static void ParseMultiFields(IEnumerable<XElement> multiFieldElements, WebBookmark result, bool debugAttributes = false)
Parameters
multiFieldElements IEnumerable<XElement>
result WebBookmark
debugAttributes bool
ParseMultiModel(XElement, bool)
public static List<WebBookmark> ParseMultiModel(XElement element, bool debugAttributes = false)
Parameters
element XElement
debugAttributes bool
Returns
- List<WebBookmark>
ParseMultiModelFields(IEnumerable<XElement>, WebBookmark, bool)
public static void ParseMultiModelFields(IEnumerable<XElement> multiModelFieldElements, WebBookmark result, bool debugAttributes = false)
Parameters
multiModelFieldElements IEnumerable<XElement>
result WebBookmark
debugAttributes bool