Namespace: Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity
Class 
MetaRestAddressTableModel_Generated Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.TableModel
Implements: IDoNotIterateInDebugging, IEnumerable, IModelFilterTarget, ISupportsAvailable, Consultingwerk.OERA.ITableModel
Inherited by: Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel
ABSTRACT

File:MetaRestAddressTableModel_Generated
Purpose:Auto Generated portion of the MetaRestAddressTableModel class
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:14/05/2022 16:17:47,078+02:00



Top Method Summary
Options Name Purpose
CHARACTER ContainerObjectMasterGuidWhenAvailable (character) Returns the value of the ContainerObjectMasterGuid field when a record is available
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel CreateCurrentRecordView () Creates a new instance of the MetaRestAddressTableModel as a view model for the current record
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel CreateView () Creates a new instance of the MetaRestAddressTableModel as a view model
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel Fill (MetaRestAddressQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel Fill (MetaRestAddressQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
CHARACTER InstanceNameWhenAvailable (character) Returns the value of the InstanceName field when a record is available
CHARACTER ObjectDescriptionWhenAvailable (character) Returns the value of the ObjectDescription field when a record is available
CHARACTER ObjectInstanceGuidWhenAvailable (character) Returns the value of the ObjectInstanceGuid field when a record is available
CHARACTER ObjectMasterGuidWhenAvailable (character) Returns the value of the ObjectMasterGuid field when a record is available
CHARACTER ObjectNameWhenAvailable (character) Returns the value of the ObjectName field when a record is available
INTEGER ObjectSequenceWhenAvailable (integer) Returns the value of the ObjectSequence field when a record is available
CHARACTER ObjectTypeGuidWhenAvailable (character) Returns the value of the ObjectTypeGuid field when a record is available
CHARACTER ObjectTypeNameWhenAvailable (character) Returns the value of the ObjectTypeName field when a record is available
LOGICAL p_CanCreateWhenAvailable (logical) Returns the value of the p_CanCreate field when a record is available
LOGICAL p_CanDeleteWhenAvailable (logical) Returns the value of the p_CanDelete field when a record is available
LOGICAL p_CanReadWhenAvailable (logical) Returns the value of the p_CanRead field when a record is available
LOGICAL p_CanUpdateWhenAvailable (logical) Returns the value of the p_CanUpdate field when a record is available
CHARACTER p_FieldsWhenAvailable (character) Returns the value of the p_Fields field when a record is available
CHARACTER p_IdFieldsWhenAvailable (character) Returns the value of the p_IdFields field when a record is available
CHARACTER p_LinksWhenAvailable (character) Returns the value of the p_Links field when a record is available
CHARACTER p_RestAddressTypeWhenAvailable (character) Returns the value of the p_RestAddressType field when a record is available
CHARACTER p_TablesWhenAvailable (character) Returns the value of the p_Tables field when a record is available
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModelFilter ResetFilter () Resets the TableModel Filter
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel SetBatching (logical) Sets the Batching property
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel SetFillMetaBusinessEntity (logical) Gets if the table eMetaBusinessEntity should be populated as well
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel SetFillMetaDataRelation (logical) Gets if the table eMetaDataRelation should be populated as well
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel SetFillMetaEntityTable (logical) Gets if the table eMetaEntityTable should be populated as well

Top Constructor Summary
Options Name Purpose
MetaRestAddressTableModel_Generated () Constructor for the MetaRestAddressTableModel_Generated class
MetaRestAddressTableModel_Generated (DatasetModel, handle) Constructor for the MetaRestAddressTableModel_Generated class
MetaRestAddressTableModel_Generated (handle) Constructor for the MetaRestAddressTableModel class
MetaRestAddressTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the MetaRestAddressTableModel class
MetaRestAddressTableModel_Generated (MetaRestAddressTableModel, handle) Constructor for the MetaRestAddressTableModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER ContainerObjectMasterGuid
LOGICAL FillMetaBusinessEntity
LOGICAL FillMetaDataRelation
LOGICAL FillMetaEntityTable
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModelFilter Filter
CHARACTER InstanceName
CHARACTER ObjectDescription
CHARACTER ObjectInstanceGuid
CHARACTER ObjectMasterGuid
CHARACTER ObjectName
INTEGER ObjectSequence
CHARACTER ObjectTypeGuid
CHARACTER ObjectTypeName
LOGICAL p_CanCreate
LOGICAL p_CanDelete
LOGICAL p_CanRead
LOGICAL p_CanUpdate
CHARACTER p_Fields
CHARACTER p_IdFields
CHARACTER p_Links
CHARACTER p_RestAddressType
CHARACTER p_Tables
Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModelSort SortBy


Method Detail
Top

CHARACTER ContainerObjectMasterGuidWhenAvailable (character)

Purpose: Returns the value of the ContainerObjectMasterGuid 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.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel CreateCurrentRecordView ()

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

Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel
The MetaRestAddressTableModel as the view model
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel CreateView ()

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

Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel
The MetaRestAddressTableModel as the view model
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel 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.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel Fill (MetaRestAddressQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The reference to the MetaRestAddressTableModelQuery
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel Fill (MetaRestAddressQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressQuery
The reference to the MetaRestAddressTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel
The reference to this TableModel instance
Top

CHARACTER InstanceNameWhenAvailable (character)

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

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

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

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

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

INTEGER ObjectSequenceWhenAvailable (integer)

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

CHARACTER ObjectTypeGuidWhenAvailable (character)

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

Purpose: Returns the value of the ObjectTypeName 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 p_CanCreateWhenAvailable (logical)

Purpose: Returns the value of the p_CanCreate 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 p_CanDeleteWhenAvailable (logical)

Purpose: Returns the value of the p_CanDelete 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 p_CanReadWhenAvailable (logical)

Purpose: Returns the value of the p_CanRead 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 p_CanUpdateWhenAvailable (logical)

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

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

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

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

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

Purpose: Returns the value of the p_Tables 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.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModelFilter ResetFilter ()

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

Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModelFilter
The MetaRestAddressTableModelFilter instance
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel 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.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel
The reference to the &1 instance itself
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel SetFillMetaBusinessEntity (logical)

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

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

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel SetFillMetaDataRelation (logical)

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

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

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModel SetFillMetaEntityTable (logical)

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

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


Constructor Detail
Top

MetaRestAddressTableModel_Generated ()

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

Top

MetaRestAddressTableModel_Generated (DatasetModel, handle)

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

MetaRestAddressTableModel_Generated (handle)

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

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

MetaRestAddressTableModel_Generated (handle, BufferModelGcModeEnum)

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

MetaRestAddressTableModel_Generated (MetaRestAddressTableModel, handle)

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

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


Property Detail
Top

CHARACTER ContainerObjectMasterGuid


Returns CHARACTER
Top

LOGICAL FillMetaBusinessEntity


Returns LOGICAL
Top

LOGICAL FillMetaDataRelation


Returns LOGICAL
Top

LOGICAL FillMetaEntityTable


Returns LOGICAL
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModelFilter
Top

CHARACTER InstanceName


Returns CHARACTER
Top

CHARACTER ObjectDescription


Returns CHARACTER
Top

CHARACTER ObjectInstanceGuid


Returns CHARACTER
Top

CHARACTER ObjectMasterGuid


Returns CHARACTER
Top

CHARACTER ObjectName


Returns CHARACTER
Top

INTEGER ObjectSequence


Returns INTEGER
Top

CHARACTER ObjectTypeGuid


Returns CHARACTER
Top

CHARACTER ObjectTypeName


Returns CHARACTER
Top

LOGICAL p_CanCreate


Returns LOGICAL
Top

LOGICAL p_CanDelete


Returns LOGICAL
Top

LOGICAL p_CanRead


Returns LOGICAL
Top

LOGICAL p_CanUpdate


Returns LOGICAL
Top

CHARACTER p_Fields


Returns CHARACTER
Top

CHARACTER p_IdFields


Returns CHARACTER
Top

CHARACTER p_Links


Returns CHARACTER
Top

CHARACTER p_RestAddressType


Returns CHARACTER
Top

CHARACTER p_Tables


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Repository.BusinessEntities.MetaBusinessEntity.MetaRestAddressTableModelSort


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