Namespace: Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity
Class 
MetaDataRelationTableModel_Generated Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.TableModel
Implements: IDoNotIterateInDebugging, IEnumerable, IModelFilterTarget, ISupportsAvailable, Consultingwerk.OERA.ITableModel
Inherited by: Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel
ABSTRACT

File:MetaDataRelationTableModel_Generated
Purpose:Auto Generated portion of the MetaDataRelationTableModel class
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:14/05/2022 16:17:46,789+02:00



Top Method Summary
Options Name Purpose
CHARACTER ContainerObjectMasterGuidWhenAvailable (character) Returns the value of the ContainerObjectMasterGuid field when a record is available
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel CreateCurrentRecordView () Creates a new instance of the MetaDataRelationTableModel as a view model for the current record
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel CreateView () Creates a new instance of the MetaDataRelationTableModel as a view model
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel Fill (MetaDataRelationQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel Fill (MetaDataRelationQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
CHARACTER InstanceNameWhenAvailable (character) Returns the value of the InstanceName field when a record is available
CHARACTER ObjectDescriptionWhenAvailable (character) Returns the value of the ObjectDescription field when a record is available
CHARACTER ObjectInstanceGuidWhenAvailable (character) Returns the value of the ObjectInstanceGuid field when a record is available
CHARACTER ObjectMasterGuidWhenAvailable (character) Returns the value of the ObjectMasterGuid field when a record is available
CHARACTER ObjectNameWhenAvailable (character) Returns the value of the ObjectName field when a record is available
INTEGER ObjectSequenceWhenAvailable (integer) Returns the value of the ObjectSequence field when a record is available
CHARACTER ObjectTypeGuidWhenAvailable (character) Returns the value of the ObjectTypeGuid field when a record is available
CHARACTER ObjectTypeNameWhenAvailable (character) Returns the value of the ObjectTypeName field when a record is available
CHARACTER p_ChildTableNameWhenAvailable (character) Returns the value of the p_ChildTableName field when a record is available
CHARACTER p_ParentTableNameWhenAvailable (character) Returns the value of the p_ParentTableName field when a record is available
CHARACTER p_RelationFieldsWhenAvailable (character) Returns the value of the p_RelationFields field when a record is available
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel SetBatching (logical) Sets the Batching property
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel SetFillMetaBusinessEntity (logical) Gets if the table eMetaBusinessEntity should be populated as well
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel SetFillMetaEntityTable (logical) Gets if the table eMetaEntityTable should be populated as well
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel SetFillMetaRestAddress (logical) Gets if the table eMetaRestAddress should be populated as well

Top Constructor Summary
Options Name Purpose
MetaDataRelationTableModel_Generated () Constructor for the MetaDataRelationTableModel_Generated class
MetaDataRelationTableModel_Generated (DatasetModel, handle) Constructor for the MetaDataRelationTableModel_Generated class
MetaDataRelationTableModel_Generated (handle) Constructor for the MetaDataRelationTableModel class
MetaDataRelationTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the MetaDataRelationTableModel class
MetaDataRelationTableModel_Generated (MetaDataRelationTableModel, handle) Constructor for the MetaDataRelationTableModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER ContainerObjectMasterGuid
LOGICAL FillMetaBusinessEntity
LOGICAL FillMetaEntityTable
LOGICAL FillMetaRestAddress
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModelFilter Filter
CHARACTER InstanceName
CHARACTER ObjectDescription
CHARACTER ObjectInstanceGuid
CHARACTER ObjectMasterGuid
CHARACTER ObjectName
INTEGER ObjectSequence
CHARACTER ObjectTypeGuid
CHARACTER ObjectTypeName
CHARACTER p_ChildTableName
CHARACTER p_ParentTableName
CHARACTER p_RelationFields
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModelSort SortBy


Method Detail
Top

CHARACTER ContainerObjectMasterGuidWhenAvailable (character)

Purpose: Returns the value of the ContainerObjectMasterGuid field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel CreateCurrentRecordView ()

Purpose: Creates a new instance of the MetaDataRelationTableModel as a view model for the current record
Notes:

Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel
The MetaDataRelationTableModel as the view model
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel CreateView ()

Purpose: Creates a new instance of the MetaDataRelationTableModel as a view model
Notes:

Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel
The MetaDataRelationTableModel as the view model
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel Fill (IFetchDataByKeyTableParameter)

Purpose: Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Notes: The Tables property of the IFetchDataByKeyTableParameter should match the
FillChildTables property of the TableModel instance

Parameters:
poFetchDataByKeyTableParameter Consultingwerk.OERA.IFetchDataByKeyTableParameter
The IFetchDataByKeyTableParameter to populate the DatasetModel with
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel Fill (MetaDataRelationQuery)

Purpose: Fills the TableModel or filters the View TableModel based on the given
TableQuery
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationQuery
The reference to the MetaDataRelationTableModelQuery
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel Fill (MetaDataRelationQuery, OnNotAvailableEnum)

Purpose: Fills the TableModel or filters the View TableModel based on the given
TableQuery
Notes:

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationQuery
The reference to the MetaDataRelationTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel
The reference to this TableModel instance
Top

CHARACTER InstanceNameWhenAvailable (character)

Purpose: Returns the value of the InstanceName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER ObjectDescriptionWhenAvailable (character)

Purpose: Returns the value of the ObjectDescription field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER ObjectInstanceGuidWhenAvailable (character)

Purpose: Returns the value of the ObjectInstanceGuid field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER ObjectMasterGuidWhenAvailable (character)

Purpose: Returns the value of the ObjectMasterGuid field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER ObjectNameWhenAvailable (character)

Purpose: Returns the value of the ObjectName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

INTEGER ObjectSequenceWhenAvailable (integer)

Purpose: Returns the value of the ObjectSequence field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue INTEGER
The default value to return when no record is available
Returns INTEGER
The field value or the default value when no record is available
Top

CHARACTER ObjectTypeGuidWhenAvailable (character)

Purpose: Returns the value of the ObjectTypeGuid field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER ObjectTypeNameWhenAvailable (character)

Purpose: Returns the value of the ObjectTypeName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER p_ChildTableNameWhenAvailable (character)

Purpose: Returns the value of the p_ChildTableName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER p_ParentTableNameWhenAvailable (character)

Purpose: Returns the value of the p_ParentTableName field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

CHARACTER p_RelationFieldsWhenAvailable (character)

Purpose: Returns the value of the p_RelationFields field when a record is available
Notes: Returns the default value, when no record

Parameters:
pDefaultValue CHARACTER
The default value to return when no record is available
Returns CHARACTER
The field value or the default value when no record is available
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModelFilter ResetFilter ()

Purpose: Resets the TableModel Filter
Notes: Strong-typed variant of the TableModelFilter:Reset() method

Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModelFilter
The MetaDataRelationTableModelFilter instance
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel SetBatching (logical)

Purpose: Sets the Batching property
Notes: Fluent interface

Parameters:
plBatching LOGICAL
Logical value indicating if Batching should be used
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel
The reference to the &1 instance itself
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel SetFillMetaBusinessEntity (logical)

Purpose: Gets if the table eMetaBusinessEntity should be populated as well
Notes:

Parameters:
plFill LOGICAL
Logical value indicating if the table should be populated
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel
The reference to the TableModel for fluent style code
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel SetFillMetaEntityTable (logical)

Purpose: Gets if the table eMetaEntityTable should be populated as well
Notes:

Parameters:
plFill LOGICAL
Logical value indicating if the table should be populated
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel
The reference to the TableModel for fluent style code
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel SetFillMetaRestAddress (logical)

Purpose: Gets if the table eMetaRestAddress should be populated as well
Notes:

Parameters:
plFill LOGICAL
Logical value indicating if the table should be populated
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel
The reference to the TableModel for fluent style code


Constructor Detail
Top

MetaDataRelationTableModel_Generated ()

Purpose: Constructor for the MetaDataRelationTableModel_Generated class
Notes: Creates a buffer model based on a dynamic internal temp-table in the model class

Top

MetaDataRelationTableModel_Generated (DatasetModel, handle)

Purpose: Constructor for the MetaDataRelationTableModel_Generated class
Notes:

Parameters:
poDatasetModel Consultingwerk.OERA.DatasetModel
The reference to the owning DatasetModel
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents
Top

MetaDataRelationTableModel_Generated (handle)

Purpose: Constructor for the MetaDataRelationTableModel class
Notes: Creates a buffer model

Parameters:
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents
Top

MetaDataRelationTableModel_Generated (handle, BufferModelGcModeEnum)

Purpose: Constructor for the MetaDataRelationTableModel class
Notes: Creates a buffer model

Parameters:
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents
poGcMode Consultingwerk.OERA.BufferModelGcModeEnum
The BufferModelGcModeEnum describing if the buffer or table handle should be deleted with the BufferModel instance
Top

MetaDataRelationTableModel_Generated (MetaDataRelationTableModel, handle)

Purpose: Constructor for the MetaDataRelationTableModel_Generated class
Notes: Creates a view model

Parameters:
poTableModel Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModel
The reference to MetaDataRelationTableModel on which this MetaDataRelationTableModel servers as a ViewModel
phBufferHandle HANDLE
The handle of the ProDataset member buffer this TableModel represents


Property Detail
Top

CHARACTER ContainerObjectMasterGuid


Returns CHARACTER
Top

LOGICAL FillMetaBusinessEntity


Returns LOGICAL
Top

LOGICAL FillMetaEntityTable


Returns LOGICAL
Top

LOGICAL FillMetaRestAddress


Returns LOGICAL
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModelFilter Filter


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

CHARACTER InstanceName


Returns CHARACTER
Top

CHARACTER ObjectDescription


Returns CHARACTER
Top

CHARACTER ObjectInstanceGuid


Returns CHARACTER
Top

CHARACTER ObjectMasterGuid


Returns CHARACTER
Top

CHARACTER ObjectName


Returns CHARACTER
Top

INTEGER ObjectSequence


Returns INTEGER
Top

CHARACTER ObjectTypeGuid


Returns CHARACTER
Top

CHARACTER ObjectTypeName


Returns CHARACTER
Top

CHARACTER p_ChildTableName


Returns CHARACTER
Top

CHARACTER p_ParentTableName


Returns CHARACTER
Top

CHARACTER p_RelationFields


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaDataRelationTableModelSort


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