C# 클래스 LatestChatty.Classes.Comment

파일 보기 프로젝트 열기: fleabix/LatestChatty-WP7 1 사용 예제들

Private Properties

프로퍼티 타입 설명
StripHTML string

공개 메소드들

메소드 설명
Comment ( System.Xml.Linq.XElement x, int thisstoryid ) : System
GetChild ( int searchid ) : Comment

비공개 메소드들

메소드 설명
StripHTML ( string s ) : string

메소드 상세

Comment() 공개 메소드

public Comment ( System.Xml.Linq.XElement x, int thisstoryid ) : System
x System.Xml.Linq.XElement
thisstoryid int
리턴 System

GetChild() 공개 메소드

public GetChild ( int searchid ) : Comment
searchid int
리턴 Comment