Filter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |