Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    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 Source

    Attribute

    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.

    | Improve this Doc View Source

    Type

    Command handler type.

    Declaration
    Type Type { get; }
    Property Value
    Type Description
    System.Type

    Extension Methods

    CommandHandlerDescriptorExtensions.IsPersistent(ICommandHandlerDescriptor)