GlobalFilterCollection.Add Method

Definition

Overloads

Add(Object)

Adds the specified filter to the global filter collection.

Add(Object, Int32)

Adds the specified filter to the global filter collection using the specified filter run order.

Add(Object)

Adds the specified filter to the global filter collection.

public void Add (object filter);
member this.Add : obj -> unit
Public Sub Add (filter As Object)

Parameters

filter
Object

The filter.

Applies to

Add(Object, Int32)

Adds the specified filter to the global filter collection using the specified filter run order.

public void Add (object filter, int order);
member this.Add : obj * int -> unit
Public Sub Add (filter As Object, order As Integer)

Parameters

filter
Object

The filter.

order
Int32

The filter run order.

Applies to