Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel CreateCurrentRecordView () Creates a new instance of the SmartEntityFieldMappingTableModel as a view model for the current record
Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel CreateView () Creates a new instance of the SmartEntityFieldMappingTableModel as a view model
CHARACTER EntityFieldMappingGuidWhenAvailable (character) Returns the value of the EntityFieldMappingGuid field when a record is available
CHARACTER EntityNameWhenAvailable (character) Returns the value of the EntityName field when a record is available
CHARACTER EntityTableWhenAvailable (character) Returns the value of the EntityTable field when a record is available
CHARACTER EnvironmentsWhenAvailable (character) Returns the value of the Environments field when a record is available
CHARACTER FieldNameWhenAvailable (character) Returns the value of the FieldName field when a record is available
CHARACTER FieldObjectNameWhenAvailable (character) Returns the value of the FieldObjectName field when a record is available
Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel Fill (SmartEntityFieldMappingQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel Fill (SmartEntityFieldMappingQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel SetBatching (logical) Sets the Batching property

Top Constructor Summary
Options Name Purpose
SmartEntityFieldMappingTableModel_Generated () Constructor for the SmartEntityFieldMappingTableModel_Generated class
SmartEntityFieldMappingTableModel_Generated (DatasetModel, handle) Constructor for the SmartEntityFieldMappingTableModel_Generated class
SmartEntityFieldMappingTableModel_Generated (handle) Constructor for the SmartEntityFieldMappingTableModel class
SmartEntityFieldMappingTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartEntityFieldMappingTableModel class
SmartEntityFieldMappingTableModel_Generated (SmartEntityFieldMappingTableModel, handle) Constructor for the SmartEntityFieldMappingTableModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER EntityFieldMappingGuid
CHARACTER EntityName
CHARACTER EntityTable
CHARACTER Environments
CHARACTER FieldName
CHARACTER FieldObjectName
Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModelFilter Filter
Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModelSort SortBy


Method Detail
Top

Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel CreateCurrentRecordView ()

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

Returns Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel
The SmartEntityFieldMappingTableModel as the view model
Top

Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel CreateView ()

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

Returns Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel
The SmartEntityFieldMappingTableModel as the view model
Top

CHARACTER EntityFieldMappingGuidWhenAvailable (character)

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

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

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

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

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

Purpose: Returns the value of the FieldObjectName 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.Field.SmartEntityFieldMappingTableModel 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.Field.SmartEntityFieldMappingTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel Fill (SmartEntityFieldMappingQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingQuery
The reference to the SmartEntityFieldMappingTableModelQuery
Returns Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel Fill (SmartEntityFieldMappingQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingQuery
The reference to the SmartEntityFieldMappingTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModelFilter ResetFilter ()

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

Returns Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModelFilter
The SmartEntityFieldMappingTableModelFilter instance
Top

Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModel 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.Field.SmartEntityFieldMappingTableModel
The reference to the &1 instance itself


Constructor Detail
Top

SmartEntityFieldMappingTableModel_Generated ()

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

Top

SmartEntityFieldMappingTableModel_Generated (DatasetModel, handle)

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

SmartEntityFieldMappingTableModel_Generated (handle)

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

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

SmartEntityFieldMappingTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartEntityFieldMappingTableModel_Generated (SmartEntityFieldMappingTableModel, handle)

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

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


Property Detail
Top

CHARACTER EntityFieldMappingGuid


Returns CHARACTER
Top

CHARACTER EntityName


Returns CHARACTER
Top

CHARACTER EntityTable


Returns CHARACTER
Top

CHARACTER Environments


Returns CHARACTER
Top

CHARACTER FieldName


Returns CHARACTER
Top

CHARACTER FieldObjectName


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModelFilter
Top

Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Repository.Field.SmartEntityFieldMappingTableModelSort


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