C# 클래스 SRNicoNico.ViewModels.VideoCommentViewModel

상속: Livet.ViewModel
파일 보기 프로젝트 열기: mrtska/SRNicoNico 1 사용 예제들

공개 메소드들

메소드 설명
OpenCommentWindow ( ) : void
Post ( ) : void
Refresh ( ) : void
RegisterNGComment ( NicoNicoCommentEntry entry ) : void
RegisterNGUser ( NicoNicoCommentEntry entry ) : void
ToggleScroll ( ) : void
UpdateMail ( ) : void
VideoCommentViewModel ( VideoViewModel vm ) : System

메소드 상세

OpenCommentWindow() 공개 메소드

public OpenCommentWindow ( ) : void
리턴 void

Post() 공개 메소드

public Post ( ) : void
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

RegisterNGComment() 공개 메소드

public RegisterNGComment ( NicoNicoCommentEntry entry ) : void
entry NicoNicoCommentEntry
리턴 void

RegisterNGUser() 공개 메소드

public RegisterNGUser ( NicoNicoCommentEntry entry ) : void
entry NicoNicoCommentEntry
리턴 void

ToggleScroll() 공개 메소드

public ToggleScroll ( ) : void
리턴 void

UpdateMail() 공개 메소드

public UpdateMail ( ) : void
리턴 void

VideoCommentViewModel() 공개 메소드

public VideoCommentViewModel ( VideoViewModel vm ) : System
vm VideoViewModel
리턴 System