C# 클래스 Hacker_News.Post

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: jpf/hacker-news-wp7

공개 프로퍼티들

프로퍼티 타입 설명
flatComments FlatComments
id int

공개 메소드들

메소드 설명
Post ( ) : System
populateCommentsBinding ( FlatComments binding, string Url ) : void
setProgressBar ( System.Boolean state ) : void

비공개 메소드들

메소드 설명
HandleCommentResult ( IAsyncResult result ) : void
flattenComment ( Comment input, int depth ) : FlatComment
flattenComments ( List input, int currentDepth ) : List
stripHtml ( string input ) : string

메소드 상세

Post() 공개 메소드

public Post ( ) : System
리턴 System

populateCommentsBinding() 공개 메소드

public populateCommentsBinding ( FlatComments binding, string Url ) : void
binding FlatComments
Url string
리턴 void

setProgressBar() 공개 메소드

public setProgressBar ( System.Boolean state ) : void
state System.Boolean
리턴 void

프로퍼티 상세

flatComments 공개적으로 프로퍼티

public FlatComments,Hacker_News flatComments
리턴 FlatComments

id 공개적으로 정적으로 프로퍼티

public static int id
리턴 int