C# Class SRNicoNico.Models.NicoNicoWrapper.NicoNicoNGComment

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

Méthodes publiques

Méthode Description
Filter ( NicoNicoCommentEntry entry ) : bool
GetNGClient ( ) : List
RegisterNGComment ( NGType type, string threadId, string content, string token, string count ) : void
UnregisterNGComment ( NGType type, string content, string token ) : void

Method Details

Filter() public static méthode

public static Filter ( NicoNicoCommentEntry entry ) : bool
entry NicoNicoCommentEntry
Résultat bool

GetNGClient() public méthode

public GetNGClient ( ) : List
Résultat List

RegisterNGComment() public méthode

public RegisterNGComment ( NGType type, string threadId, string content, string token, string count ) : void
type NGType
threadId string
content string
token string
count string
Résultat void

UnregisterNGComment() public méthode

public UnregisterNGComment ( NGType type, string content, string token ) : void
type NGType
content string
token string
Résultat void