C# Class FubuMVC.Core.Services.Messaging.Tracking.MessageTrack

Afficher le fichier Open project: DarthFubuMVC/fubumvc Class Usage Examples

Méthodes publiques

Свойство Type Description
Received string
Sent string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
ForReceived ( object message, string id = null ) : MessageTrack
ForSent ( object message, string id = null ) : MessageTrack
GetHashCode ( ) : int
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( MessageTrack other ) : bool

Private Methods

Méthode Description
autodetermineId ( object message, Type messageType, MessageTrack track ) : void
derive ( object message, string id ) : MessageTrack

Method Details

Equals() protected méthode

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

Equals() public méthode

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

ForReceived() public static méthode

public static ForReceived ( object message, string id = null ) : MessageTrack
message object
id string
Résultat MessageTrack

ForSent() public static méthode

public static ForSent ( object message, string id = null ) : MessageTrack
message object
id string
Résultat MessageTrack

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Received public_oe static_oe property

public static string Received
Résultat string

Sent public_oe static_oe property

public static string Sent
Résultat string