Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel CreateCurrentRecordView () Creates a new instance of the SmartSecurityObjectTokenTableModel as a view model for the current record
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel CreateView () Creates a new instance of the SmartSecurityObjectTokenTableModel as a view model
CHARACTER DescriptionWhenAvailable (character) Returns the value of the Description field when a record is available
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel Fill (SmartSecurityObjectTokenQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel Fill (SmartSecurityObjectTokenQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModelFilter ResetFilter () Resets the TableModel Filter
CHARACTER SecurityObjectGuidWhenAvailable (character) Returns the value of the SecurityObjectGuid field when a record is available
CHARACTER SecurityObjectTokenGuidWhenAvailable (character) Returns the value of the SecurityObjectTokenGuid field when a record is available
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.Authorization.SmartSecurityObjectTokenTableModel SetBatching (logical) Sets the Batching property
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel SetFillSmartSecurityObject (logical) Gets if the table eSmartSecurityObject should be populated as well
LOGICAL SystemOwnedWhenAvailable (logical) Returns the value of the SystemOwned field when a record is available

Top Constructor Summary
Options Name Purpose
SmartSecurityObjectTokenTableModel_Generated () Constructor for the SmartSecurityObjectTokenTableModel_Generated class
SmartSecurityObjectTokenTableModel_Generated (DatasetModel, handle) Constructor for the SmartSecurityObjectTokenTableModel_Generated class
SmartSecurityObjectTokenTableModel_Generated (handle) Constructor for the SmartSecurityObjectTokenTableModel class
SmartSecurityObjectTokenTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartSecurityObjectTokenTableModel class
SmartSecurityObjectTokenTableModel_Generated (SmartSecurityObjectTokenTableModel, handle) Constructor for the SmartSecurityObjectTokenTableModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER Description
LOGICAL FillSmartSecurityObject
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModelFilter Filter
CHARACTER SecurityObjectGuid
CHARACTER SecurityObjectTokenGuid
CHARACTER SecurityTokenCode
CHARACTER SecurityTokenGuid
Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModelSort SortBy
LOGICAL SystemOwned


Method Detail
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel CreateCurrentRecordView ()

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

Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel
The SmartSecurityObjectTokenTableModel as the view model
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel CreateView ()

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

Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel
The SmartSecurityObjectTokenTableModel 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.Authorization.SmartSecurityObjectTokenTableModel 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.Authorization.SmartSecurityObjectTokenTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel Fill (SmartSecurityObjectTokenQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery
The reference to the SmartSecurityObjectTokenTableModelQuery
Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel Fill (SmartSecurityObjectTokenQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenQuery
The reference to the SmartSecurityObjectTokenTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModelFilter ResetFilter ()

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

Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModelFilter
The SmartSecurityObjectTokenTableModelFilter instance
Top

CHARACTER SecurityObjectGuidWhenAvailable (character)

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

Purpose: Returns the value of the SecurityObjectTokenGuid 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 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.Authorization.SmartSecurityObjectTokenTableModel SetBatching (logical)

Purpose: Sets the Batching property
Notes: Fluent interface

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

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModel SetFillSmartSecurityObject (logical)

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

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

LOGICAL SystemOwnedWhenAvailable (logical)

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


Constructor Detail
Top

SmartSecurityObjectTokenTableModel_Generated ()

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

Top

SmartSecurityObjectTokenTableModel_Generated (DatasetModel, handle)

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

SmartSecurityObjectTokenTableModel_Generated (handle)

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

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

SmartSecurityObjectTokenTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartSecurityObjectTokenTableModel_Generated (SmartSecurityObjectTokenTableModel, handle)

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

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


Property Detail
Top

CHARACTER Description


Returns CHARACTER
Top

LOGICAL FillSmartSecurityObject


Returns LOGICAL
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModelFilter
Top

CHARACTER SecurityObjectGuid


Returns CHARACTER
Top

CHARACTER SecurityObjectTokenGuid


Returns CHARACTER
Top

CHARACTER SecurityTokenCode


Returns CHARACTER
Top

CHARACTER SecurityTokenGuid


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Authorization.SmartSecurityObjectTokenTableModelSort
Top

LOGICAL SystemOwned


Returns LOGICAL


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