C# 클래스 Universe.Modules.Scripting.RPCRequestInfo

상속: IXmlRpcRequestInfo
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 메소드들

메소드 설명
GetChannelKey ( ) : UUID
GetIntRetval ( ) : int
GetIntValue ( ) : int
GetItemID ( ) : UUID
GetMessageID ( ) : UUID
GetPrimID ( ) : UUID
GetStrRetval ( ) : string
GetStrVal ( ) : string
IsProcessed ( ) : bool
RPCRequestInfo ( UUID primID, UUID itemID, UUID channelKey, string strVal, string intVal ) : System
SetIntRetval ( int resp ) : void
SetProcessed ( bool processed ) : void
SetStrRetval ( string resp ) : void

메소드 상세

GetChannelKey() 공개 메소드

public GetChannelKey ( ) : UUID
리턴 UUID

GetIntRetval() 공개 메소드

public GetIntRetval ( ) : int
리턴 int

GetIntValue() 공개 메소드

public GetIntValue ( ) : int
리턴 int

GetItemID() 공개 메소드

public GetItemID ( ) : UUID
리턴 UUID

GetMessageID() 공개 메소드

public GetMessageID ( ) : UUID
리턴 UUID

GetPrimID() 공개 메소드

public GetPrimID ( ) : UUID
리턴 UUID

GetStrRetval() 공개 메소드

public GetStrRetval ( ) : string
리턴 string

GetStrVal() 공개 메소드

public GetStrVal ( ) : string
리턴 string

IsProcessed() 공개 메소드

public IsProcessed ( ) : bool
리턴 bool

RPCRequestInfo() 공개 메소드

public RPCRequestInfo ( UUID primID, UUID itemID, UUID channelKey, string strVal, string intVal ) : System
primID UUID
itemID UUID
channelKey UUID
strVal string
intVal string
리턴 System

SetIntRetval() 공개 메소드

public SetIntRetval ( int resp ) : void
resp int
리턴 void

SetProcessed() 공개 메소드

public SetProcessed ( bool processed ) : void
processed bool
리턴 void

SetStrRetval() 공개 메소드

public SetStrRetval ( string resp ) : void
resp string
리턴 void