C# Class MWHackathonHarvester.Feeds.AmsterdamMuseum

Inheritance: MWHackathonHarvester.Services.XMLService
Mostra file Open project: Q42/MWHackathon

Private Properties

Property Type Description

Public Methods

Method Description
AmsterdamMuseum ( Feed feed ) : System
GetEntryId ( XmlElement el ) : string
GetEntryImageUrl ( Entry entry ) : string
GetEntryImageUrl ( XmlElement el ) : string
GetEntryName ( XmlElement el ) : string
GetPagedXml ( ) : IEnumerable

Method Details

AmsterdamMuseum() public method

public AmsterdamMuseum ( Feed feed ) : System
feed MWHackathon.Core.Models.Feed
return System

GetEntryId() public method

public GetEntryId ( XmlElement el ) : string
el System.Xml.XmlElement
return string

GetEntryImageUrl() public method

public GetEntryImageUrl ( Entry entry ) : string
entry MWHackathon.Core.Models.Entry
return string

GetEntryImageUrl() public method

public GetEntryImageUrl ( XmlElement el ) : string
el System.Xml.XmlElement
return string

GetEntryName() public method

public GetEntryName ( XmlElement el ) : string
el System.Xml.XmlElement
return string

GetPagedXml() public method

public GetPagedXml ( ) : IEnumerable
return IEnumerable