C# Class LatestChatty.ViewModels.MyRepliesList

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

Méthodes publiques

Méthode Description
GetCommentsCallback ( System.Xml.Linq.XDocument response ) : void
LoadMyReplies ( ) : void
MyRepliesList ( ) : System
Refresh ( ) : void
SaveMyReplies ( ) : void

Method Details

GetCommentsCallback() public méthode

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

LoadMyReplies() public méthode

public LoadMyReplies ( ) : void
Résultat void

MyRepliesList() public méthode

public MyRepliesList ( ) : System
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SaveMyReplies() public méthode

public SaveMyReplies ( ) : void
Résultat void