C# 클래스 GrabzIt.Results.GetStatusResult

상속: IException
파일 보기 프로젝트 열기: grabzit/grabzit

공개 프로퍼티들

프로퍼티 타입 설명
Cached string
Expired string
Processing string

공개 메소드들

메소드 설명
GetStatusResult ( ) : System

비공개 메소드들

메소드 설명
GetStatus ( ) : Status
StringToBool ( string str ) : bool

메소드 상세

GetStatusResult() 공개 메소드

public GetStatusResult ( ) : System
리턴 System

프로퍼티 상세

Cached 공개적으로 프로퍼티

public string Cached
리턴 string

Expired 공개적으로 프로퍼티

public string Expired
리턴 string

Processing 공개적으로 프로퍼티

public string Processing
리턴 string