C# Class LatestChatty.ViewModels.CommentThread

Mostrar archivo Open project: fleabix/LatestChatty-WP7 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CommentThread ( int id, int story ) : System
GetComment ( int id ) : Comment
GetCommentsCallback ( System.Xml.Linq.XDocument response ) : void
Refresh ( ) : void

Method Details

CommentThread() public method

public CommentThread ( int id, int story ) : System
id int
story int
return System

GetComment() public method

public GetComment ( int id ) : Comment
id int
return LatestChatty.Classes.Comment

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