Namespace: Consultingwerk.BusinessEntityDesigner.Generator.Viewer
Class 
AbstractSmartViewerGenerator Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.BusinessEntityDesigner.Generator.Viewer.ISmartViewerGenerator
Inherited by: Consultingwerk.Windows.Framework.Repository.LegacyGuiMigration.Viewer.MetaViewerGenerator Consultingwerk.BusinessEntityDesigner.KendoUiBuilder.KendoUiBuilderViewGenerator
ABSTRACT

File:AbstractSmartViewerGenerator
Purpose:Abstract base class for ISmartViewerGenertor implementations
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Tue Oct 04 06:54:05 CEST 2016



Top Method Summary
Options Name Purpose
CreateMethod (character, longchar) Creates a method in the container control
A CHARACTER Generate () Generates the source code for the SmartViewerControl
CHARACTER GenerateObjectName (character) Generates a temporary object name (e.g. appearance1) based on a provided name (e.g. appearance)

Top Property Summary
Options Name Purpose
System.Collections.Generic.List <Progress.Data.ColumnPropDesc> BindingSourceColumns
CHARACTER ClassName
Consultingwerk.BusinessEntityDesigner.Generator.ListIControlGenerator ControlGenerators
LOGICAL CreateBindingSource
CHARACTER EntityJoin
CHARACTER EntityName
CHARACTER EntityTable
CHARACTER EntityView
CHARACTER PackageName


Method Detail
Top

CreateMethod (character, longchar)

Purpose: Creates a method in the container control
Notes:

Parameters:
pcMethodName CHARACTER
The name of the method to create
pcCode LONGCHAR
The source code of the method
Top

CHARACTER Generate ()

Purpose: Generates the source code for the SmartViewerControl
Notes:

Returns CHARACTER
The file name of the generated source
Top

CHARACTER GenerateObjectName (character)

Purpose: Generates a temporary object name (e.g. appearance1) based on a
provided name (e.g. appearance)
Notes:

Parameters:
pcObjectName CHARACTER
The name to be used for a temporary object
Returns CHARACTER
The name to be used for a temporary object


Property Detail
Top

System.Collections.Generic.List <Progress.Data.ColumnPropDesc> BindingSourceColumns


Returns System.Collections.Generic.List <Progress.Data.ColumnPropDesc>
Top

CHARACTER ClassName


Returns CHARACTER
Top

Consultingwerk.BusinessEntityDesigner.Generator.ListIControlGenerator ControlGenerators


Returns Consultingwerk.BusinessEntityDesigner.Generator.ListIControlGenerator
Top

LOGICAL CreateBindingSource


Returns LOGICAL
Top

CHARACTER EntityJoin


Returns CHARACTER
Top

CHARACTER EntityName


Returns CHARACTER
Top

CHARACTER EntityTable


Returns CHARACTER
Top

CHARACTER EntityView


Returns CHARACTER
Top

CHARACTER PackageName


Returns CHARACTER


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