C# Class Umbraco.Pugpig.Core.EditionXmlFormatter

Inheritance: IEditionXmlFormatter
Afficher le fichier Open project: aqueduct/UmbracoPugPigConnector

Méthodes publiques

Méthode Description
EditionXmlFormatter ( IFeedSettings feedInfo ) : System
GenerateXml ( Feed feed ) : XmlDocument

Private Methods

Méthode Description
GetAlternateEdition ( Entry entry ) : System.Xml.Linq.XElement
GetCoverImage ( Entry entry ) : System.Xml.Linq.XElement
GetEditionUrl ( Entry entry ) : System.Xml.Linq.XElement
GetEntries ( List entries ) : List
GetLinkElement ( string publicatinName ) : System.Xml.Linq.XElement
GetSummary ( Entry entry ) : System.Xml.Linq.XElement
SetNamespaces ( XmlDocument xmlDoc ) : void

Method Details

EditionXmlFormatter() public méthode

public EditionXmlFormatter ( IFeedSettings feedInfo ) : System
feedInfo IFeedSettings
Résultat System

GenerateXml() public méthode

public GenerateXml ( Feed feed ) : XmlDocument
feed Umbraco.Pugpig.Core.Models.Feed
Résultat System.Xml.XmlDocument