Show / Hide Table of Contents

Class ProxyScriptingModel

Inheritance
System.Object
ProxyScriptingModel
Namespace: Volo.Abp.Http.ProxyScripting
Assembly: Volo.Abp.Http.dll
Syntax
public class ProxyScriptingModel : object

Constructors

ProxyScriptingModel(String, Boolean)

Declaration
public ProxyScriptingModel(string generatorType, bool useCache = true)
Parameters
Type Name Description
System.String generatorType
System.Boolean useCache

Properties

Actions

Declaration
public string[] Actions { get; set; }
Property Value
Type Description
System.String[]

Controllers

Declaration
public string[] Controllers { get; set; }
Property Value
Type Description
System.String[]

GeneratorType

Declaration
public string GeneratorType { get; set; }
Property Value
Type Description
System.String

Modules

Declaration
public string[] Modules { get; set; }
Property Value
Type Description
System.String[]

Properties

Declaration
public IDictionary<string, string> Properties { get; set; }
Property Value
Type Description
IDictionary<System.String, System.String>

UseCache

Declaration
public bool UseCache { get; set; }
Property Value
Type Description
System.Boolean

Methods

IsPartialRequest()

Declaration
public bool IsPartialRequest()
Returns
Type Description
System.Boolean

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft