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




Top Method Summary
Options Name Purpose
CHARACTER BreadcrumbLabelTemplateWhenAvailable (character) Returns the value of the BreadcrumbLabelTemplate field when a record is available
CHARACTER BrowserTitleTemplateWhenAvailable (character) Returns the value of the BrowserTitleTemplate field when a record is available
Consultingwerk.SmartFramework.Web.SmartRouteTableModel CreateCurrentRecordView () Creates a new instance of the SmartRouteTableModel as a view model for the current record
Consultingwerk.SmartFramework.Web.SmartRouteTableModel CreateView () Creates a new instance of the SmartRouteTableModel as a view model
CHARACTER DataSourceNamesWhenAvailable (character) Returns the value of the DataSourceNames field when a record is available
CHARACTER FieldNamesWhenAvailable (character) Returns the value of the FieldNames field when a record is available
Consultingwerk.SmartFramework.Web.SmartRouteTableModel Fill (IFetchDataByKeyTableParameter) Fills the DatasetModel based on the given IFetchDataByKeyTableParameter
Consultingwerk.SmartFramework.Web.SmartRouteTableModel Fill (SmartRouteQuery) Fills the TableModel or filters the View TableModel based on the given TableQuery
Consultingwerk.SmartFramework.Web.SmartRouteTableModel Fill (SmartRouteQuery, OnNotAvailableEnum) Fills the TableModel or filters the View TableModel based on the given TableQuery
CHARACTER FormIdWhenAvailable (character) Returns the value of the FormId field when a record is available
CHARACTER ModuleGuidWhenAvailable (character) Returns the value of the ModuleGuid field when a record is available
CHARACTER ModuleNameWhenAvailable (character) Returns the value of the ModuleName field when a record is available
CHARACTER PathParametersWhenAvailable (character) Returns the value of the PathParameters field when a record is available
Consultingwerk.SmartFramework.Web.SmartRouteTableModelFilter ResetFilter () Resets the TableModel Filter
CHARACTER RouteGuidWhenAvailable (character) Returns the value of the RouteGuid field when a record is available
CHARACTER RouteParameterWhenAvailable (character) Returns the value of the RouteParameter field when a record is available
CHARACTER RoutePathWhenAvailable (character) Returns the value of the RoutePath field when a record is available
Consultingwerk.SmartFramework.Web.SmartRouteTableModel SetBatching (logical) Sets the Batching property
CHARACTER ViewUriWhenAvailable (character) Returns the value of the ViewUri field when a record is available

Top Constructor Summary
Options Name Purpose
SmartRouteTableModel_Generated () Constructor for the SmartRouteTableModel_Generated class
SmartRouteTableModel_Generated (DatasetModel, handle) Constructor for the SmartRouteTableModel_Generated class
SmartRouteTableModel_Generated (handle) Constructor for the SmartRouteTableModel class
SmartRouteTableModel_Generated (handle, BufferModelGcModeEnum) Constructor for the SmartRouteTableModel class
SmartRouteTableModel_Generated (SmartRouteTableModel, handle) Constructor for the SmartRouteTableModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER BreadcrumbLabelTemplate
CHARACTER BrowserTitleTemplate
CHARACTER DataSourceNames
CHARACTER FieldNames
Consultingwerk.SmartFramework.Web.SmartRouteTableModelFilter Filter
CHARACTER FormId
CHARACTER ModuleGuid
CHARACTER ModuleName
CHARACTER PathParameters
CHARACTER RouteGuid
CHARACTER RouteParameter
CHARACTER RoutePath
Consultingwerk.SmartFramework.Web.SmartRouteTableModelSort SortBy
CHARACTER ViewUri


Method Detail
Top

CHARACTER BreadcrumbLabelTemplateWhenAvailable (character)

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

Purpose: Returns the value of the BrowserTitleTemplate 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.Web.SmartRouteTableModel CreateCurrentRecordView ()

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

Returns Consultingwerk.SmartFramework.Web.SmartRouteTableModel
The SmartRouteTableModel as the view model
Top

Consultingwerk.SmartFramework.Web.SmartRouteTableModel CreateView ()

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

Returns Consultingwerk.SmartFramework.Web.SmartRouteTableModel
The SmartRouteTableModel as the view model
Top

CHARACTER DataSourceNamesWhenAvailable (character)

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

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

Consultingwerk.SmartFramework.Web.SmartRouteTableModel Fill (SmartRouteQuery)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Web.SmartRouteQuery
The reference to the SmartRouteTableModelQuery
Returns Consultingwerk.SmartFramework.Web.SmartRouteTableModel
The reference to this TableModel instance
Top

Consultingwerk.SmartFramework.Web.SmartRouteTableModel Fill (SmartRouteQuery, OnNotAvailableEnum)

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

Parameters:
poQuery Consultingwerk.SmartFramework.Web.SmartRouteQuery
The reference to the SmartRouteTableModelQuery
poOnNotAvailable Consultingwerk.OERA.OnNotAvailableEnum
OnNotAvailableEnum member describing if the TableModel should throw an error on not available
Returns Consultingwerk.SmartFramework.Web.SmartRouteTableModel
The reference to this TableModel instance
Top

CHARACTER FormIdWhenAvailable (character)

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

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

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

Purpose: Returns the value of the PathParameters 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.Web.SmartRouteTableModelFilter ResetFilter ()

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

Returns Consultingwerk.SmartFramework.Web.SmartRouteTableModelFilter
The SmartRouteTableModelFilter instance
Top

CHARACTER RouteGuidWhenAvailable (character)

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

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

Purpose: Returns the value of the RoutePath 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.Web.SmartRouteTableModel SetBatching (logical)

Purpose: Sets the Batching property
Notes: Fluent interface

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

CHARACTER ViewUriWhenAvailable (character)

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

SmartRouteTableModel_Generated ()

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

Top

SmartRouteTableModel_Generated (DatasetModel, handle)

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

SmartRouteTableModel_Generated (handle)

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

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

SmartRouteTableModel_Generated (handle, BufferModelGcModeEnum)

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

SmartRouteTableModel_Generated (SmartRouteTableModel, handle)

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

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


Property Detail
Top

CHARACTER BreadcrumbLabelTemplate


Returns CHARACTER
Top

CHARACTER BrowserTitleTemplate


Returns CHARACTER
Top

CHARACTER DataSourceNames


Returns CHARACTER
Top

CHARACTER FieldNames


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Web.SmartRouteTableModelFilter Filter


Returns Consultingwerk.SmartFramework.Web.SmartRouteTableModelFilter
Top

CHARACTER FormId


Returns CHARACTER
Top

CHARACTER ModuleGuid


Returns CHARACTER
Top

CHARACTER ModuleName


Returns CHARACTER
Top

CHARACTER PathParameters


Returns CHARACTER
Top

CHARACTER RouteGuid


Returns CHARACTER
Top

CHARACTER RouteParameter


Returns CHARACTER
Top

CHARACTER RoutePath


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Web.SmartRouteTableModelSort SortBy


Returns Consultingwerk.SmartFramework.Web.SmartRouteTableModelSort
Top

CHARACTER ViewUri


Returns CHARACTER


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