Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel CreateCurrentRecordView () Creates a new instance of the SmartTagTableModel as a view model for the current record
Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel CreateView () Creates a new instance of the SmartTagTableModel as a view model
Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel Fill (SmartTagQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel Fill (SmartTagQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.System.Tags.SmartTagTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel SetBatching (logical) Sets the Batching property
CHARACTER TagContextWhenAvailable (character) Returns the value of the TagContext field when a record is available
CHARACTER TagGUIDWhenAvailable (character) Returns the value of the TagGUID field when a record is available
CHARACTER TagValueWhenAvailable (character) Returns the value of the TagValue field when a record is available

Top Constructor Summary
Options Name Purpose
SmartTagTableModel_Generated () Constructor for the SmartTagTableModel_Generated class
SmartTagTableModel_Generated (DatasetModel, handle) Constructor for the SmartTagTableModel_Generated class
SmartTagTableModel_Generated (handle) Constructor for the SmartTagTableModel class
SmartTagTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartTagTableModel class
SmartTagTableModel_Generated (SmartTagTableModel, handle) Constructor for the SmartTagTableModel_Generated class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.Tags.SmartTagTableModelFilter Filter
Consultingwerk.SmartFramework.System.Tags.SmartTagTableModelSort SortBy
CHARACTER TagContext
CHARACTER TagGUID
CHARACTER TagValue


Method Detail
Top

Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel CreateCurrentRecordView ()

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

Returns Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel
The SmartTagTableModel as the view model
Top

Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel CreateView ()

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

Returns Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel
The SmartTagTableModel as the view model
Top

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

Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel Fill (SmartTagQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.System.Tags.SmartTagQuery
The reference to the SmartTagTableModelQuery
Returns Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel Fill (SmartTagQuery, OnNotAvailableEnum)

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

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

Consultingwerk.SmartFramework.System.Tags.SmartTagTableModelFilter ResetFilter ()

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

Returns Consultingwerk.SmartFramework.System.Tags.SmartTagTableModelFilter
The SmartTagTableModelFilter instance
Top

Consultingwerk.SmartFramework.System.Tags.SmartTagTableModel 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.Tags.SmartTagTableModel
The reference to the &1 instance itself
Top

CHARACTER TagContextWhenAvailable (character)

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

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

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

SmartTagTableModel_Generated ()

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

Top

SmartTagTableModel_Generated (DatasetModel, handle)

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

SmartTagTableModel_Generated (handle)

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

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

SmartTagTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartTagTableModel_Generated (SmartTagTableModel, handle)

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

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


Property Detail
Top

Consultingwerk.SmartFramework.System.Tags.SmartTagTableModelFilter Filter


Returns Consultingwerk.SmartFramework.System.Tags.SmartTagTableModelFilter
Top

Consultingwerk.SmartFramework.System.Tags.SmartTagTableModelSort SortBy


Returns Consultingwerk.SmartFramework.System.Tags.SmartTagTableModelSort
Top

CHARACTER TagContext


Returns CHARACTER
Top

CHARACTER TagGUID


Returns CHARACTER
Top

CHARACTER TagValue


Returns CHARACTER


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