C# Class LatestChatty.ViewModels.MyPostsList

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

Méthodes publiques

Méthode Description
GetCommentsCallback ( System.Xml.Linq.XDocument response ) : void
LoadMyPosts ( ) : void
MyPostsList ( ) : System
Refresh ( ) : void
SaveMyPosts ( ) : void

Method Details

GetCommentsCallback() public méthode

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

LoadMyPosts() public méthode

public LoadMyPosts ( ) : void
Résultat void

MyPostsList() public méthode

public MyPostsList ( ) : System
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SaveMyPosts() public méthode

public SaveMyPosts ( ) : void
Résultat void