Filter Class

Definition

Represents a metadata class that contains a reference to the implementation of one or more of the filter interfaces, the filter's order, and the filter's scope.

public class Filter
type Filter = class
Public Class Filter
Inheritance
Filter

Constructors

Filter(Object, FilterScope, Nullable<Int32>)

Initializes a new instance of the Filter class.

Fields

DefaultOrder

Represents a constant that is used to specify the default ordering of filters.

Properties

Instance

Gets the instance of this class.

Order

Gets the order in which the filter is applied.

Scope

Gets the scope ordering of the filter.

Applies to