Show / Hide Table of Contents

Class RoutingMessageArgs

Routing information, useful for logging purpose

Inheritance
System.Object
System.EventArgs
RoutingMessageArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neutronium.BuildingBlocks.Application.Navigation
Assembly: Neutronium.BuildingBlocks.Application.dll
Syntax
public class RoutingMessageArgs : EventArgs

Constructors

| Improve this Doc View Source

RoutingMessageArgs(String, MessageType)

Declaration
public RoutingMessageArgs(string message, MessageType type)
Parameters
Type Name Description
System.String message
MessageType type

Properties

| Improve this Doc View Source

Message

Message

Declaration
public string Message { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Message type

Declaration
public MessageType Type { get; }
Property Value
Type Description
MessageType
  • Improve this Doc
  • View Source
Back to top Generated by DocFX