All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
PurgeJobsOptions Class Reference

Specifies the criteria to purge job. More...

Public Member Functions

 PurgeJobsOptions ()
 Initializes a new instance of the PurgeJobsOptions class. More...
 

Properties

DateTime FromDate [get, set]
 Gets or sets from date (deletes all the jobs starting from that date). More...
 
bool PurgeFinishedData [get, set]
 Gets or sets a value indicating whether to purge finished data. More...
 
bool PurgeLiveData [get, set]
 Gets or sets a value indicating whether to purge live data. More...
 
DateTime ToDate [get, set]
 Gets or sets to date (deletes all jobs up to that date). More...
 

Description

Specifies the criteria to purge job.

Constructor & Destructor Documentation

Initializes a new instance of the PurgeJobsOptions class.

Property Documentation

DateTime FromDate
getset

Gets or sets from date (deletes all the jobs starting from that date).

bool PurgeFinishedData
getset

Gets or sets a value indicating whether to purge finished data.

bool PurgeLiveData
getset

Gets or sets a value indicating whether to purge live data.

DateTime ToDate
getset

Gets or sets to date (deletes all jobs up to that date).