C# Class Hacker_News.Post

Inheritance: PhoneApplicationPage
ファイルを表示 Open project: jpf/hacker-news-wp7

Public Properties

Property Type Description
flatComments FlatComments
id int

Public Methods

Method Description
Post ( ) : System
populateCommentsBinding ( FlatComments binding, string Url ) : void
setProgressBar ( System.Boolean state ) : void

Private Methods

Method Description
HandleCommentResult ( IAsyncResult result ) : void
flattenComment ( Comment input, int depth ) : FlatComment
flattenComments ( List input, int currentDepth ) : List
stripHtml ( string input ) : string

Method Details

Post() public method

public Post ( ) : System
return System

populateCommentsBinding() public method

public populateCommentsBinding ( FlatComments binding, string Url ) : void
binding FlatComments
Url string
return void

setProgressBar() public method

public setProgressBar ( System.Boolean state ) : void
state System.Boolean
return void

Property Details

flatComments public_oe property

public FlatComments,Hacker_News flatComments
return FlatComments

id public_oe static_oe property

public static int id
return int