GetJobsOptions Class

The options class used for getting multiple jobs.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetJobsOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class GetJobsOptions

The GetJobsOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetJobsOptions
Initializes a new instance of the GetJobsOptions class
Top
Properties
  NameDescription
Public propertyBeforeDate
Gets or sets the before date.
Public propertyJobIds
Gets or sets the job IDs.
Public propertyQueryJobsOptions
Gets or sets the query jobs options.
Top
See Also