IJobOrderByList Interface

Definition

Contains a list of JobOrderBy objects.

public interface IJobOrderByList : System.Collections.Generic.IEnumerable<Microsoft.Hpc.Scheduler.Properties.JobOrderBy>
type IJobOrderByList = interface
    interface seq<JobOrderBy>
    interface IEnumerable
Public Interface IJobOrderByList
Implements IEnumerable(Of JobOrderBy)
Derived
Implements

Properties

Count

Retrieves the number of items in the list.

Methods

Add(JobOrderBy)

Adds a JobOrderBy object to the list.

ToInt()

Converts the object to an integer.

Applies to