C# Class Droog.Calculon.Backstage.Message

Show file Open project: sdether/Calculon

Public Properties

Property Type Description
Args object[]
Contract string
Id System.Guid
Receiver ActorRef
Response System.Type
Sender ActorRef
Type MessageType

Public Methods

Method Description
GetContractFromMethodInfo ( MethodInfo methodInfo ) : string
Message ( System.Guid id, ActorRef sender, ActorRef receiver, string contract, MessageType type, Type responseType, object args ) : System
ToString ( ) : string

Method Details

GetContractFromMethodInfo() public static method

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

Message() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

Args public property

public object[] Args
return object[]

Contract public property

public string Contract
return string

Id public property

public Guid,System Id
return System.Guid

Receiver public property

public ActorRef Receiver
return ActorRef

Response public property

public Type,System Response
return System.Type

Sender public property

public ActorRef Sender
return ActorRef

Type public property

public MessageType Type
return MessageType