C# Class SRNicoNico.ViewModels.VideoCommentViewModel

Inheritance: Livet.ViewModel
Afficher le fichier Open project: mrtska/SRNicoNico Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public OpenCommentWindow ( ) : void
Résultat void

Post() public méthode

public Post ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

RegisterNGComment() public méthode

public RegisterNGComment ( NicoNicoCommentEntry entry ) : void
entry NicoNicoCommentEntry
Résultat void

RegisterNGUser() public méthode

public RegisterNGUser ( NicoNicoCommentEntry entry ) : void
entry NicoNicoCommentEntry
Résultat void

ToggleScroll() public méthode

public ToggleScroll ( ) : void
Résultat void

UpdateMail() public méthode

public UpdateMail ( ) : void
Résultat void

VideoCommentViewModel() public méthode

public VideoCommentViewModel ( VideoViewModel vm ) : System
vm VideoViewModel
Résultat System