C# Class SRNicoNico.ViewModels.VideoCommentViewModel

Inheritance: Livet.ViewModel
Datei anzeigen Open project: mrtska/SRNicoNico Class Usage Examples

Public Methods

Method Description
OpenCommentWindow ( ) : void
Post ( ) : void
Refresh ( ) : void
RegisterNGComment ( NicoNicoCommentEntry entry ) : void
RegisterNGUser ( NicoNicoCommentEntry entry ) : void
ToggleScroll ( ) : void
UpdateMail ( ) : void
VideoCommentViewModel ( VideoViewModel vm ) : System

Method Details

OpenCommentWindow() public method

public OpenCommentWindow ( ) : void
return void

Post() public method

public Post ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

RegisterNGComment() public method

public RegisterNGComment ( NicoNicoCommentEntry entry ) : void
entry NicoNicoCommentEntry
return void

RegisterNGUser() public method

public RegisterNGUser ( NicoNicoCommentEntry entry ) : void
entry NicoNicoCommentEntry
return void

ToggleScroll() public method

public ToggleScroll ( ) : void
return void

UpdateMail() public method

public UpdateMail ( ) : void
return void

VideoCommentViewModel() public method

public VideoCommentViewModel ( VideoViewModel vm ) : System
vm VideoViewModel
return System