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()
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 |
|
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> |
extraProperties |
|
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
| Type |
Description |
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> |
|
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