Show / Hide Table of Contents

Class GenerateProxyCommand

Inheritance
System.Object
ProxyCommandBase
GenerateProxyCommand
Implements
IConsoleCommand
ITransientDependency
Inherited Members
ProxyCommandBase.CliService
ProxyCommandBase.Logger
ProxyCommandBase.ExecuteAsync(CommandLineArgs)
ProxyCommandBase.GetUsageInfo()
ProxyCommandBase.GetShortDescription()
Namespace: Volo.Abp.Cli.Commands
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class GenerateProxyCommand : ProxyCommandBase, IConsoleCommand, ITransientDependency

Constructors

GenerateProxyCommand(CliService)

Declaration
public GenerateProxyCommand(CliService cliService)
Parameters
Type Name Description
CliService cliService

Fields

Name

Declaration
public const string Name = null
Field Value
Type Description
System.String

Properties

CommandName

Declaration
protected override string CommandName { get; }
Property Value
Type Description
System.String
Overrides
ProxyCommandBase.CommandName

SchematicsCommandName

Declaration
protected override string SchematicsCommandName { get; }
Property Value
Type Description
System.String
Overrides
ProxyCommandBase.SchematicsCommandName

Implements

IConsoleCommand
ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft