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

File:SmartContextStoreTableModel_Generated
Purpose:Auto Generated portion of the SmartContextStoreTableModel class
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:14/05/2022 16:17:39,655+02:00



Top Method Summary
Options Name Purpose
LONGCHAR ContextDatasetWhenAvailable (longchar) Returns the value of the ContextDataset field when a record is available
CHARACTER ContextStoreGUIDWhenAvailable (character) Returns the value of the ContextStoreGUID field when a record is available
Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel CreateCurrentRecordView () Creates a new instance of the SmartContextStoreTableModel as a view model for the current record
DATETIME-TZ CreatedWhenAvailable (datetime-tz) Returns the value of the Created field when a record is available
Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel CreateView () Creates a new instance of the SmartContextStoreTableModel as a view model
LOGICAL CurrentSessionWhenAvailable (logical) Returns the value of the CurrentSession field when a record is available
CHARACTER DomainNameWhenAvailable (character) Returns the value of the DomainName field when a record is available
Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel Fill (SmartContextStoreQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel Fill (SmartContextStoreQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
DATETIME-TZ LastAccessedWhenAvailable (datetime-tz) Returns the value of the LastAccessed field when a record is available
Consultingwerk.SmartFramework.Context.SmartContextStoreTableModelFilter ResetFilter () Resets the TableModel Filter
CHARACTER SessionIDWhenAvailable (character) Returns the value of the SessionID field when a record is available
LOGICAL SessionLockedWhenAvailable (logical) Returns the value of the SessionLocked field when a record is available
Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel SetBatching (logical) Sets the Batching property
CHARACTER UserNameWhenAvailable (character) Returns the value of the UserName field when a record is available

Top Constructor Summary
Options Name Purpose
SmartContextStoreTableModel_Generated () Constructor for the SmartContextStoreTableModel_Generated class
SmartContextStoreTableModel_Generated (DatasetModel, handle) Constructor for the SmartContextStoreTableModel_Generated class
SmartContextStoreTableModel_Generated (handle) Constructor for the SmartContextStoreTableModel class
SmartContextStoreTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartContextStoreTableModel class
SmartContextStoreTableModel_Generated (SmartContextStoreTableModel, handle) Constructor for the SmartContextStoreTableModel_Generated class

Top Property Summary
Options Name Purpose
LONGCHAR ContextDataset
CHARACTER ContextStoreGUID
DATETIME-TZ Created
LOGICAL CurrentSession
CHARACTER DomainName
Consultingwerk.SmartFramework.Context.SmartContextStoreTableModelFilter Filter
DATETIME-TZ LastAccessed
CHARACTER SessionID
LOGICAL SessionLocked
Consultingwerk.SmartFramework.Context.SmartContextStoreTableModelSort SortBy
CHARACTER UserName


Method Detail
Top

LONGCHAR ContextDatasetWhenAvailable (longchar)

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

Purpose: Returns the value of the ContextStoreGUID 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.Context.SmartContextStoreTableModel CreateCurrentRecordView ()

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

Returns Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel
The SmartContextStoreTableModel as the view model
Top

DATETIME-TZ CreatedWhenAvailable (datetime-tz)

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

Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel CreateView ()

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

Returns Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel
The SmartContextStoreTableModel as the view model
Top

LOGICAL CurrentSessionWhenAvailable (logical)

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

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

Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel Fill (SmartContextStoreQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Context.SmartContextStoreQuery
The reference to the SmartContextStoreTableModelQuery
Returns Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel Fill (SmartContextStoreQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Context.SmartContextStoreQuery
The reference to the SmartContextStoreTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel
The reference to this TableModel instance
Top

DATETIME-TZ LastAccessedWhenAvailable (datetime-tz)

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

Consultingwerk.SmartFramework.Context.SmartContextStoreTableModelFilter ResetFilter ()

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

Returns Consultingwerk.SmartFramework.Context.SmartContextStoreTableModelFilter
The SmartContextStoreTableModelFilter instance
Top

CHARACTER SessionIDWhenAvailable (character)

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

LOGICAL SessionLockedWhenAvailable (logical)

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

Consultingwerk.SmartFramework.Context.SmartContextStoreTableModel SetBatching (logical)

Purpose: Sets the Batching property
Notes: Fluent interface

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

CHARACTER UserNameWhenAvailable (character)

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

SmartContextStoreTableModel_Generated ()

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

Top

SmartContextStoreTableModel_Generated (DatasetModel, handle)

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

SmartContextStoreTableModel_Generated (handle)

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

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

SmartContextStoreTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartContextStoreTableModel_Generated (SmartContextStoreTableModel, handle)

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

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


Property Detail
Top

LONGCHAR ContextDataset


Returns LONGCHAR
Top

CHARACTER ContextStoreGUID


Returns CHARACTER
Top

DATETIME-TZ Created


Returns DATETIME-TZ
Top

LOGICAL CurrentSession


Returns LOGICAL
Top

CHARACTER DomainName


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreTableModelFilter
Top

DATETIME-TZ LastAccessed


Returns DATETIME-TZ
Top

CHARACTER SessionID


Returns CHARACTER
Top

LOGICAL SessionLocked


Returns LOGICAL
Top

Consultingwerk.SmartFramework.Context.SmartContextStoreTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Context.SmartContextStoreTableModelSort
Top

CHARACTER UserName


Returns CHARACTER


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