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.

맨 위로 이동