C# Class LatestChatty.ViewModels.MyRepliesList

Inheritance: INotifyPropertyChanged
Show file Open project: fleabix/LatestChatty-WP7

Public Methods

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

Method Details

GetCommentsCallback() public method

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

LoadMyReplies() public method

public LoadMyReplies ( ) : void
return void

MyRepliesList() public method

public MyRepliesList ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void

SaveMyReplies() public method

public SaveMyReplies ( ) : void
return void