FilterProperty Class

Definition

Defines a filter to use for filtering lists of jobs, tasks, or nodes.

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("EA602C99-B32A-4A48-AD45-988F2914B2C7")]
public class FilterProperty : Microsoft.Hpc.Scheduler.Properties.IFilterProperty
type FilterProperty = class
    interface IFilterProperty
Public Class FilterProperty
Implements IFilterProperty
Inheritance
FilterProperty
Attributes
Implements

Constructors

FilterProperty()

Initializes an empty instance of the FilterProperty class.

FilterProperty(FilterOperator, PropertyId, Object)

Initializes a new instance of the FilterProperty class using the specified operator, property identifier, and property value.

FilterProperty(FilterOperator, StoreProperty)

Initializes a new instance of the FilterProperty class using the specified operator and property object.

Properties

Operator

Retrieves or sets the operator to use when comparing the filter value to the property value.

Property

Retrieves or sets the property and property value used to filter the jobs, tasks, or nodes.

Methods

ToString()

Retrieves a formatted string that represents the object.

Applies to