C# 클래스 MWHackathonHarvester.Feeds.BrooklynMuseum

상속: MWHackathonHarvester.Services.XMLService
파일 보기 프로젝트 열기: Q42/MWHackathon

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BrooklynMuseum ( Feed feed ) : System
GetEntryId ( XmlElement el ) : string
GetEntryImageUrl ( XmlElement el ) : string
GetEntryName ( XmlElement el ) : string
GetPagedXml ( ) : IEnumerable

메소드 상세

BrooklynMuseum() 공개 메소드

public BrooklynMuseum ( Feed feed ) : System
feed MWHackathon.Core.Models.Feed
리턴 System

GetEntryId() 공개 메소드

public GetEntryId ( XmlElement el ) : string
el System.Xml.XmlElement
리턴 string

GetEntryImageUrl() 공개 메소드

public GetEntryImageUrl ( XmlElement el ) : string
el System.Xml.XmlElement
리턴 string

GetEntryName() 공개 메소드

public GetEntryName ( XmlElement el ) : string
el System.Xml.XmlElement
리턴 string

GetPagedXml() 공개 메소드

public GetPagedXml ( ) : IEnumerable
리턴 IEnumerable