C# 클래스 Nekobot.Image.Board

파일 보기 프로젝트 열기: Kusoneko/Nekobot

공개 프로퍼티들

프로퍼티 타입 설명
Link string
Post string
Resource string

공개 메소드들

메소드 설명
Common ( string resource, bool json ) : JToken
Execute ( string booru, Commands e ) : System.Threading.Tasks.Task
Get ( string booru, string tags ) : Board
GetImageLink ( int rnd ) : string
GetPostCount ( ) : int

비공개 메소드들

메소드 설명
A ( string link, bool needs_http = false, bool shorten = false ) : Board
B ( string link, bool shorten = true, Type type = Type.B ) : Board
Board ( string link, string resource, string post, Type type, bool shorten ) : System
GetFileUrl ( JToken res, string prefix ) : string
Sankaku ( string board ) : Board

메소드 상세

Common() 공개 메소드

public Common ( string resource, bool json ) : JToken
resource string
json bool
리턴 JToken

Execute() 공개 정적인 메소드

public static Execute ( string booru, Commands e ) : System.Threading.Tasks.Task
booru string
e Commands
리턴 System.Threading.Tasks.Task

Get() 공개 정적인 메소드

public static Get ( string booru, string tags ) : Board
booru string
tags string
리턴 Board

GetImageLink() 공개 메소드

public GetImageLink ( int rnd ) : string
rnd int
리턴 string

GetPostCount() 공개 메소드

public GetPostCount ( ) : int
리턴 int

프로퍼티 상세

Link 공개적으로 프로퍼티

public string Link
리턴 string

Post 공개적으로 프로퍼티

public string Post
리턴 string

Resource 공개적으로 프로퍼티

public string Resource
리턴 string