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

Top Constructor Summary
Options Name Purpose
MetaRestAddressQuery () Constructor for the MetaRestAddressQuery class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery And
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery AndNot
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ContainerObjectMasterGuid
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate InstanceName
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ObjectDescription
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ObjectInstanceGuid
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ObjectMasterGuid
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ObjectName
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryIntegerPredicate ObjectSequence
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ObjectTypeGuid
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ObjectTypeName
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery Or
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery OrNot
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryLogicalPredicate p_CanCreate
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryLogicalPredicate p_CanDelete
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryLogicalPredicate p_CanRead
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryLogicalPredicate p_CanUpdate
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate p_Fields
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate p_IdFields
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate p_Links
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate p_RestAddressType
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate p_Tables


Method Detail
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery And (MetaRestAddressQuery)

Purpose: Joins a Query Entry using AND
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The MetaRestAddressQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery And (MetaRestAddressQuery, MetaRestAddressQuery)

Purpose: Joins two Query Entries using AND
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The first MetaRestAddressQuery instance to join using AND
poQuery2 Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The second MetaRestAddressQuery instance to join using AND
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery And (MetaRestAddressQuery, MetaRestAddressQuery, MetaRestAddressQuery)

Purpose: Joins three Query Entries using AND
Notes:

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

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery AndNot (MetaRestAddressQuery)

Purpose: Joins a Query Entry using AND NOT
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The MetaRestAddressQuery instance to join using AND NOT
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery AndNot (MetaRestAddressQuery, MetaRestAddressQuery)

Purpose: Joins two Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery AndNot (MetaRestAddressQuery, MetaRestAddressQuery, MetaRestAddressQuery)

Purpose: Joins three Query Entries using AND NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery Or (MetaRestAddressQuery)

Purpose: Joins a Query Entry using OR
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The MetaRestAddressQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery Or (MetaRestAddressQuery, MetaRestAddressQuery)

Purpose: Joins two Query Entries using OR
Notes:

Parameters:
poQuery1 Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The first MetaRestAddressQuery instance to join using OR
poQuery2 Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The second MetaRestAddressQuery instance to join using OR
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery Or (MetaRestAddressQuery, MetaRestAddressQuery, MetaRestAddressQuery)

Purpose: Joins three Query Entries using OR
Notes:

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

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery OrNot (MetaRestAddressQuery)

Purpose: Joins a Query Entry using OR NOT
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The MetaRestAddressQuery instance to join using OR NOT
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The reference to the instance the call was issued on
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery OrNot (MetaRestAddressQuery, MetaRestAddressQuery)

Purpose: Joins two Query Entries using OR NOT
Notes:

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

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery OrNot (MetaRestAddressQuery, MetaRestAddressQuery, MetaRestAddressQuery)

Purpose: Joins three Query Entries using OR NOT
Notes:

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


Constructor Detail
Top

MetaRestAddressQuery ()

Purpose: Constructor for the MetaRestAddressQuery class
Notes:



Property Detail
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery And


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery AndNot


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ContainerObjectMasterGuid


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate InstanceName


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ObjectDescription


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ObjectInstanceGuid


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ObjectMasterGuid


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ObjectName


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryIntegerPredicate ObjectSequence


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryIntegerPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ObjectTypeGuid


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate ObjectTypeName


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery Or


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery OrNot


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryLogicalPredicate p_CanCreate


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryLogicalPredicate p_CanDelete


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryLogicalPredicate p_CanRead


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryLogicalPredicate p_CanUpdate


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryLogicalPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate p_Fields


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate p_IdFields


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate p_Links


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate p_RestAddressType


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate p_Tables


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQueryCharacterPredicate


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