Namespace: Consultingwerk.Studio.SmartDox
Class 
SmartDoxHelper Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:SmartDoxHelper
Author(s):Sebastian Düngel / Consultingwerk Ltd.
Created:Mon Oct 15 07:15:41 CEST 2012



Top Method Summary
Options Name Purpose
+ LONGCHAR GenerateParameterComments (table) Generate and formated the parameter comments
+ LONGCHAR RemoveCommentLines (longchar) Remove all not usability comment lines.
+ LONGCHAR ReplaceBlank (longchar) Replace all space characters with  
+ LONGCHAR SignatureParser (longchar, table) Parse a longchar and replace values.

Top Constructor Summary
Options Name Purpose
- SmartDoxHelper () Disallow instance creation


Method Detail
Top

PUBLIC LONGCHAR GenerateParameterComments (table)

Purpose: Generate and formated the parameter comments
Notes:

Parameters:
eParameterComment TEMP-TABLE eParameterComment
The parameter Temp-Table
Returns LONGCHAR
The formated longchar values
Top

PUBLIC LONGCHAR RemoveCommentLines (longchar)

Purpose: Remove all not usability comment lines.
Notes:

Parameters:
pcComment LONGCHAR
A longchar value which formated from the RemoveCommentLines
Returns LONGCHAR
The formated longchar value
Top

PUBLIC LONGCHAR ReplaceBlank (longchar)

Purpose: Replace all space characters with  
Notes:

Parameters:
plcString LONGCHAR
A longchar value which replace all space characters
Returns LONGCHAR
The formated string value with the replaced space character
Top

PUBLIC LONGCHAR SignatureParser (longchar, table)

Purpose: Parse a longchar and replace values.
Notes:

Parameters:
pcSignature LONGCHAR
A longchar value which formated from the commentparser.
eUsing TEMP-TABLE eUsing
The Using TempTable.
Returns LONGCHAR
The formated longchar value


Constructor Detail
Top

PRIVATE SmartDoxHelper ()

Purpose: Disallow instance creation
Notes:



Temp-Table Detail

Temp-Table eParameterComment

Defined in:

Temp-Table eUsing

Defined in:


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:16:17