C# Class SRNicoNico.Models.NicoNicoWrapper.NicoNicoNGComment

Inheritance: Livet.NotificationObject
Show file Open project: mrtska/SRNicoNico Class Usage Examples

Public Methods

Method 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 method

public static Filter ( NicoNicoCommentEntry entry ) : bool
entry NicoNicoCommentEntry
return bool

GetNGClient() public method

public GetNGClient ( ) : List
return List

RegisterNGComment() public method

public RegisterNGComment ( NGType type, string threadId, string content, string token, string count ) : void
type NGType
threadId string
content string
token string
count string
return void

UnregisterNGComment() public method

public UnregisterNGComment ( NGType type, string content, string token ) : void
type NGType
content string
token string
return void