Class ProxyScriptingModel
Inheritance
object
ProxyScriptingModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http.ProxyScripting
Assembly: Volo.Abp.Http.dll
Syntax
public class ProxyScriptingModel
Constructors
ProxyScriptingModel(string, bool)
Declaration
public ProxyScriptingModel(string generatorType, bool useCache = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | generatorType | |
| bool | useCache |
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[] |
GeneratorType
Declaration
public string GeneratorType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Modules
Declaration
public string[] Modules { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
Properties
Declaration
public IDictionary<string, string> Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<TKey, TValue><string, string> |
UseCache
Declaration
public bool UseCache { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
IsPartialRequest()
Declaration
public bool IsPartialRequest()
Returns
| Type | Description |
|---|---|
| bool |