C# 클래스 LatestChatty.ViewModels.CommentThread

파일 보기 프로젝트 열기: fleabix/LatestChatty-WP7 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CommentThread ( int id, int story ) : System
GetComment ( int id ) : Comment
GetCommentsCallback ( System.Xml.Linq.XDocument response ) : void
Refresh ( ) : void

메소드 상세

CommentThread() 공개 메소드

public CommentThread ( int id, int story ) : System
id int
story int
리턴 System

GetComment() 공개 메소드

public GetComment ( int id ) : Comment
id int
리턴 LatestChatty.Classes.Comment

GetCommentsCallback() 공개 메소드

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

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void