C# Class StoryTeller.Results.Envelope

Mostra file Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
message object
topic string

Public Methods

Method Description
Envelope ( ) : System
Envelope ( object message ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
ToTopic ( Type messageType ) : string

Protected Methods

Method Description
Equals ( Envelope other ) : bool

Method Details

Envelope() public method

public Envelope ( ) : System
return System

Envelope() public method

public Envelope ( object message ) : System
message object
return System

Equals() protected method

protected Equals ( Envelope other ) : bool
other Envelope
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

ToTopic() public static method

public static ToTopic ( Type messageType ) : string
messageType System.Type
return string

Property Details

message public_oe property

public object message
return object

topic public_oe property

public string topic
return string