Interface ICommandHandlerDescriptor
Describes a command handler.
Inherited Members
      System.IEquatable<TehGM.Wolfringo.Commands.Initialization.ICommandHandlerDescriptor>.Equals(TehGM.Wolfringo.Commands.Initialization.ICommandHandlerDescriptor)
    
  Namespace: TehGM.Wolfringo.Commands.Initialization
Assembly: Wolfringo.Commands.dll
Syntax
public interface ICommandHandlerDescriptor : IEquatable<ICommandHandlerDescriptor>Properties
| Improve this Doc View SourceAttribute
CommandHandler attribute the handler is decorated with.
Declaration
CommandsHandlerAttribute Attribute { get; }Property Value
| Type | Description | 
|---|---|
| CommandsHandlerAttribute | 
Remarks
This value might be null if descriptor was force-loaded from a type that wasn't automatically discovered.
Type
Command handler type.
Declaration
Type Type { get; }Property Value
| Type | Description | 
|---|---|
| System.Type | 
