Show / Hide Table of Contents

Class GenerateProxyArgs

Inheritance
object
GenerateProxyArgs
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.ServiceProxying
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class GenerateProxyArgs

Constructors

GenerateProxyArgs(string, string, string, string, string, string, string, string, string, ServiceType?, string, bool, Dictionary<string, string>)

Declaration
public GenerateProxyArgs(string commandName, string workDirectory, string module, string url, string output, string target, string apiName, string source, string folder, ServiceType? serviceType, string entryPoint, bool withoutContracts, Dictionary<string, string> extraProperties = null)
Parameters
Type Name Description
string commandName
string workDirectory
string module
string url
string output
string target
string apiName
string source
string folder
ServiceType? serviceType
string entryPoint
bool withoutContracts
Dictionary<string, string> extraProperties

Properties

ApiName

Declaration
public string ApiName { get; }
Property Value
Type Description
string

CommandName

Declaration
public string CommandName { get; }
Property Value
Type Description
string

EntryPoint

Declaration
public string EntryPoint { get; }
Property Value
Type Description
string

ExtraProperties

Declaration
public Dictionary<string, string> ExtraProperties { get; set; }
Property Value
Type Description
Dictionary<string, string>

Folder

Declaration
public string Folder { get; }
Property Value
Type Description
string

Module

Declaration
public string Module { get; }
Property Value
Type Description
string

Output

Declaration
public string Output { get; }
Property Value
Type Description
string

ServiceType

Declaration
public ServiceType? ServiceType { get; }
Property Value
Type Description
ServiceType?

Source

Declaration
public string Source { get; }
Property Value
Type Description
string

Target

Declaration
public string Target { get; }
Property Value
Type Description
string

Url

Declaration
public string Url { get; }
Property Value
Type Description
string

WithoutContracts

Declaration
public bool WithoutContracts { get; }
Property Value
Type Description
bool

WorkDirectory

Declaration
public string WorkDirectory { get; }
Property Value
Type Description
string

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform