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

Mostrar archivo Open project: DarthFubuMVC/fubumvc Class Usage Examples

Public Properties

Property Type Description
Received string
Sent string

Public Methods

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

Protected Methods

Method Description
Equals ( MessageTrack other ) : bool

Private Methods

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

Method Details

Equals() protected method

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

Equals() public method

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

ForReceived() public static method

public static ForReceived ( object message, string id = null ) : MessageTrack
message object
id string
return MessageTrack

ForSent() public static method

public static ForSent ( object message, string id = null ) : MessageTrack
message object
id string
return MessageTrack

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

Received public_oe static_oe property

public static string Received
return string

Sent public_oe static_oe property

public static string Sent
return string