Partilhar via


Membros JobFilter

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

O tipo JobFilter expõe os seguintes membros.

Construtores

  Nome Descrição
Método público JobFilter Initializes a new instance of the JobFilter class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública 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.
Propriedade pública 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.
Propriedade pública DateFindOperand Gets or sets the operator used to evaluate date constraints in the job filter.
Propriedade pública 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.
Propriedade pública 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.
Propriedade pública Enabled Gets or sets the Boolean property value that specifies whether the job filter is enabled or not.
Propriedade pública JobType Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to type of job.
Propriedade pública Owner Gets or sets the owner of the job filter.
Propriedade pública 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.

Início