C# 클래스 FlatRedBall.Glue.Plugins.Rss.RssItem

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ParseDescription System.Xml.Linq.XElement

공개 메소드들

메소드 설명
FromXElement ( System.Xml.Linq.XElement xElement ) : RssItem
ToString ( ) : string

비공개 메소드들

메소드 설명
ParseDescription ( System.Xml.Linq.XElement xElement, RssItem newItem, System.Xml.Linq.XElement subElement ) : System.Xml.Linq.XElement

메소드 상세

FromXElement() 공개 정적인 메소드

public static FromXElement ( System.Xml.Linq.XElement xElement ) : RssItem
xElement System.Xml.Linq.XElement
리턴 RssItem

ToString() 공개 메소드

public ToString ( ) : string
리턴 string