C# 클래스 ImageAPIs.Helper

파일 보기 프로젝트 열기: RyuaNerin/ImageAPIs

공개 메소드들

메소드 설명
CompareRating ( Ratings searchRating, Ratings targetRating ) : bool
CompareRating ( Ratings searchRating, string targetRating ) : bool
GetDateTime ( this jsonObject ) : System.DateTime
GetInt32 ( this jsonObject ) : int
GetInt64 ( this jsonObject ) : long
GetQuotationMarkedTag ( string tag ) : string
GetString ( this jsonObject ) : string
GetTagList ( this jsonObject ) : IList
MakeTagList ( ) : IList
MakeTagList ( string tags ) : IList
ParseDateTime ( long date ) : System.DateTime
ParseDateTime ( string data ) : System.DateTime
StringFromStream ( Stream stream ) : string
ToRating ( string rating ) : Ratings

메소드 상세

CompareRating() 공개 정적인 메소드

public static CompareRating ( Ratings searchRating, Ratings targetRating ) : bool
searchRating Ratings
targetRating Ratings
리턴 bool

CompareRating() 공개 정적인 메소드

public static CompareRating ( Ratings searchRating, string targetRating ) : bool
searchRating Ratings
targetRating string
리턴 bool

GetDateTime() 공개 정적인 메소드

public static GetDateTime ( this jsonObject ) : System.DateTime
jsonObject this
리턴 System.DateTime

GetInt32() 공개 정적인 메소드

public static GetInt32 ( this jsonObject ) : int
jsonObject this
리턴 int

GetInt64() 공개 정적인 메소드

public static GetInt64 ( this jsonObject ) : long
jsonObject this
리턴 long

GetQuotationMarkedTag() 공개 정적인 메소드

public static GetQuotationMarkedTag ( string tag ) : string
tag string
리턴 string

GetString() 공개 정적인 메소드

public static GetString ( this jsonObject ) : string
jsonObject this
리턴 string

GetTagList() 공개 정적인 메소드

public static GetTagList ( this jsonObject ) : IList
jsonObject this
리턴 IList

MakeTagList() 공개 정적인 메소드

public static MakeTagList ( ) : IList
리턴 IList

MakeTagList() 공개 정적인 메소드

public static MakeTagList ( string tags ) : IList
tags string
리턴 IList

ParseDateTime() 공개 정적인 메소드

public static ParseDateTime ( long date ) : System.DateTime
date long
리턴 System.DateTime

ParseDateTime() 공개 정적인 메소드

public static ParseDateTime ( string data ) : System.DateTime
data string
리턴 System.DateTime

StringFromStream() 공개 정적인 메소드

public static StringFromStream ( Stream stream ) : string
stream Stream
리턴 string

ToRating() 공개 정적인 메소드

public static ToRating ( string rating ) : Ratings
rating string
리턴 Ratings