Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.System.SmartModifiedStateTableModel CreateCurrentRecordView () Creates a new instance of the SmartModifiedStateTableModel as a view model for the current record
Consultingwerk.SmartFramework.System.SmartModifiedStateTableModel CreateView () Creates a new instance of the SmartModifiedStateTableModel as a view model
CHARACTER DescriptionWhenAvailable (character) Returns the value of the Description field when a record is available
Consultingwerk.SmartFramework.System.SmartModifiedStateTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.System.SmartModifiedStateTableModel Fill (SmartModifiedStateQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.System.SmartModifiedStateTableModel Fill (SmartModifiedStateQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
CHARACTER ModifiedStateGuidWhenAvailable (character) Returns the value of the ModifiedStateGuid field when a record is available
CHARACTER ModifiedStateKeyFieldValuesWhenAvailable (character) Returns the value of the ModifiedStateKeyFieldValues field when a record is available
CHARACTER ModifiedStateTableWhenAvailable (character) Returns the value of the ModifiedStateTable field when a record is available
DATETIME-TZ ModifiedStateTimeStampWhenAvailable (datetime-tz) Returns the value of the ModifiedStateTimeStamp field when a record is available
CHARACTER ModifiedStateUserWhenAvailable (character) Returns the value of the ModifiedStateUser field when a record is available
Consultingwerk.SmartFramework.System.SmartModifiedStateTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.System.SmartModifiedStateTableModel SetBatching (logical) Sets the Batching property

Top Constructor Summary
Options Name Purpose
SmartModifiedStateTableModel_Generated () Constructor for the SmartModifiedStateTableModel_Generated class
SmartModifiedStateTableModel_Generated (DatasetModel, handle) Constructor for the SmartModifiedStateTableModel_Generated class
SmartModifiedStateTableModel_Generated (handle) Constructor for the SmartModifiedStateTableModel class
SmartModifiedStateTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartModifiedStateTableModel class
SmartModifiedStateTableModel_Generated (SmartModifiedStateTableModel, handle) Constructor for the SmartModifiedStateTableModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER Description
Consultingwerk.SmartFramework.System.SmartModifiedStateTableModelFilter Filter
CHARACTER ModifiedStateGuid
CHARACTER ModifiedStateKeyFieldValues
CHARACTER ModifiedStateTable
DATETIME-TZ ModifiedStateTimeStamp
CHARACTER ModifiedStateUser
Consultingwerk.SmartFramework.System.SmartModifiedStateTableModelSort SortBy


Method Detail
Top

Consultingwerk.SmartFramework.System.SmartModifiedStateTableModel CreateCurrentRecordView ()

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

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

Consultingwerk.SmartFramework.System.SmartModifiedStateTableModel CreateView ()

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

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

CHARACTER DescriptionWhenAvailable (character)

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

Consultingwerk.SmartFramework.System.SmartModifiedStateTableModel Fill (SmartModifiedStateQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.System.SmartModifiedStateQuery
The reference to the SmartModifiedStateTableModelQuery
Returns Consultingwerk.SmartFramework.System.SmartModifiedStateTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.System.SmartModifiedStateTableModel Fill (SmartModifiedStateQuery, OnNotAvailableEnum)

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

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

CHARACTER ModifiedStateGuidWhenAvailable (character)

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

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

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

DATETIME-TZ ModifiedStateTimeStampWhenAvailable (datetime-tz)

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

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

CHARACTER ModifiedStateUserWhenAvailable (character)

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

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

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

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


Constructor Detail
Top

SmartModifiedStateTableModel_Generated ()

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

Top

SmartModifiedStateTableModel_Generated (DatasetModel, handle)

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

SmartModifiedStateTableModel_Generated (handle)

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

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

SmartModifiedStateTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartModifiedStateTableModel_Generated (SmartModifiedStateTableModel, handle)

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

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


Property Detail
Top

CHARACTER Description


Returns CHARACTER
Top

Consultingwerk.SmartFramework.System.SmartModifiedStateTableModelFilter Filter


Returns Consultingwerk.SmartFramework.System.SmartModifiedStateTableModelFilter
Top

CHARACTER ModifiedStateGuid


Returns CHARACTER
Top

CHARACTER ModifiedStateKeyFieldValues


Returns CHARACTER
Top

CHARACTER ModifiedStateTable


Returns CHARACTER
Top

DATETIME-TZ ModifiedStateTimeStamp


Returns DATETIME-TZ
Top

CHARACTER ModifiedStateUser


Returns CHARACTER
Top

Consultingwerk.SmartFramework.System.SmartModifiedStateTableModelSort SortBy


Returns Consultingwerk.SmartFramework.System.SmartModifiedStateTableModelSort


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