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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartTranslationQuery And
Consultingwerk.SmartFramework.System.SmartTranslationQuery AndNot
Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate LanguageGuid
Consultingwerk.SmartFramework.System.SmartTranslationQuery Or
Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate OriginalString
Consultingwerk.SmartFramework.System.SmartTranslationQuery OrNot
Consultingwerk.SmartFramework.System.SmartTranslationQueryLogicalPredicate SystemOwned
Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate TranslatedString
Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate TranslationGuid
Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate TranslationKey
Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate TranslationScope


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartTranslationQuery And (SmartTranslationQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartTranslationQuery And (SmartTranslationQuery, SmartTranslationQuery)

Purpose: Joins two Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartTranslationQuery And (SmartTranslationQuery, SmartTranslationQuery, SmartTranslationQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartTranslationQuery AndNot (SmartTranslationQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartTranslationQuery AndNot (SmartTranslationQuery, SmartTranslationQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartTranslationQuery AndNot (SmartTranslationQuery, SmartTranslationQuery, SmartTranslationQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartTranslationQuery Or (SmartTranslationQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartTranslationQuery Or (SmartTranslationQuery, SmartTranslationQuery)

Purpose: Joins two Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartTranslationQuery Or (SmartTranslationQuery, SmartTranslationQuery, SmartTranslationQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartTranslationQuery OrNot (SmartTranslationQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartTranslationQuery OrNot (SmartTranslationQuery, SmartTranslationQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartTranslationQuery OrNot (SmartTranslationQuery, SmartTranslationQuery, SmartTranslationQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartTranslationQuery ()

Purpose: Constructor for the SmartTranslationQuery class
Notes:

Top

SmartTranslationQuery (character)

Purpose: Constructor for the SmartTranslationQuery class
Notes:

Parameters:
pTranslationGuid CHARACTER
The filter value for the eSmartTranslation.TranslationGuid field
Top

SmartTranslationQuery (character, character, character)

Purpose: Constructor for the SmartTranslationQuery class
Notes:

Parameters:
pTranslationScope CHARACTER
The filter value for the eSmartTranslation.TranslationScope field
pOriginalString CHARACTER
The filter value for the eSmartTranslation.OriginalString field
pLanguageGuid CHARACTER
The filter value for the eSmartTranslation.LanguageGuid field


Property Detail
Top

Consultingwerk.SmartFramework.System.SmartTranslationQuery And


Returns Consultingwerk.SmartFramework.System.SmartTranslationQuery
Top

Consultingwerk.SmartFramework.System.SmartTranslationQuery AndNot


Returns Consultingwerk.SmartFramework.System.SmartTranslationQuery
Top

Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate LanguageGuid


Returns Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartTranslationQuery Or


Returns Consultingwerk.SmartFramework.System.SmartTranslationQuery
Top

Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate OriginalString


Returns Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartTranslationQuery OrNot


Returns Consultingwerk.SmartFramework.System.SmartTranslationQuery
Top

Consultingwerk.SmartFramework.System.SmartTranslationQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.System.SmartTranslationQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate TranslatedString


Returns Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate TranslationGuid


Returns Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate TranslationKey


Returns Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate TranslationScope


Returns Consultingwerk.SmartFramework.System.SmartTranslationQueryCharacterPredicate


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:11:27