Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartValueListTableModel CreateCurrentRecordView () Creates a new instance of the SmartValueListTableModel as a view model for the current record
Consultingwerk.SmartFramework.System.SmartValueListTableModel CreateView () Creates a new instance of the SmartValueListTableModel as a view model
Consultingwerk.SmartFramework.System.SmartValueListTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.System.SmartValueListTableModel Fill (SmartValueListQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.System.SmartValueListTableModel Fill (SmartValueListQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
CHARACTER ModuleDescriptionWhenAvailable (character) Returns the value of the ModuleDescription field when a record is available
CHARACTER ModuleGuidWhenAvailable (character) Returns the value of the ModuleGuid field when a record is available
CHARACTER ModuleNameWhenAvailable (character) Returns the value of the ModuleName field when a record is available
Consultingwerk.SmartFramework.System.SmartValueListTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.System.SmartValueListTableModel SetBatching (logical) Sets the Batching property
Consultingwerk.SmartFramework.System.SmartValueListTableModel SetFillSmartValueListEntry (logical) Gets if the table eSmartValueListEntry should be populated as well
LOGICAL SystemOwnedWhenAvailable (logical) Returns the value of the SystemOwned field when a record is available
CHARACTER ValueListDescriptionWhenAvailable (character) Returns the value of the ValueListDescription field when a record is available
CHARACTER ValueListGuidWhenAvailable (character) Returns the value of the ValueListGuid field when a record is available
CHARACTER ValueListKeyWhenAvailable (character) Returns the value of the ValueListKey field when a record is available

Top Constructor Summary
Options Name Purpose
SmartValueListTableModel_Generated () Constructor for the SmartValueListTableModel_Generated class
SmartValueListTableModel_Generated (DatasetModel, handle) Constructor for the SmartValueListTableModel_Generated class
SmartValueListTableModel_Generated (handle) Constructor for the SmartValueListTableModel class
SmartValueListTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartValueListTableModel class
SmartValueListTableModel_Generated (SmartValueListTableModel, handle) Constructor for the SmartValueListTableModel_Generated class

Top Property Summary
Options Name Purpose
LOGICAL FillSmartValueListEntry
Consultingwerk.SmartFramework.System.SmartValueListTableModelFilter Filter
CHARACTER ModuleDescription
CHARACTER ModuleGuid
CHARACTER ModuleName
Consultingwerk.SmartFramework.System.SmartValueListTableModelSort SortBy
LOGICAL SystemOwned
CHARACTER ValueListDescription
CHARACTER ValueListGuid
CHARACTER ValueListKey


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartValueListTableModel CreateCurrentRecordView ()

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

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

Consultingwerk.SmartFramework.System.SmartValueListTableModel CreateView ()

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

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

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

Consultingwerk.SmartFramework.System.SmartValueListTableModel Fill (SmartValueListQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.System.SmartValueListQuery
The reference to the SmartValueListTableModelQuery
Returns Consultingwerk.SmartFramework.System.SmartValueListTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.System.SmartValueListTableModel Fill (SmartValueListQuery, OnNotAvailableEnum)

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

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

CHARACTER ModuleDescriptionWhenAvailable (character)

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

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

Purpose: Returns the value of the ModuleName 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.SmartValueListTableModelFilter ResetFilter ()

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

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

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

Consultingwerk.SmartFramework.System.SmartValueListTableModel SetFillSmartValueListEntry (logical)

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

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

LOGICAL SystemOwnedWhenAvailable (logical)

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

CHARACTER ValueListDescriptionWhenAvailable (character)

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

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

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

SmartValueListTableModel_Generated ()

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

Top

SmartValueListTableModel_Generated (DatasetModel, handle)

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

SmartValueListTableModel_Generated (handle)

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

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

SmartValueListTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartValueListTableModel_Generated (SmartValueListTableModel, handle)

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

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


Property Detail
Top

LOGICAL FillSmartValueListEntry


Returns LOGICAL
Top

Consultingwerk.SmartFramework.System.SmartValueListTableModelFilter Filter


Returns Consultingwerk.SmartFramework.System.SmartValueListTableModelFilter
Top

CHARACTER ModuleDescription


Returns CHARACTER
Top

CHARACTER ModuleGuid


Returns CHARACTER
Top

CHARACTER ModuleName


Returns CHARACTER
Top

Consultingwerk.SmartFramework.System.SmartValueListTableModelSort SortBy


Returns Consultingwerk.SmartFramework.System.SmartValueListTableModelSort
Top

LOGICAL SystemOwned


Returns LOGICAL
Top

CHARACTER ValueListDescription


Returns CHARACTER
Top

CHARACTER ValueListGuid


Returns CHARACTER
Top

CHARACTER ValueListKey


Returns CHARACTER


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