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




Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel CreateCurrentRecordView () Creates a new instance of the SmartFunctionTableModel as a view model for the current record
Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel CreateView () Creates a new instance of the SmartFunctionTableModel as a view model
CHARACTER ExternalIdWhenAvailable (character) Returns the value of the ExternalId field when a record is available
Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel Fill (SmartFunctionQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel Fill (SmartFunctionQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
LONGCHAR FunctionCallParameterWhenAvailable (longchar) Returns the value of the FunctionCallParameter field when a record is available
CHARACTER FunctionCodeWhenAvailable (character) Returns the value of the FunctionCode field when a record is available
CHARACTER FunctionDescriptionWhenAvailable (character) Returns the value of the FunctionDescription field when a record is available
CHARACTER FunctionGuidWhenAvailable (character) Returns the value of the FunctionGuid field when a record is available
CHARACTER FunctionLargeImageWhenAvailable (character) Returns the value of the FunctionLargeImage field when a record is available
CHARACTER FunctionModuleGuidWhenAvailable (character) Returns the value of the FunctionModuleGuid field when a record is available
CHARACTER FunctionNameWhenAvailable (character) Returns the value of the FunctionName field when a record is available
CHARACTER FunctionSmallImageWhenAvailable (character) Returns the value of the FunctionSmallImage field when a record is available
CHARACTER FunctionTooltipWhenAvailable (character) Returns the value of the FunctionTooltip field when a record is available
CHARACTER FunctionTypeWhenAvailable (character) Returns the value of the FunctionType field when a record is available
CHARACTER ModuleNameWhenAvailable (character) Returns the value of the ModuleName field when a record is available
Consultingwerk.SmartFramework.Menu.SmartFunctionTableModelFilter ResetFilter () Resets the TableModel Filter
CHARACTER SecurityTokenCodeWhenAvailable (character) Returns the value of the SecurityTokenCode field when a record is available
CHARACTER SecurityTokenGuidWhenAvailable (character) Returns the value of the SecurityTokenGuid field when a record is available
Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel SetBatching (logical) Sets the Batching property
Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel SetFillSmartMenu (logical) Gets if the table eSmartMenu should be populated as well

Top Constructor Summary
Options Name Purpose
SmartFunctionTableModel_Generated () Constructor for the SmartFunctionTableModel_Generated class
SmartFunctionTableModel_Generated (DatasetModel, handle) Constructor for the SmartFunctionTableModel_Generated class
SmartFunctionTableModel_Generated (handle) Constructor for the SmartFunctionTableModel class
SmartFunctionTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartFunctionTableModel class
SmartFunctionTableModel_Generated (SmartFunctionTableModel, handle) Constructor for the SmartFunctionTableModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER ExternalId
LOGICAL FillSmartMenu
Consultingwerk.SmartFramework.Menu.SmartFunctionTableModelFilter Filter
LONGCHAR FunctionCallParameter
CHARACTER FunctionCode
CHARACTER FunctionDescription
CHARACTER FunctionGuid
CHARACTER FunctionLargeImage
CHARACTER FunctionModuleGuid
CHARACTER FunctionName
CHARACTER FunctionSmallImage
CHARACTER FunctionTooltip
CHARACTER FunctionType
CHARACTER ModuleName
CHARACTER SecurityTokenCode
CHARACTER SecurityTokenGuid
Consultingwerk.SmartFramework.Menu.SmartFunctionTableModelSort SortBy


Method Detail
Top

Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel CreateCurrentRecordView ()

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

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

Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel CreateView ()

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

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

CHARACTER ExternalIdWhenAvailable (character)

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

Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel Fill (SmartFunctionQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Menu.SmartFunctionQuery
The reference to the SmartFunctionTableModelQuery
Returns Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel Fill (SmartFunctionQuery, OnNotAvailableEnum)

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

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

LONGCHAR FunctionCallParameterWhenAvailable (longchar)

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

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

CHARACTER FunctionCodeWhenAvailable (character)

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

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

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

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

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

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

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

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

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

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

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

CHARACTER SecurityTokenCodeWhenAvailable (character)

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

Purpose: Returns the value of the SecurityTokenGuid 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.SmartFunctionTableModel 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.SmartFunctionTableModel
The reference to the &1 instance itself
Top

Consultingwerk.SmartFramework.Menu.SmartFunctionTableModel SetFillSmartMenu (logical)

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

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


Constructor Detail
Top

SmartFunctionTableModel_Generated ()

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

Top

SmartFunctionTableModel_Generated (DatasetModel, handle)

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

SmartFunctionTableModel_Generated (handle)

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

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

SmartFunctionTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartFunctionTableModel_Generated (SmartFunctionTableModel, handle)

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

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


Property Detail
Top

CHARACTER ExternalId


Returns CHARACTER
Top

LOGICAL FillSmartMenu


Returns LOGICAL
Top

Consultingwerk.SmartFramework.Menu.SmartFunctionTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Menu.SmartFunctionTableModelFilter
Top

LONGCHAR FunctionCallParameter


Returns LONGCHAR
Top

CHARACTER FunctionCode


Returns CHARACTER
Top

CHARACTER FunctionDescription


Returns CHARACTER
Top

CHARACTER FunctionGuid


Returns CHARACTER
Top

CHARACTER FunctionLargeImage


Returns CHARACTER
Top

CHARACTER FunctionModuleGuid


Returns CHARACTER
Top

CHARACTER FunctionName


Returns CHARACTER
Top

CHARACTER FunctionSmallImage


Returns CHARACTER
Top

CHARACTER FunctionTooltip


Returns CHARACTER
Top

CHARACTER FunctionType


Returns CHARACTER
Top

CHARACTER ModuleName


Returns CHARACTER
Top

CHARACTER SecurityTokenCode


Returns CHARACTER
Top

CHARACTER SecurityTokenGuid


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Menu.SmartFunctionTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Menu.SmartFunctionTableModelSort


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:08:11