C# Class StoryTeller.Results.Envelope

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
message object
topic string

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( Envelope other ) : bool

Method Details

Envelope() public méthode

public Envelope ( ) : System
Résultat System

Envelope() public méthode

public Envelope ( object message ) : System
message object
Résultat System

Equals() protected méthode

protected Equals ( Envelope other ) : bool
other Envelope
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

ToTopic() public static méthode

public static ToTopic ( Type messageType ) : string
messageType System.Type
Résultat string

Property Details

message public_oe property

public object message
Résultat object

topic public_oe property

public string topic
Résultat string