Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel CreateCurrentRecordView () Creates a new instance of the SmartCustomizationResultTableModel as a view model for the current record
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel CreateView () Creates a new instance of the SmartCustomizationResultTableModel as a view model
CHARACTER CustomizationResultCodeWhenAvailable (character) Returns the value of the CustomizationResultCode field when a record is available
CHARACTER CustomizationResultDescriptionWhenAvailable (character) Returns the value of the CustomizationResultDescription field when a record is available
CHARACTER CustomizationResultGuidWhenAvailable (character) Returns the value of the CustomizationResultGuid field when a record is available
CHARACTER CustomizationTypeCodeWhenAvailable (character) Returns the value of the CustomizationTypeCode field when a record is available
CHARACTER CustomizationTypeGuidWhenAvailable (character) Returns the value of the CustomizationTypeGuid field when a record is available
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel Fill (SmartCustomizationResultQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel Fill (SmartCustomizationResultQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel SetBatching (logical) Sets the Batching property
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel SetFillSmartCustomization (logical) Gets if the table eSmartCustomization should be populated as well

Top Constructor Summary
Options Name Purpose
SmartCustomizationResultTableModel_Generated () Constructor for the SmartCustomizationResultTableModel_Generated class
SmartCustomizationResultTableModel_Generated (DatasetModel, handle) Constructor for the SmartCustomizationResultTableModel_Generated class
SmartCustomizationResultTableModel_Generated (handle) Constructor for the SmartCustomizationResultTableModel class
SmartCustomizationResultTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartCustomizationResultTableModel class
SmartCustomizationResultTableModel_Generated (SmartCustomizationResultTableModel, handle) Constructor for the SmartCustomizationResultTableModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER CustomizationResultCode
CHARACTER CustomizationResultDescription
CHARACTER CustomizationResultGuid
CHARACTER CustomizationTypeCode
CHARACTER CustomizationTypeGuid
LOGICAL FillSmartCustomization
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModelFilter Filter
Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModelSort SortBy


Method Detail
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel CreateCurrentRecordView ()

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

Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel
The SmartCustomizationResultTableModel as the view model
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel CreateView ()

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

Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel
The SmartCustomizationResultTableModel as the view model
Top

CHARACTER CustomizationResultCodeWhenAvailable (character)

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

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

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

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

Purpose: Returns the value of the CustomizationTypeGuid 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.Repository.Customization.SmartCustomizationResultTableModel 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.Repository.Customization.SmartCustomizationResultTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel Fill (SmartCustomizationResultQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultQuery
The reference to the SmartCustomizationResultTableModelQuery
Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel Fill (SmartCustomizationResultQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultQuery
The reference to the SmartCustomizationResultTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModelFilter ResetFilter ()

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

Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModelFilter
The SmartCustomizationResultTableModelFilter instance
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel SetBatching (logical)

Purpose: Sets the Batching property
Notes: Fluent interface

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

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModel SetFillSmartCustomization (logical)

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

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


Constructor Detail
Top

SmartCustomizationResultTableModel_Generated ()

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

Top

SmartCustomizationResultTableModel_Generated (DatasetModel, handle)

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

SmartCustomizationResultTableModel_Generated (handle)

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

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

SmartCustomizationResultTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartCustomizationResultTableModel_Generated (SmartCustomizationResultTableModel, handle)

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

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


Property Detail
Top

CHARACTER CustomizationResultCode


Returns CHARACTER
Top

CHARACTER CustomizationResultDescription


Returns CHARACTER
Top

CHARACTER CustomizationResultGuid


Returns CHARACTER
Top

CHARACTER CustomizationTypeCode


Returns CHARACTER
Top

CHARACTER CustomizationTypeGuid


Returns CHARACTER
Top

LOGICAL FillSmartCustomization


Returns LOGICAL
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModelFilter
Top

Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Repository.Customization.SmartCustomizationResultTableModelSort


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