C# Class Solvberget.Domain.DTO.BlogEntry

Afficher le fichier Open project: digbib/Solvberget Class Usage Examples

Private Properties

Свойство Type Description
GetXmlValue string
GetXmlValueFromNamespace string

Méthodes publiques

Méthode Description
FillEntriesFromAtom ( string xml ) : List
FillEntriesFromRss ( string xml ) : List

Private Methods

Méthode 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 méthode

public static FillEntriesFromAtom ( string xml ) : List
xml string
Résultat List

FillEntriesFromRss() public static méthode

public static FillEntriesFromRss ( string xml ) : List
xml string
Résultat List