Class AbpApiProxyScriptingConfiguration
Inheritance
object
AbpApiProxyScriptingConfiguration
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.Configuration
Assembly: Volo.Abp.Http.dll
Syntax
public static class AbpApiProxyScriptingConfiguration
Properties
PropertyNameGenerator
Declaration
public static Func<PropertyInfo, string> PropertyNameGenerator { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<T, TResult><System.Reflection.PropertyInfo, string> |