C# 클래스 Response, CodeSpells

파일 보기 프로젝트 열기: srfoster/CodeSpells 1 사용 예제들

공개 메소드들

메소드 설명
Response ( string p_response, int p_prevNode, int p_nextNode, bool exit ) : System.Collections
getNextNode ( ) : int
getPrevNode ( ) : int
getResponseText ( ) : string
isExit ( ) : bool
setIsExit ( bool p_is_exit ) : void
setNextNode ( int p_nextNode ) : void

메소드 상세

Response() 공개 메소드

public Response ( string p_response, int p_prevNode, int p_nextNode, bool exit ) : System.Collections
p_response string
p_prevNode int
p_nextNode int
exit bool
리턴 System.Collections

getNextNode() 공개 메소드

public getNextNode ( ) : int
리턴 int

getPrevNode() 공개 메소드

public getPrevNode ( ) : int
리턴 int

getResponseText() 공개 메소드

public getResponseText ( ) : string
리턴 string

isExit() 공개 메소드

public isExit ( ) : bool
리턴 bool

setIsExit() 공개 메소드

public setIsExit ( bool p_is_exit ) : void
p_is_exit bool
리턴 void

setNextNode() 공개 메소드

public setNextNode ( int p_nextNode ) : void
p_nextNode int
리턴 void