C# 클래스 Droog.Calculon.Backstage.Message

파일 보기 프로젝트 열기: sdether/Calculon

공개 프로퍼티들

프로퍼티 타입 설명
Args object[]
Contract string
Id System.Guid
Receiver ActorRef
Response System.Type
Sender ActorRef
Type MessageType

공개 메소드들

메소드 설명
GetContractFromMethodInfo ( MethodInfo methodInfo ) : string
Message ( System.Guid id, ActorRef sender, ActorRef receiver, string contract, MessageType type, Type responseType, object args ) : System
ToString ( ) : string

메소드 상세

GetContractFromMethodInfo() 공개 정적인 메소드

public static GetContractFromMethodInfo ( MethodInfo methodInfo ) : string
methodInfo System.Reflection.MethodInfo
리턴 string

Message() 공개 메소드

public Message ( System.Guid id, ActorRef sender, ActorRef receiver, string contract, MessageType type, Type responseType, object args ) : System
id System.Guid
sender ActorRef
receiver ActorRef
contract string
type MessageType
responseType System.Type
args object
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Args 공개적으로 프로퍼티

public object[] Args
리턴 object[]

Contract 공개적으로 프로퍼티

public string Contract
리턴 string

Id 공개적으로 프로퍼티

public Guid,System Id
리턴 System.Guid

Receiver 공개적으로 프로퍼티

public ActorRef Receiver
리턴 ActorRef

Response 공개적으로 프로퍼티

public Type,System Response
리턴 System.Type

Sender 공개적으로 프로퍼티

public ActorRef Sender
리턴 ActorRef

Type 공개적으로 프로퍼티

public MessageType Type
리턴 MessageType