IFilterCollection.Add Method

Definition

Overloads

Add(FilterOperator, PropertyId, Object)

Adds a filter to the collection using the specified operator, property identifier object, and value.

Add(FilterOperator, PropId, Object)

Adds a filter to the collection using the specified operator, property identifier, and value.

Add(FilterOperator, PropertyId, Object)

Adds a filter to the collection using the specified operator, property identifier object, and value.

[System.Runtime.InteropServices.ComVisible(false)]
public void Add (Microsoft.Hpc.Scheduler.Properties.FilterOperator operation, Microsoft.Hpc.Scheduler.Properties.PropertyId propId, object value);
abstract member Add : Microsoft.Hpc.Scheduler.Properties.FilterOperator * Microsoft.Hpc.Scheduler.Properties.PropertyId * obj -> unit
Public Sub Add (operation As FilterOperator, propId As PropertyId, value As Object)

Parameters

operation
FilterOperator

The operator to use when comparing the specified value to the object's property value. For a list of possible operators, see the FilterOperator enumeration.

propId
PropertyId

A PropertyId object that uniquely identifies the property whose value you want to compare.

value
Object

The value to use in the comparison.

Attributes

Applies to

Add(FilterOperator, PropId, Object)

Adds a filter to the collection using the specified operator, property identifier, and value.

public void Add (Microsoft.Hpc.Scheduler.Properties.FilterOperator operation, Microsoft.Hpc.Scheduler.PropId propertyId, object value);
abstract member Add : Microsoft.Hpc.Scheduler.Properties.FilterOperator * Microsoft.Hpc.Scheduler.PropId * obj -> unit
Public Sub Add (operation As FilterOperator, propertyId As PropId, value As Object)

Parameters

operation
FilterOperator

The operator to use when comparing the specified value to the object's property value. For a list of possible operators, see the FilterOperator enumeration.

propertyId
PropId

An identifier that uniquely identifies the property whose value you want to compare. For possible property identifiers, see the PropId enumeration.

value
Object

The value to use in the comparison.

Applies to