Class ExtensionPropertyLookupConfiguration
Inheritance
object
ExtensionPropertyLookupConfiguration
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ObjectExtending.Modularity
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public class ExtensionPropertyLookupConfiguration
Constructors
ExtensionPropertyLookupConfiguration()
Declaration
public ExtensionPropertyLookupConfiguration()
Properties
DisplayPropertyName
Declaration
public string DisplayPropertyName { get; set; }
Property Value
Type | Description |
---|---|
string |
FilterParamName
Declaration
public string FilterParamName { get; set; }
Property Value
Type | Description |
---|---|
string |
ResultListPropertyName
Declaration
public string ResultListPropertyName { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string |
ValuePropertyName
Declaration
public string ValuePropertyName { get; set; }
Property Value
Type | Description |
---|---|
string |