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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery And
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery AndNot
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate FileContentChecksum
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate FileName
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryDateTimeTzPredicate ImportDateTime
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryDatePredicate ImportFileDate
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate ImportFileKeyFieldValues
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate ImportFileStatusGuid
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate ImportFileTable
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate ImportFileTime
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryLogicalPredicate MergePending
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery Or
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery OrNot
Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate RecordDescription


Method Detail
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery And (SmartImportFileStatusQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery And (SmartImportFileStatusQuery, SmartImportFileStatusQuery)

Purpose: Joins two Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery And (SmartImportFileStatusQuery, SmartImportFileStatusQuery, SmartImportFileStatusQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery AndNot (SmartImportFileStatusQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery AndNot (SmartImportFileStatusQuery, SmartImportFileStatusQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery AndNot (SmartImportFileStatusQuery, SmartImportFileStatusQuery, SmartImportFileStatusQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery Or (SmartImportFileStatusQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery Or (SmartImportFileStatusQuery, SmartImportFileStatusQuery)

Purpose: Joins two Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery Or (SmartImportFileStatusQuery, SmartImportFileStatusQuery, SmartImportFileStatusQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery OrNot (SmartImportFileStatusQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery OrNot (SmartImportFileStatusQuery, SmartImportFileStatusQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery OrNot (SmartImportFileStatusQuery, SmartImportFileStatusQuery, SmartImportFileStatusQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartImportFileStatusQuery ()

Purpose: Constructor for the SmartImportFileStatusQuery class
Notes:

Top

SmartImportFileStatusQuery (character)

Purpose: Constructor for the SmartImportFileStatusQuery class
Notes:

Parameters:
pImportFileStatusGuid CHARACTER
The filter value for the eSmartImportFileStatus.ImportFileStatusGuid field


Property Detail
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery And


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery AndNot


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate FileContentChecksum


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate FileName


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryDateTimeTzPredicate ImportDateTime


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryDateTimeTzPredicate
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryDatePredicate ImportFileDate


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryDatePredicate
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate ImportFileKeyFieldValues


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate ImportFileStatusGuid


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate ImportFileTable


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate ImportFileTime


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryLogicalPredicate MergePending


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery Or


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery OrNot


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQuery
Top

Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate RecordDescription


Returns Consultingwerk.SmartFramework.System.ImportFileStatus.SmartImportFileStatusQueryCharacterPredicate


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