Поделиться через


Элементы JobFilter

The JobFilter object is used to store information about the constraints applied to the EnumJobs method of the JobServer object.

Тип JobFilter предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод JobFilter Initializes a new instance of the JobFilter class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Category Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the date the category of the job.
Открытое свойство CurrentExecutionStatus Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the current execution status.
Открытое свойство DateFindOperand Gets or sets the operator used to evaluate date constraints in the job filter.
Открытое свойство DateJobCreated Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the date the job was created.
Открытое свойство DateJobLastModified Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the date the job was last modified.
Открытое свойство Enabled Gets or sets the Boolean property value that specifies whether the job filter is enabled or not.
Открытое свойство JobType Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to type of job.
Открытое свойство Owner Gets or sets the owner of the job filter.
Открытое свойство StepSubsystem Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the subsystem used in the job steps that belong to the job.

В начало