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

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

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartUiTranslationQuery And
Consultingwerk.SmartFramework.System.SmartUiTranslationQuery AndNot
Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate LanguageGuid
Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate ObjectName
Consultingwerk.SmartFramework.System.SmartUiTranslationQuery Or
Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate OriginalString
Consultingwerk.SmartFramework.System.SmartUiTranslationQuery OrNot
Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate ResourceKey
Consultingwerk.SmartFramework.System.SmartUiTranslationQueryLogicalPredicate SystemOwned
Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate TranslatedString
Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate UiTranslationGuid


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartUiTranslationQuery And (SmartUiTranslationQuery)

Purpose: Joins a Query Entry using AND
Notes:

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

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

Purpose: Joins two Query Entries using AND
Notes:

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

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

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.System.SmartUiTranslationQuery AndNot (SmartUiTranslationQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

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

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

Purpose: Joins two Query Entries using AND NOT
Notes:

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

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

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.System.SmartUiTranslationQuery Or (SmartUiTranslationQuery)

Purpose: Joins a Query Entry using OR
Notes:

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

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

Purpose: Joins two Query Entries using OR
Notes:

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

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

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.System.SmartUiTranslationQuery OrNot (SmartUiTranslationQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

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

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

Purpose: Joins two Query Entries using OR NOT
Notes:

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

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

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

SmartUiTranslationQuery ()

Purpose: Constructor for the SmartUiTranslationQuery class
Notes:

Top

SmartUiTranslationQuery (character)

Purpose: Constructor for the SmartUiTranslationQuery class
Notes:

Parameters:
pUiTranslationGuid CHARACTER
The filter value for the eSmartUiTranslation.UiTranslationGuid field
Top

SmartUiTranslationQuery (character, character, character)

Purpose: Constructor for the SmartUiTranslationQuery class
Notes:

Parameters:
pLanguageGuid CHARACTER
The filter value for the eSmartUiTranslation.LanguageGuid field
pObjectName CHARACTER
The filter value for the eSmartUiTranslation.ObjectName field
pResourceKey CHARACTER
The filter value for the eSmartUiTranslation.ResourceKey field
Top

SmartUiTranslationQuery (character, character, character, character)

Purpose: Constructor for the SmartUiTranslationQuery class
Notes:

Parameters:
pLanguageGuid CHARACTER
The filter value for the eSmartUiTranslation.LanguageGuid field
pObjectName CHARACTER
The filter value for the eSmartUiTranslation.ObjectName field
pOriginalString CHARACTER
The filter value for the eSmartUiTranslation.OriginalString field
pResourceKey CHARACTER
The filter value for the eSmartUiTranslation.ResourceKey field


Property Detail
Top

Consultingwerk.SmartFramework.System.SmartUiTranslationQuery And


Returns Consultingwerk.SmartFramework.System.SmartUiTranslationQuery
Top

Consultingwerk.SmartFramework.System.SmartUiTranslationQuery AndNot


Returns Consultingwerk.SmartFramework.System.SmartUiTranslationQuery
Top

Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate LanguageGuid


Returns Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate ObjectName


Returns Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartUiTranslationQuery Or


Returns Consultingwerk.SmartFramework.System.SmartUiTranslationQuery
Top

Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate OriginalString


Returns Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartUiTranslationQuery OrNot


Returns Consultingwerk.SmartFramework.System.SmartUiTranslationQuery
Top

Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate ResourceKey


Returns Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartUiTranslationQueryLogicalPredicate SystemOwned


Returns Consultingwerk.SmartFramework.System.SmartUiTranslationQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate TranslatedString


Returns Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate UiTranslationGuid


Returns Consultingwerk.SmartFramework.System.SmartUiTranslationQueryCharacterPredicate


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