Class ExtensionPropertyLookupConfiguration
Inheritance
ExtensionPropertyLookupConfiguration
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public class ExtensionPropertyLookupConfiguration
Constructors
ExtensionPropertyLookupConfiguration()
Declaration
public ExtensionPropertyLookupConfiguration()
Properties
DisplayPropertyName
Declaration
public string DisplayPropertyName { get; set; }
Property Value
FilterParamName
Declaration
public string FilterParamName { get; set; }
Property Value
ResultListPropertyName
Declaration
public string ResultListPropertyName { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
ValuePropertyName
Declaration
public string ValuePropertyName { get; set; }
Property Value
Extension Methods