Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Authentication.SmartUserTableModel CreateCurrentRecordView () Creates a new instance of the SmartUserTableModel as a view model for the current record
Consultingwerk.SmartFramework.Authentication.SmartUserTableModel CreateView () Creates a new instance of the SmartUserTableModel as a view model
LOGICAL DisabledWhenAvailable (logical) Returns the value of the Disabled field when a record is available
Consultingwerk.SmartFramework.Authentication.SmartUserTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Authentication.SmartUserTableModel Fill (SmartUserQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Authentication.SmartUserTableModel Fill (SmartUserQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
CHARACTER LanguageGuidWhenAvailable (character) Returns the value of the LanguageGuid field when a record is available
CHARACTER LanguageIsoCodeWhenAvailable (character) Returns the value of the LanguageIsoCode field when a record is available
CHARACTER LanguageNameWhenAvailable (character) Returns the value of the LanguageName field when a record is available
CHARACTER LoginCompanyGuidWhenAvailable (character) Returns the value of the LoginCompanyGuid field when a record is available
CHARACTER LoginCompanyNameWhenAvailable (character) Returns the value of the LoginCompanyName field when a record is available
CHARACTER ManagerUserFullNameWhenAvailable (character) Returns the value of the ManagerUserFullName field when a record is available
CHARACTER ManagerUserGuidWhenAvailable (character) Returns the value of the ManagerUserGuid field when a record is available
CHARACTER ManagerUserNameWhenAvailable (character) Returns the value of the ManagerUserName field when a record is available
Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum PasswordEncodingWhenAvailable (PasswordEncodingEnum) Returns the value of the PasswordEncoding field when a record is available
CHARACTER PasswordSaltWhenAvailable (character) Returns the value of the PasswordSalt field when a record is available
Consultingwerk.SmartFramework.Authentication.SmartUserTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.Authentication.SmartUserTableModel SetBatching (logical) Sets the Batching property
LOGICAL SmartAttachmentsWhenAvailable (logical) Returns the value of the SmartAttachments field when a record is available
LOGICAL SmartCommentsWhenAvailable (logical) Returns the value of the SmartComments field when a record is available
CHARACTER SmartCopiedFromWhenAvailable (character) Returns the value of the SmartCopiedFrom field when a record is available
CHARACTER SmartRecordKeyWhenAvailable (character) Returns the value of the SmartRecordKey field when a record is available
CHARACTER SmartUiActionWhenAvailable (character) Returns the value of the SmartUiAction field when a record is available
LOGICAL SystemOwnedWhenAvailable (logical) Returns the value of the SystemOwned field when a record is available
CHARACTER UserEmailWhenAvailable (character) Returns the value of the UserEmail field when a record is available
CHARACTER UserFullNameWhenAvailable (character) Returns the value of the UserFullName field when a record is available
CHARACTER UserGuidWhenAvailable (character) Returns the value of the UserGuid field when a record is available
DATETIME-TZ UserLastLoginWhenAvailable (datetime-tz) Returns the value of the UserLastLogin field when a record is available
CHARACTER UserNameWhenAvailable (character) Returns the value of the UserName field when a record is available
DATE UserPasswordChangedDateWhenAvailable (date) Returns the value of the UserPasswordChangedDate field when a record is available
CHARACTER UserPasswordWhenAvailable (character) Returns the value of the UserPassword field when a record is available
CHARACTER UserReferenceCharWhenAvailable (character) Returns the value of the UserReferenceChar field when a record is available
DECIMAL UserReferenceDecimalWhenAvailable (decimal) Returns the value of the UserReferenceDecimal field when a record is available
INTEGER UserReferenceIntegerWhenAvailable (integer) Returns the value of the UserReferenceInteger field when a record is available
INTEGER UserSecurityIdWhenAvailable (integer) Returns the value of the UserSecurityId field when a record is available

Top Constructor Summary
Options Name Purpose
SmartUserTableModel_Generated () Constructor for the SmartUserTableModel_Generated class
SmartUserTableModel_Generated (DatasetModel, handle) Constructor for the SmartUserTableModel_Generated class
SmartUserTableModel_Generated (handle) Constructor for the SmartUserTableModel class
SmartUserTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartUserTableModel class
SmartUserTableModel_Generated (SmartUserTableModel, handle) Constructor for the SmartUserTableModel_Generated class

Top Property Summary
Options Name Purpose
LOGICAL Disabled
Consultingwerk.SmartFramework.Authentication.SmartUserTableModelFilter Filter
CHARACTER LanguageGuid
CHARACTER LanguageIsoCode
CHARACTER LanguageName
CHARACTER LoginCompanyGuid
CHARACTER LoginCompanyName
CHARACTER ManagerUserFullName
CHARACTER ManagerUserGuid
CHARACTER ManagerUserName
Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum PasswordEncoding
CHARACTER PasswordSalt
LOGICAL SmartAttachments
LOGICAL SmartComments
CHARACTER SmartCopiedFrom
CHARACTER SmartRecordKey
CHARACTER SmartUiAction
Consultingwerk.SmartFramework.Authentication.SmartUserTableModelSort SortBy
LOGICAL SystemOwned
CHARACTER UserEmail
CHARACTER UserFullName
CHARACTER UserGuid
DATETIME-TZ UserLastLogin
CHARACTER UserName
CHARACTER UserPassword
DATE UserPasswordChangedDate
CHARACTER UserReferenceChar
DECIMAL UserReferenceDecimal
INTEGER UserReferenceInteger
INTEGER UserSecurityId


Method Detail
Top

Consultingwerk.SmartFramework.Authentication.SmartUserTableModel CreateCurrentRecordView ()

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

Returns Consultingwerk.SmartFramework.Authentication.SmartUserTableModel
The SmartUserTableModel as the view model
Top

Consultingwerk.SmartFramework.Authentication.SmartUserTableModel CreateView ()

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

Returns Consultingwerk.SmartFramework.Authentication.SmartUserTableModel
The SmartUserTableModel as the view model
Top

LOGICAL DisabledWhenAvailable (logical)

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

Consultingwerk.SmartFramework.Authentication.SmartUserTableModel Fill (SmartUserQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The reference to the SmartUserTableModelQuery
Returns Consultingwerk.SmartFramework.Authentication.SmartUserTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Authentication.SmartUserTableModel Fill (SmartUserQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Authentication.SmartUserQuery
The reference to the SmartUserTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Authentication.SmartUserTableModel
The reference to this TableModel instance
Top

CHARACTER LanguageGuidWhenAvailable (character)

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

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

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

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

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

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

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

Purpose: Returns the value of the ManagerUserName 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.Authentication.PasswordEncodingEnum PasswordEncodingWhenAvailable (PasswordEncodingEnum)

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

Parameters:
pDefaultValue Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum
The default value to return when no record is available
Returns Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum
The field value or the default value when no record is available
Top

CHARACTER PasswordSaltWhenAvailable (character)

Purpose: Returns the value of the PasswordSalt 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.Authentication.SmartUserTableModelFilter ResetFilter ()

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

Returns Consultingwerk.SmartFramework.Authentication.SmartUserTableModelFilter
The SmartUserTableModelFilter instance
Top

Consultingwerk.SmartFramework.Authentication.SmartUserTableModel SetBatching (logical)

Purpose: Sets the Batching property
Notes: Fluent interface

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

LOGICAL SmartAttachmentsWhenAvailable (logical)

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

LOGICAL SmartCommentsWhenAvailable (logical)

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

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

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

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

CHARACTER UserEmailWhenAvailable (character)

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

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

Purpose: Returns the value of the UserGuid 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 UserLastLoginWhenAvailable (datetime-tz)

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

DATE UserPasswordChangedDateWhenAvailable (date)

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

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

CHARACTER UserPasswordWhenAvailable (character)

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

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

DECIMAL UserReferenceDecimalWhenAvailable (decimal)

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

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

INTEGER UserReferenceIntegerWhenAvailable (integer)

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

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

INTEGER UserSecurityIdWhenAvailable (integer)

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

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


Constructor Detail
Top

SmartUserTableModel_Generated ()

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

Top

SmartUserTableModel_Generated (DatasetModel, handle)

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

SmartUserTableModel_Generated (handle)

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

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

SmartUserTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartUserTableModel_Generated (SmartUserTableModel, handle)

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

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


Property Detail
Top

LOGICAL Disabled


Returns LOGICAL
Top

Consultingwerk.SmartFramework.Authentication.SmartUserTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Authentication.SmartUserTableModelFilter
Top

CHARACTER LanguageGuid


Returns CHARACTER
Top

CHARACTER LanguageIsoCode


Returns CHARACTER
Top

CHARACTER LanguageName


Returns CHARACTER
Top

CHARACTER LoginCompanyGuid


Returns CHARACTER
Top

CHARACTER LoginCompanyName


Returns CHARACTER
Top

CHARACTER ManagerUserFullName


Returns CHARACTER
Top

CHARACTER ManagerUserGuid


Returns CHARACTER
Top

CHARACTER ManagerUserName


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum PasswordEncoding


Returns Consultingwerk.SmartFramework.Authentication.PasswordEncodingEnum
Top

CHARACTER PasswordSalt


Returns CHARACTER
Top

LOGICAL SmartAttachments


Returns LOGICAL
Top

LOGICAL SmartComments


Returns LOGICAL
Top

CHARACTER SmartCopiedFrom


Returns CHARACTER
Top

CHARACTER SmartRecordKey


Returns CHARACTER
Top

CHARACTER SmartUiAction


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Authentication.SmartUserTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Authentication.SmartUserTableModelSort
Top

LOGICAL SystemOwned


Returns LOGICAL
Top

CHARACTER UserEmail


Returns CHARACTER
Top

CHARACTER UserFullName


Returns CHARACTER
Top

CHARACTER UserGuid


Returns CHARACTER
Top

DATETIME-TZ UserLastLogin


Returns DATETIME-TZ
Top

CHARACTER UserName


Returns CHARACTER
Top

CHARACTER UserPassword


Returns CHARACTER
Top

DATE UserPasswordChangedDate


Returns DATE
Top

CHARACTER UserReferenceChar


Returns CHARACTER
Top

DECIMAL UserReferenceDecimal


Returns DECIMAL
Top

INTEGER UserReferenceInteger


Returns INTEGER
Top

INTEGER UserSecurityId


Returns INTEGER


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