C# Class LatestChatty.ViewModels.MyPostsList

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: fleabix/LatestChatty-WP7

Public Methods

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

Method Details

GetCommentsCallback() public method

public GetCommentsCallback ( System.Xml.Linq.XDocument response ) : void
response System.Xml.Linq.XDocument
return void

LoadMyPosts() public method

public LoadMyPosts ( ) : void
return void

MyPostsList() public method

public MyPostsList ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void

SaveMyPosts() public method

public SaveMyPosts ( ) : void
return void