Class CommandSelector
Inheritance
object
CommandSelector
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.Commands
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class CommandSelector : ICommandSelector, ITransientDependency
Constructors
CommandSelector(IOptions<AbpCliOptions>)
Declaration
public CommandSelector(IOptions<AbpCliOptions> options)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.Options.IOptions<TOptions><AbpCliOptions> | options |
Properties
Options
Declaration
protected AbpCliOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| AbpCliOptions |
Methods
Select(CommandLineArgs)
Declaration
public Type Select(CommandLineArgs commandLineArgs)
Parameters
| Type | Name | Description |
|---|---|---|
| CommandLineArgs | commandLineArgs |
Returns
| Type | Description |
|---|---|
| System.Type |