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 BusinessEntityPurposeWhenAvailable (character) Returns the value of the BusinessEntityPurpose field when a record is available
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel CreateCurrentRecordView () Creates a new instance of the SmartBusinessEntityTableModel as a view model for the current record
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel CreateView () Creates a new instance of the SmartBusinessEntityTableModel as a view model
LOGICAL DBRequiredWhenAvailable (logical) Returns the value of the DBRequired field when a record is available
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel Fill (SmartBusinessEntityQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel Fill (SmartBusinessEntityQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel SetBatching (logical) Sets the Batching property
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel SetFillSmartBusinessEntityTable (logical) Gets if the table eSmartBusinessEntityTable should be populated as well
LOGICAL TrackDeletionsWhenAvailable (logical) Returns the value of the TrackDeletions field when a record is available

Top Constructor Summary
Options Name Purpose
SmartBusinessEntityTableModel_Generated () Constructor for the SmartBusinessEntityTableModel_Generated class
SmartBusinessEntityTableModel_Generated (DatasetModel, handle) Constructor for the SmartBusinessEntityTableModel_Generated class
SmartBusinessEntityTableModel_Generated (handle) Constructor for the SmartBusinessEntityTableModel class
SmartBusinessEntityTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartBusinessEntityTableModel class
SmartBusinessEntityTableModel_Generated (SmartBusinessEntityTableModel, handle) Constructor for the SmartBusinessEntityTableModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER BusinessEntityGuid
CHARACTER BusinessEntityName
CHARACTER BusinessEntityPackage
CHARACTER BusinessEntityPurpose
LOGICAL DBRequired
LOGICAL FillSmartBusinessEntityTable
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModelFilter Filter
Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModelSort SortBy
LOGICAL TrackDeletions


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 BusinessEntityPurposeWhenAvailable (character)

Purpose: Returns the value of the BusinessEntityPurpose 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.System.SmartBusinessEntityTableModel CreateCurrentRecordView ()

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

Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel
The SmartBusinessEntityTableModel as the view model
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel CreateView ()

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

Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel
The SmartBusinessEntityTableModel as the view model
Top

LOGICAL DBRequiredWhenAvailable (logical)

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

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

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel 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.System.SmartBusinessEntityTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel Fill (SmartBusinessEntityQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery
The reference to the SmartBusinessEntityTableModelQuery
Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel Fill (SmartBusinessEntityQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.System.SmartBusinessEntityQuery
The reference to the SmartBusinessEntityTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModelFilter ResetFilter ()

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

Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModelFilter
The SmartBusinessEntityTableModelFilter instance
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel SetBatching (logical)

Purpose: Sets the Batching property
Notes: Fluent interface

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

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel SetFillSmartBusinessEntityTable (logical)

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

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

LOGICAL TrackDeletionsWhenAvailable (logical)

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

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


Constructor Detail
Top

SmartBusinessEntityTableModel_Generated ()

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

Top

SmartBusinessEntityTableModel_Generated (DatasetModel, handle)

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

SmartBusinessEntityTableModel_Generated (handle)

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

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

SmartBusinessEntityTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartBusinessEntityTableModel_Generated (SmartBusinessEntityTableModel, handle)

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

Parameters:
poTableModel Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModel
The reference to SmartBusinessEntityTableModel on which this SmartBusinessEntityTableModel 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 BusinessEntityPurpose


Returns CHARACTER
Top

LOGICAL DBRequired


Returns LOGICAL
Top

LOGICAL FillSmartBusinessEntityTable


Returns LOGICAL
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModelFilter Filter


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModelFilter
Top

Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModelSort SortBy


Returns Consultingwerk.SmartFramework.System.SmartBusinessEntityTableModelSort
Top

LOGICAL TrackDeletions


Returns LOGICAL


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