Class GenerateProxyArgs
Inheritance
GenerateProxyArgs
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
Properties
ApiName
Declaration
public string ApiName { get; }
Property Value
CommandName
Declaration
public string CommandName { get; }
Property Value
EntryPoint
Declaration
public string EntryPoint { get; }
Property Value
Declaration
public Dictionary<string, string> ExtraProperties { get; set; }
Property Value
Folder
Declaration
public string Folder { get; }
Property Value
Module
Declaration
public string Module { get; }
Property Value
Output
Declaration
public string Output { get; }
Property Value
ServiceType
Declaration
public ServiceType? ServiceType { get; }
Property Value
Source
Declaration
public string Source { get; }
Property Value
Target
Declaration
public string Target { get; }
Property Value
Url
Declaration
public string Url { get; }
Property Value
WithoutContracts
Declaration
public bool WithoutContracts { get; }
Property Value
WorkDirectory
Declaration
public string WorkDirectory { get; }
Property Value
Extension Methods