Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModel CreateCurrentRecordView () Creates a new instance of the SmartScreenTypeTableModel as a view model for the current record
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModel CreateView () Creates a new instance of the SmartScreenTypeTableModel as a view model
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModel Fill (SmartScreenTypeQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModel Fill (SmartScreenTypeQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModelFilter 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.SmartScreenTypeTableModel SetBatching (logical) Sets the Batching property

Top Constructor Summary
Options Name Purpose
SmartScreenTypeTableModel_Generated () Constructor for the SmartScreenTypeTableModel_Generated class
SmartScreenTypeTableModel_Generated (DatasetModel, handle) Constructor for the SmartScreenTypeTableModel_Generated class
SmartScreenTypeTableModel_Generated (handle) Constructor for the SmartScreenTypeTableModel class
SmartScreenTypeTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartScreenTypeTableModel class
SmartScreenTypeTableModel_Generated (SmartScreenTypeTableModel, handle) Constructor for the SmartScreenTypeTableModel_Generated class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModelFilter Filter
CHARACTER ScreenTypeCode
CHARACTER ScreenTypeDescription
CHARACTER ScreenTypeGuid
Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModelSort SortBy


Method Detail
Top

Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModel CreateCurrentRecordView ()

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

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

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

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

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

Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModel 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.SmartScreenTypeTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModel Fill (SmartScreenTypeQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeQuery
The reference to the SmartScreenTypeTableModelQuery
Returns Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModel Fill (SmartScreenTypeQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeQuery
The reference to the SmartScreenTypeTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModel
The reference to this TableModel instance
Top

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

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

Returns Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModelFilter
The SmartScreenTypeTableModelFilter 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.SmartScreenTypeTableModel 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.SmartScreenTypeTableModel
The reference to the &1 instance itself


Constructor Detail
Top

SmartScreenTypeTableModel_Generated ()

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

Top

SmartScreenTypeTableModel_Generated (DatasetModel, handle)

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

SmartScreenTypeTableModel_Generated (handle)

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

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

SmartScreenTypeTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartScreenTypeTableModel_Generated (SmartScreenTypeTableModel, handle)

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

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


Property Detail
Top

Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModelFilter
Top

CHARACTER ScreenTypeCode


Returns CHARACTER
Top

CHARACTER ScreenTypeDescription


Returns CHARACTER
Top

CHARACTER ScreenTypeGuid


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Repository.ScreenMapping.SmartScreenTypeTableModelSort


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