C# 클래스 EkispertWebService, GUI-for-Unity

상속: MonoBehaviour
파일 보기 프로젝트 열기: EkispertWebService/GUI-for-Unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Api dataType
IsSuccess bool
Key string
Message string
Name string
PrefectureCode string
ResultList string[]
Type string
Url string

공개 메소드들

메소드 설명
SearchCorporation ( string inputText ) : void
SearchCorporationToRail ( string inputText ) : void
SearchRail ( string inputText ) : void
SearchRailToStation ( string inputText ) : void
SearchStation ( string inputText ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
getEkispert ( string inputText, int offset ) : IEnumerator

메소드 상세

SearchCorporation() 공개 메소드

public SearchCorporation ( string inputText ) : void
inputText string
리턴 void

SearchCorporationToRail() 공개 메소드

public SearchCorporationToRail ( string inputText ) : void
inputText string
리턴 void

SearchRail() 공개 메소드

public SearchRail ( string inputText ) : void
inputText string
리턴 void

SearchRailToStation() 공개 메소드

public SearchRailToStation ( string inputText ) : void
inputText string
리턴 void

SearchStation() 공개 메소드

public SearchStation ( string inputText ) : void
inputText string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Api 공개적으로 프로퍼티

public dataType Api
리턴 dataType

IsSuccess 공개적으로 프로퍼티

public bool IsSuccess
리턴 bool

Key 공개적으로 프로퍼티

public string Key
리턴 string

Message 공개적으로 프로퍼티

public string Message
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

PrefectureCode 공개적으로 프로퍼티

public string PrefectureCode
리턴 string

ResultList 공개적으로 프로퍼티

public string[] ResultList
리턴 string[]

Type 공개적으로 프로퍼티

public string Type
리턴 string

Url 공개적으로 프로퍼티

public string Url
리턴 string