ISortCollection 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 sort property objects used to sort the results when retrieving jobs, task, and nodes.
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("3f5253c6-64a1-4148-aa2c-13aa66040a80")]
public interface ISortCollection : Microsoft.Hpc.Scheduler.ISchedulerCollection, System.Collections.Generic.ICollection<Microsoft.Hpc.Scheduler.Properties.SortProperty>, System.Collections.Generic.IEnumerable<Microsoft.Hpc.Scheduler.Properties.SortProperty>, System.Collections.ICollection
type ISortCollection = interface
interface ISchedulerCollection
interface ICollection
interface IEnumerable
interface ICollection<SortProperty>
interface seq<SortProperty>
Public Interface ISortCollection
Implements ICollection, ICollection(Of SortProperty), IEnumerable(Of SortProperty), ISchedulerCollection
- Derived
- Attributes
- Implements
Properties
| Count |
Retrieves the number of items in the collection. |
| Item[Int32] |
Retrieves the specified sort item from the collection |
Methods
| Add(Object) |
Adds an item to the collection. (Inherited from ISchedulerCollection) |
| Add(SortProperty+SortOrder, PropertyId) |
Adds a sort item to the collection using the specified operator and property object. |
| Add(SortProperty+SortOrder, PropId) |
Adds a sort item to the collection using the specified operator and property identifier. |
| Clear() |
Removes all items from the collection. |
| Contains(Object) |
Determines whether the collection contains the specified item. (Inherited from ISchedulerCollection) |
| GetEnumerator() |
Retrieves an enumerator that you can use to enumerate the items in the collection. |
| GetSorts() |
Gets an array of the sort items from the collection. |
| Remove(Object) |
Removes the first occurrence of the specified item from the collection. (Inherited from ISchedulerCollection) |