FilteringTypeAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets filtering type for the field

[AttributeUsage(AttributeTargets.All)]
public class FilteringTypeAttribute : Attribute

Public Members

name description
FilteringTypeAttribute(…) Initializes a new instance of the FilteringTypeAttribute class.
FilteringType { get; } Gets the type of the filtering.
virtual SetParams(…) Sets the parameters. This is called by filtering system to pass additional parameters / options to the filtering object

See Also