Top Method Summary
Options Name Purpose
CHARACTER BusinessEntityGuidWhenAvailable (character) Returns the value of the BusinessEntityGuid field when a record is available
CHARACTER BusinessEntityNameWhenAvailable (character) Returns the value of the BusinessEntityName field when a record is available
CHARACTER BusinessEntityPackageWhenAvailable (character) Returns the value of the BusinessEntityPackage field when a record is available
CHARACTER BusinessEntityTableGuidWhenAvailable (character) Returns the value of the BusinessEntityTableGuid field when a record is available
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel CreateCurrentRecordView () Creates a new instance of the SmartEntityTableMappingTableModel as a view model for the current record
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel CreateView () Creates a new instance of the SmartEntityTableMappingTableModel as a view model
CHARACTER EntityTableMappingGuidWhenAvailable (character) Returns the value of the EntityTableMappingGuid field when a record is available
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel Fill (SmartEntityTableMappingQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel Fill (SmartEntityTableMappingQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
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
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModelFilter ResetFilter () Resets the TableModel Filter
CHARACTER ScreenTypeCodeWhenAvailable (character) Returns the value of the ScreenTypeCode field when a record is available
CHARACTER ScreenTypeDescriptionWhenAvailable (character) Returns the value of the ScreenTypeDescription field when a record is available
CHARACTER ScreenTypeGuidWhenAvailable (character) Returns the value of the ScreenTypeGuid field when a record is available
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel SetBatching (logical) Sets the Batching property
CHARACTER TableNameWhenAvailable (character) Returns the value of the TableName field when a record is available
CHARACTER UiTypeCodeWhenAvailable (character) Returns the value of the UiTypeCode field when a record is available
CHARACTER UiTypeDescriptionWhenAvailable (character) Returns the value of the UiTypeDescription field when a record is available
CHARACTER UiTypeGuidWhenAvailable (character) Returns the value of the UiTypeGuid field when a record is available

Top Constructor Summary
Options Name Purpose
SmartEntityTableMappingTableModel_Generated () Constructor for the SmartEntityTableMappingTableModel_Generated class
SmartEntityTableMappingTableModel_Generated (DatasetModel, handle) Constructor for the SmartEntityTableMappingTableModel_Generated class
SmartEntityTableMappingTableModel_Generated (handle) Constructor for the SmartEntityTableMappingTableModel class
SmartEntityTableMappingTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartEntityTableMappingTableModel class
SmartEntityTableMappingTableModel_Generated (SmartEntityTableMappingTableModel, handle) Constructor for the SmartEntityTableMappingTableModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER BusinessEntityGuid
CHARACTER BusinessEntityName
CHARACTER BusinessEntityPackage
CHARACTER BusinessEntityTableGuid
CHARACTER EntityTableMappingGuid
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModelFilter Filter
CHARACTER ObjectMasterGuid
CHARACTER ObjectName
CHARACTER ScreenTypeCode
CHARACTER ScreenTypeDescription
CHARACTER ScreenTypeGuid
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModelSort SortBy
CHARACTER TableName
CHARACTER UiTypeCode
CHARACTER UiTypeDescription
CHARACTER UiTypeGuid


Method Detail
Top

CHARACTER BusinessEntityGuidWhenAvailable (character)

Purpose: Returns the value of the BusinessEntityGuid 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 BusinessEntityNameWhenAvailable (character)

Purpose: Returns the value of the BusinessEntityName 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 BusinessEntityPackageWhenAvailable (character)

Purpose: Returns the value of the BusinessEntityPackage 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 BusinessEntityTableGuidWhenAvailable (character)

Purpose: Returns the value of the BusinessEntityTableGuid 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.ScreenMapping.SmartEntityTableMappingTableModel CreateCurrentRecordView ()

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

Returns Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel
The SmartEntityTableMappingTableModel as the view model
Top

Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel CreateView ()

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

Returns Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel
The SmartEntityTableMappingTableModel as the view model
Top

CHARACTER EntityTableMappingGuidWhenAvailable (character)

Purpose: Returns the value of the EntityTableMappingGuid 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.ScreenMapping.SmartEntityTableMappingTableModel 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.ScreenMapping.SmartEntityTableMappingTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel Fill (SmartEntityTableMappingQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingQuery
The reference to the SmartEntityTableMappingTableModelQuery
Returns Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel Fill (SmartEntityTableMappingQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingQuery
The reference to the SmartEntityTableMappingTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModel
The reference to this TableModel instance
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

Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModelFilter ResetFilter ()

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

Returns Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModelFilter
The SmartEntityTableMappingTableModelFilter instance
Top

CHARACTER ScreenTypeCodeWhenAvailable (character)

Purpose: Returns the value of the ScreenTypeCode 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 ScreenTypeDescriptionWhenAvailable (character)

Purpose: Returns the value of the ScreenTypeDescription 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 ScreenTypeGuidWhenAvailable (character)

Purpose: Returns the value of the ScreenTypeGuid 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.ScreenMapping.SmartEntityTableMappingTableModel 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.ScreenMapping.SmartEntityTableMappingTableModel
The reference to the &1 instance itself
Top

CHARACTER TableNameWhenAvailable (character)

Purpose: Returns the value of the TableName 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 UiTypeCodeWhenAvailable (character)

Purpose: Returns the value of the UiTypeCode 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 UiTypeDescriptionWhenAvailable (character)

Purpose: Returns the value of the UiTypeDescription 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 UiTypeGuidWhenAvailable (character)

Purpose: Returns the value of the UiTypeGuid 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


Constructor Detail
Top

SmartEntityTableMappingTableModel_Generated ()

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

Top

SmartEntityTableMappingTableModel_Generated (DatasetModel, handle)

Purpose: Constructor for the SmartEntityTableMappingTableModel_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

SmartEntityTableMappingTableModel_Generated (handle)

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

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

SmartEntityTableMappingTableModel_Generated (handle, BufferModelGcModeEnum)

Purpose: Constructor for the SmartEntityTableMappingTableModel 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

SmartEntityTableMappingTableModel_Generated (SmartEntityTableMappingTableModel, handle)

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

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


Property Detail
Top

CHARACTER BusinessEntityGuid


Returns CHARACTER
Top

CHARACTER BusinessEntityName


Returns CHARACTER
Top

CHARACTER BusinessEntityPackage


Returns CHARACTER
Top

CHARACTER BusinessEntityTableGuid


Returns CHARACTER
Top

CHARACTER EntityTableMappingGuid


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModelFilter
Top

CHARACTER ObjectMasterGuid


Returns CHARACTER
Top

CHARACTER ObjectName


Returns CHARACTER
Top

CHARACTER ScreenTypeCode


Returns CHARACTER
Top

CHARACTER ScreenTypeDescription


Returns CHARACTER
Top

CHARACTER ScreenTypeGuid


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartEntityTableMappingTableModelSort
Top

CHARACTER TableName


Returns CHARACTER
Top

CHARACTER UiTypeCode


Returns CHARACTER
Top

CHARACTER UiTypeDescription


Returns CHARACTER
Top

CHARACTER UiTypeGuid


Returns CHARACTER


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