C# Class Solvberget.Domain.DTO.BlogEntry

显示文件 Open project: digbib/Solvberget Class Usage Examples

Private Properties

Property Type Description
GetXmlValue string
GetXmlValueFromNamespace string

Public Methods

Method Description
FillEntriesFromAtom ( string xml ) : List
FillEntriesFromRss ( string xml ) : List

Private Methods

Method Description
GetXmlValue ( System.Xml.Linq.XElement node, string tag ) : string
GetXmlValueFromNamespace ( System.Xml.Linq.XElement node, System.Xml.Linq.XName tag ) : string

Method Details

FillEntriesFromAtom() public static method

public static FillEntriesFromAtom ( string xml ) : List
xml string
return List

FillEntriesFromRss() public static method

public static FillEntriesFromRss ( string xml ) : List
xml string
return List