C# Class Hacker_News.Post

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: jpf/hacker-news-wp7

Méthodes publiques

Свойство Type Description
flatComments FlatComments
id int

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Post ( ) : System
Résultat System

populateCommentsBinding() public méthode

public populateCommentsBinding ( FlatComments binding, string Url ) : void
binding FlatComments
Url string
Résultat void

setProgressBar() public méthode

public setProgressBar ( System.Boolean state ) : void
state System.Boolean
Résultat void

Property Details

flatComments public_oe property

public FlatComments,Hacker_News flatComments
Résultat FlatComments

id public_oe static_oe property

public static int id
Résultat int