C# Class LatestChatty.ViewModels.CommentThread

Afficher le fichier Open project: fleabix/LatestChatty-WP7 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CommentThread ( int id, int story ) : System
GetComment ( int id ) : Comment
GetCommentsCallback ( System.Xml.Linq.XDocument response ) : void
Refresh ( ) : void

Method Details

CommentThread() public méthode

public CommentThread ( int id, int story ) : System
id int
story int
Résultat System

GetComment() public méthode

public GetComment ( int id ) : Comment
id int
Résultat LatestChatty.Classes.Comment

GetCommentsCallback() public méthode

public GetCommentsCallback ( System.Xml.Linq.XDocument response ) : void
response System.Xml.Linq.XDocument
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void