Namespace: Consultingwerk.BusinessEntityDesigner.Services
Interface 
IFieldNameGeneratorService Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.BusinessEntityDesigner.Services.FieldNameGeneratorService, Consultingwerk.BusinessEntityDesigner.Services.FieldNameGeneratorService2

File:IFieldNameGeneratorService
Purpose:Interface describing method(s) required by classes that
can be used to generate temp-table field names for the
business entity generator
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Feb 17 10:54:55 CET 2011



Top Method Summary
Options Name Purpose
+ CHARACTER GenerateFieldName (character, character, character, table) Generates a temp-table field name


Method Detail
Top

PUBLIC CHARACTER GenerateFieldName (character, character, character, table)

Purpose: Generates a temp-table field name
Notes: Used by the Business Entity Generator when a table is dragged to the
design canvas or an existing temp-table (add new source table) or
when refreshing the table

Parameters:
pcDatabaseTableName CHARACTER
The name of the database talbe (source table)
pcDatabaseFieldName CHARACTER
The name of the database field (source field)
pcTempTableName CHARACTER
The name of the temp-table
eField TEMP-TABLE eField
The temp-table with the fields currently present in the business entity model
Returns CHARACTER
The name for the new temp-table field


Temp-Table Detail

Temp-Table eField

Defined in:


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:49:52