Class ServiceProxyGenerationModel
Inheritance
ServiceProxyGenerationModel
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
Controllers
Declaration
public string? Controllers { get; set; }
Property Value
Modules
Declaration
public string? Modules { get; set; }
Property Value
Type
Declaration
public string? Type { get; set; }
Property Value
UseCache
Declaration
public bool UseCache { get; set; }
Property Value
Methods
CreateOptions()
Declaration
public ProxyScriptingModel CreateOptions()
Returns
Normalize()
Declaration
Extension Methods