Namespace: Consultingwerk.SmartFramework.Menu
Class 
SmartFunctionGroupTableModel_Generated Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.TableModel
Implements: IDoNotIterateInDebugging, IEnumerable, IModelFilterTarget, ISupportsAvailable, Consultingwerk.OERA.ITableModel
Inherited by: Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel
ABSTRACT




Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel CreateCurrentRecordView () Creates a new instance of the SmartFunctionGroupTableModel as a view model for the current record
Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel CreateView () Creates a new instance of the SmartFunctionGroupTableModel as a view model
Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel Fill (SmartFunctionGroupQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel Fill (SmartFunctionGroupQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
CHARACTER FunctionGroupCodeWhenAvailable (character) Returns the value of the FunctionGroupCode field when a record is available
CHARACTER FunctionGroupDescriptionWhenAvailable (character) Returns the value of the FunctionGroupDescription field when a record is available
CHARACTER FunctionGroupGuidWhenAvailable (character) Returns the value of the FunctionGroupGuid field when a record is available
Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel SetBatching (logical) Sets the Batching property

Top Constructor Summary
Options Name Purpose
SmartFunctionGroupTableModel_Generated () Constructor for the SmartFunctionGroupTableModel_Generated class
SmartFunctionGroupTableModel_Generated (DatasetModel, handle) Constructor for the SmartFunctionGroupTableModel_Generated class
SmartFunctionGroupTableModel_Generated (handle) Constructor for the SmartFunctionGroupTableModel class
SmartFunctionGroupTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartFunctionGroupTableModel class
SmartFunctionGroupTableModel_Generated (SmartFunctionGroupTableModel, handle) Constructor for the SmartFunctionGroupTableModel_Generated class

Top Property Summary
Options Name Purpose
Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModelFilter Filter
CHARACTER FunctionGroupCode
CHARACTER FunctionGroupDescription
CHARACTER FunctionGroupGuid
Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModelSort SortBy


Method Detail
Top

Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel CreateCurrentRecordView ()

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

Returns Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel
The SmartFunctionGroupTableModel as the view model
Top

Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel CreateView ()

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

Returns Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel
The SmartFunctionGroupTableModel as the view model
Top

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

Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel Fill (SmartFunctionGroupQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Menu.SmartFunctionGroupQuery
The reference to the SmartFunctionGroupTableModelQuery
Returns Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel Fill (SmartFunctionGroupQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Menu.SmartFunctionGroupQuery
The reference to the SmartFunctionGroupTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel
The reference to this TableModel instance
Top

CHARACTER FunctionGroupCodeWhenAvailable (character)

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

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

Purpose: Returns the value of the FunctionGroupGuid 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.Menu.SmartFunctionGroupTableModelFilter ResetFilter ()

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

Returns Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModelFilter
The SmartFunctionGroupTableModelFilter instance
Top

Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModel SetBatching (logical)

Purpose: Sets the Batching property
Notes: Fluent interface

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


Constructor Detail
Top

SmartFunctionGroupTableModel_Generated ()

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

Top

SmartFunctionGroupTableModel_Generated (DatasetModel, handle)

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

SmartFunctionGroupTableModel_Generated (handle)

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

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

SmartFunctionGroupTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartFunctionGroupTableModel_Generated (SmartFunctionGroupTableModel, handle)

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

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


Property Detail
Top

Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModelFilter
Top

CHARACTER FunctionGroupCode


Returns CHARACTER
Top

CHARACTER FunctionGroupDescription


Returns CHARACTER
Top

CHARACTER FunctionGroupGuid


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Menu.SmartFunctionGroupTableModelSort


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       20.07.2026 16:06:46