Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery And (SmartSchedulerJobQuery) Joins a Query Entry using AND
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery And (SmartSchedulerJobQuery, SmartSchedulerJobQuery) Joins two Query Entries using AND
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery And (SmartSchedulerJobQuery, SmartSchedulerJobQuery, SmartSchedulerJobQuery) Joins three Query Entries using AND
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery AndNot (SmartSchedulerJobQuery) Joins a Query Entry using AND NOT
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery AndNot (SmartSchedulerJobQuery, SmartSchedulerJobQuery) Joins two Query Entries using AND NOT
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery AndNot (SmartSchedulerJobQuery, SmartSchedulerJobQuery, SmartSchedulerJobQuery) Joins three Query Entries using AND NOT
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery Or (SmartSchedulerJobQuery) Joins a Query Entry using OR
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery Or (SmartSchedulerJobQuery, SmartSchedulerJobQuery) Joins two Query Entries using OR
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery Or (SmartSchedulerJobQuery, SmartSchedulerJobQuery, SmartSchedulerJobQuery) Joins three Query Entries using OR
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery OrNot (SmartSchedulerJobQuery) Joins a Query Entry using OR NOT
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery OrNot (SmartSchedulerJobQuery, SmartSchedulerJobQuery) Joins two Query Entries using OR NOT
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery OrNot (SmartSchedulerJobQuery, SmartSchedulerJobQuery, SmartSchedulerJobQuery) Joins three Query Entries using OR NOT

Top Constructor Summary
Options Name Purpose
SmartSchedulerJobQuery () Constructor for the SmartSchedulerJobQuery class
SmartSchedulerJobQuery (character) Constructor for the SmartSchedulerJobQuery class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery And
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery AndNot
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryCharacterPredicate Description
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryIntegerPredicate MaxRuntime
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery Or
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery OrNot
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryCharacterPredicate SchedulerJobGuid
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryCharacterPredicate SchedulerJobName
Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryLogicalPredicate SystemOwned


Method Detail
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery And (SmartSchedulerJobQuery)

Purpose: Joins a Query Entry using AND
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The SmartSchedulerJobQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery And (SmartSchedulerJobQuery, SmartSchedulerJobQuery)

Purpose: Joins two Query Entries using AND
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The first SmartSchedulerJobQuery instance to join using AND
poQuery2 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The second SmartSchedulerJobQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery And (SmartSchedulerJobQuery, SmartSchedulerJobQuery, SmartSchedulerJobQuery)

Purpose: Joins three Query Entries using AND
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The first SmartSchedulerJobQuery instance to join using AND
poQuery2 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The second SmartSchedulerJobQuery instance to join using AND
poQuery3 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The third SmartSchedulerJobQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery AndNot (SmartSchedulerJobQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The SmartSchedulerJobQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery AndNot (SmartSchedulerJobQuery, SmartSchedulerJobQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The first SmartSchedulerJobQuery instance to join using AND NOT
poQuery2 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The second SmartSchedulerJobQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery AndNot (SmartSchedulerJobQuery, SmartSchedulerJobQuery, SmartSchedulerJobQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The first SmartSchedulerJobQuery instance to join using AND NOT
poQuery2 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The second SmartSchedulerJobQuery instance to join using AND NOT
poQuery3 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The third SmartSchedulerJobQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery Or (SmartSchedulerJobQuery)

Purpose: Joins a Query Entry using OR
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The SmartSchedulerJobQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery Or (SmartSchedulerJobQuery, SmartSchedulerJobQuery)

Purpose: Joins two Query Entries using OR
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The first SmartSchedulerJobQuery instance to join using OR
poQuery2 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The second SmartSchedulerJobQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery Or (SmartSchedulerJobQuery, SmartSchedulerJobQuery, SmartSchedulerJobQuery)

Purpose: Joins three Query Entries using OR
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The first SmartSchedulerJobQuery instance to join using OR
poQuery2 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The second SmartSchedulerJobQuery instance to join using OR
poQuery3 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The third SmartSchedulerJobQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery OrNot (SmartSchedulerJobQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The SmartSchedulerJobQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery OrNot (SmartSchedulerJobQuery, SmartSchedulerJobQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The first SmartSchedulerJobQuery instance to join using OR NOT
poQuery2 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The second SmartSchedulerJobQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery OrNot (SmartSchedulerJobQuery, SmartSchedulerJobQuery, SmartSchedulerJobQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The first SmartSchedulerJobQuery instance to join using OR NOT
poQuery2 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The second SmartSchedulerJobQuery instance to join using OR NOT
poQuery3 Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The third SmartSchedulerJobQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
The reference to the instance the call was issued on


Constructor Detail
Top

SmartSchedulerJobQuery ()

Purpose: Constructor for the SmartSchedulerJobQuery class
Notes:

Top

SmartSchedulerJobQuery (character)

Purpose: Constructor for the SmartSchedulerJobQuery class
Notes:

Parameters:
pSchedulerJobGuid CHARACTER
The filter value for the eSmartSchedulerJob.SchedulerJobGuid field


Property Detail
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery And


Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery AndNot


Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryCharacterPredicate Description


Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryIntegerPredicate MaxRuntime


Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryIntegerPredicate
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery Or


Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery OrNot


Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQuery
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryCharacterPredicate SchedulerJobGuid


Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryCharacterPredicate SchedulerJobName


Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobQueryLogicalPredicate


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:27:26