CustomFilteringAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Base class which other custom filtering types derive from.

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

Public Members

name description
CustomFilteringAttribute(…) Initializes a new instance of the CustomFilteringAttribute class.
override SetParams(…) Sets the parameters.

Protected Members

name description
GetOption<TType>(…) Gets the option.
SetOption(…) Sets the option.

See Also