LookupFilteringAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that property should use lookup editor type of filtering

[AttributeUsage(AttributeTargets.All)]
public class LookupFilteringAttribute : CustomFilteringAttribute

Public Members

name description
LookupFilteringAttribute(…) Initializes a new instance of the LookupFilteringAttribute class. (2 constructors)
IdField { get; set; } Gets or sets the ID field editor should filter on.
const Key Filtering type key

See Also