Interface ICommandHandlerDescriptor
Describes a command handler.
Inherited Members
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 |
---|---|
Type |