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

    Class ParameterBuilderValues

    Values to use when building parameters.

    Inheritance
    System.Object
    ParameterBuilderValues
    Namespace: TehGM.Wolfringo.Commands.Parsing
    Assembly: Wolfringo.Commands.dll
    Syntax
    public class ParameterBuilderValues

    Properties

    | Improve this Doc View Source

    AdditionalObjects

    Any additional objects that can be used when injecting dependencies.

    Declaration
    public IEnumerable<object> AdditionalObjects { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Object>
    | Improve this Doc View Source

    Args

    Args parsed from the message.

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

    ArgsText

    The message text, not including prefix and command trigger.

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

    ArgumentConverterProvider

    Provider of argument converters.

    Declaration
    public IArgumentConverterProvider ArgumentConverterProvider { get; set; }
    Property Value
    Type Description
    IArgumentConverterProvider
    | Improve this Doc View Source

    CancellationToken

    Cancellation token to inject into command.

    Declaration
    public CancellationToken CancellationToken { get; set; }
    Property Value
    Type Description
    System.Threading.CancellationToken
    | Improve this Doc View Source

    CommandInstance

    Instance of a command that is being executed.

    Declaration
    public ICommandInstance CommandInstance { get; set; }
    Property Value
    Type Description
    ICommandInstance
    | Improve this Doc View Source

    Context

    Command context.

    Declaration
    public ICommandContext Context { get; set; }
    Property Value
    Type Description
    ICommandContext
    | Improve this Doc View Source

    Options

    Options for command context, with command's overrides applied.

    Declaration
    public ICommandOptions Options { get; set; }
    Property Value
    Type Description
    ICommandOptions
    | Improve this Doc View Source

    Services

    Services provider for Dependency Injection.

    Declaration
    public IServiceProvider Services { get; set; }
    Property Value
    Type Description
    System.IServiceProvider