C# Class Response, CodeSpells

Show file Open project: srfoster/CodeSpells Class Usage Examples

Public Methods

Method Description
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

Method Details

Response() public method

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
return System.Collections

getNextNode() public method

public getNextNode ( ) : int
return int

getPrevNode() public method

public getPrevNode ( ) : int
return int

getResponseText() public method

public getResponseText ( ) : string
return string

isExit() public method

public isExit ( ) : bool
return bool

setIsExit() public method

public setIsExit ( bool p_is_exit ) : void
p_is_exit bool
return void

setNextNode() public method

public setNextNode ( int p_nextNode ) : void
p_nextNode int
return void