C# Class LatestChatty.ViewModels.CommentList

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: fleabix/LatestChatty-WP7 Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

CommentList() public method

public CommentList ( int story, int page ) : System
story int
page int
return System

GetCommentsCallback() public method

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

Refresh() public method

public Refresh ( ) : void
return void