C# Class LatestChatty.ViewModels.CommentList

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CommentList ( int story, int page ) : System
GetCommentsCallback ( System.Xml.Linq.XDocument response ) : void
Refresh ( ) : void

Method Details

CommentList() public méthode

public CommentList ( int story, int page ) : System
story int
page int
Résultat System

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