C# 클래스 SRNicoNico.Models.NicoNicoWrapper.NicoNicoNGComment

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

공개 메소드들

메소드 설명
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

메소드 상세

Filter() 공개 정적인 메소드

public static Filter ( NicoNicoCommentEntry entry ) : bool
entry NicoNicoCommentEntry
리턴 bool

GetNGClient() 공개 메소드

public GetNGClient ( ) : List
리턴 List

RegisterNGComment() 공개 메소드

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

UnregisterNGComment() 공개 메소드

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