Class ServiceProxyGenerationModel
Inheritance
object
ServiceProxyGenerationModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.ProxyScripting
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class ServiceProxyGenerationModel
Constructors
ServiceProxyGenerationModel()
Declaration
public ServiceProxyGenerationModel()
Properties
Actions
Declaration
public string Actions { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Controllers
Declaration
public string Controllers { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Modules
Declaration
public string Modules { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UseCache
Declaration
public bool UseCache { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
CreateOptions()
Declaration
public ProxyScriptingModel CreateOptions()
Returns
| Type | Description |
|---|---|
| ProxyScriptingModel |
Normalize()
Declaration
public void Normalize()