IFilterCollection Interface
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.
Defines a collection of filter property objects used to filter the results when retrieving jobs, task, and nodes.
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("ef89423b-f79b-466f-8127-bdab910ae6c1")]
public interface IFilterCollection : Microsoft.Hpc.Scheduler.ISchedulerCollection, System.Collections.Generic.ICollection<Microsoft.Hpc.Scheduler.Properties.FilterProperty>, System.Collections.Generic.IEnumerable<Microsoft.Hpc.Scheduler.Properties.FilterProperty>, System.Collections.ICollection
type IFilterCollection = interface
interface ISchedulerCollection
interface ICollection
interface IEnumerable
interface ICollection<FilterProperty>
interface seq<FilterProperty>
Public Interface IFilterCollection
Implements ICollection, ICollection(Of FilterProperty), IEnumerable(Of FilterProperty), ISchedulerCollection
- Derived
- Attributes
- Implements
Properties
Count |
The number of items in the collection. |
Item[Int32] |
Retrieves the specified item from the collection. |
Methods
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(Object) |
Adds an item to the collection. (Inherited from ISchedulerCollection) |
Clear() |
Removes all filters from the collection. |
Contains(Object) |
Determines whether the collection contains the specified item. (Inherited from ISchedulerCollection) |
GetEnumerator() |
An enumerator that you can use to enumerate the items in the collection. |
GetFilters() |
Gets an array of the filters from the collection. |
Remove(Object) |
Removes the first occurrence of the specified item from the collection. (Inherited from ISchedulerCollection) |