Partager via


Membres JobFilter

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

Le type JobFilter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique JobFilter Initializes a new instance of the JobFilter class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique 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.
Propriété publique 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.
Propriété publique DateFindOperand Gets or sets the operator used to evaluate date constraints in the job filter.
Propriété publique 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.
Propriété publique 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.
Propriété publique Enabled Gets or sets the Boolean property value that specifies whether the job filter is enabled or not.
Propriété publique JobType Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to type of job.
Propriété publique Owner Gets or sets the owner of the job filter.
Propriété publique 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.

Haut de la page