JobOrderByList Class

Definition

Contains a list of JobOrderBy objects.

public class JobOrderByList : Microsoft.Hpc.Scheduler.Properties.IJobOrderByList, System.Collections.Generic.IEnumerable<Microsoft.Hpc.Scheduler.Properties.JobOrderBy>
type JobOrderByList = class
    interface IJobOrderByList
    interface seq<JobOrderBy>
    interface IEnumerable
Public Class JobOrderByList
Implements IEnumerable(Of JobOrderBy), IJobOrderByList
Inheritance
JobOrderByList
Implements

Constructors

JobOrderByList()

Initialize a new instance of this class.

Properties

Count

Retrieves the number of items in the list.

Methods

Add(JobOrderBy)

Adds a JobOrderBy object to the list.

FromInt(Int32)

Converts the specified integer back into a preferences list.

GetEnumerator()

Retrieves an enumerator that you can use to enumerate the items in the list of preferences.

Parse(String)

Parses the specified string and uses its components to create one or more JobOrderBy objects that are added to the list.

ToInt()

Converts the object to an integer.

ToString()

Retrieves a formatted string that represents the object.

Operators

Explicit(Int32 to JobOrderByList)

Converts the integer back to an order by list.

Explicit(JobOrderByList to Int32)

Converts the list to an integer

Explicit Interface Implementations

IEnumerable.GetEnumerator()
IJobOrderByList.Add(JobOrderBy)

Applies to