Compartir a través de


JobFilter Miembros

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

El tipo JobFilter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico JobFilter Initializes a new instance of the JobFilter class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad 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.
Propiedad 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.
Propiedad pública DateFindOperand Gets or sets the operator used to evaluate date constraints in the job filter.
Propiedad 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.
Propiedad 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.
Propiedad pública Enabled Gets or sets the Boolean property value that specifies whether the job filter is enabled or not.
Propiedad 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.
Propiedad pública Owner Gets or sets the owner of the job filter.
Propiedad 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.

Principio