|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| Consultingwerk.Framework.Enum.DialogResultEnum AskQuestion (character, character) |
Centralized wrapper for question dialogs |
||
| CHARACTER BuildReceiveDataCodeBlock () |
Builds the source code for the ReceiveData method (Calculated Fields) |
||
| CHARACTER CaseKeywords (character) |
Returns the input string in the selected keyboard casing |
||
| CHARACTER CaseKeywords (character, character) |
Returns the input string in the selected keyboard casing |
||
| LOGICAL CheckDirectoriesExist (logical) |
Verifies that all output directories exist |
||
| LOGICAL CheckNotWriteProtected (character, logical) |
Verifies if files are write protected and optionally prompts if files
should be overwritten |
||
| LOGICAL CheckNotWriteProtected (logical, logical) |
Verifies if files are write protected and optionally prompts if files
should be overwritten |
||
| CHARACTER CheckTemplatePath (character) |
Locates a template file and throws an Error when the template
cannot be located |
||
| CHARACTER ChildTablesOf (character) |
Returns the child tables of the given temp-table |
||
| ClearRestOfLine (INode, RefactorSession2) |
Empties all Nodes sibling and children of the given poNode |
||
| LOGICAL Compile (dataset) |
Complies the generated BusinessEntity, DataAccess and DatasetController
classes |
||
| CompileFile (character, character) |
Compiles a file |
||
| Consultingwerk.BusinessEntityDesigner.Generator.DataAccessStyleEnum DataAccessStyle (character) |
Determines the style used for the Data Access class |
||
| EvaluateFolderNames () |
Evaluates the source and r-code folder names |
||
| CHARACTER FieldInitialValue (character, character) |
Converts the field's initial value based on the current numeric settings |
||
| Consultingwerk.Studio.ProparseApi.INode FindMethod (IParseUnit, character) |
Parses the Business Entity and returns the INode representing the
ValidateData method |
||
| org.prorefactor.core.JPNode FindMethod (ParseUnit, character) |
Parses the Business Entity and returns the JPNode representing the
ValidateData method |
||
| FixLineBreak (character) |
Fixes the line breaks of the generated source |
||
| LONGCHAR GenerateAssignSourceBufferAndTables () |
Returns the source code that assigns the SourceBufferNames
and SourceTableNames properties |
||
| GenerateAssignSourceBufferAndTables (character, character) |
Returns the source code that assigns the SourceBufferNames
and SourceTableNames properties |
||
| CHARACTER GenerateBusinessEntity () |
Generates the Business Entity |
||
| LOGICAL GenerateCode (dataset) |
Generates the source code |
||
| CHARACTER GenerateDataAccessObject () |
Generates the Data Access Object |
||
| GenerateDataAccessObjectDetails (longchar, longchar, longchar, longchar, longchar, CharacterDictionary) |
Generates the DataSource Object Details |
||
| GenerateDataAccessObjectDetails2 (longchar, longchar, longchar, longchar, longchar, CharacterDictionary) |
Generates the DataSource Object Details |
||
| CHARACTER GenerateDataset () |
Generates the dataset include file |
||
| CHARACTER GenerateDatasetController () |
Generates the dataset controller |
||
| CHARACTER GenerateFileAnnotation (character, character, character) |
Returns the source code for the @FILEANNOTATION@ based on the
role of the file and the business entity |
||
| LONGCHAR GenerateSourceColumnWhen (character) |
Returns the WHEN branch for the SourceColumn CASE Statement
of a single temp-table |
||
| CHARACTER GenerateTempTables () |
Generates the temp-table include files |
||
| CHARACTER GenerateXmlSchema () |
Generates XML schema representation of the Dataset |
||
| Consultingwerk.Studio.ProparseApi.INode GetAnnotationNode (character, character) |
Locates the INode representing an Annotation in the source code |
||
| Consultingwerk.Studio.ProparseApi.INode GetAnnotationNode (character, character, IParseUnit) |
Locates the INode representing an Annotation in the source code |
||
| GetAnnotationToFrom (character, character, character, character, integer, integer) |
Locates the lines a start and end annotation are contained in a
source code unit |
||
| CHARACTER GetAssignSkipDictionaryComplete () |
Returns the full list of all AssignSkipDictionary entries |
||
| CHARACTER GetAssignSkipDictionaryEntry (character) |
Generate the Buffer specific AssignSkipDictionary statement |
||
| Consultingwerk.Studio.ProparseApi.INode GetEndNodeOfConstructor (IParseUnit) |
Finds the END Node of the default Constructor |
||
| CHARACTER GetExcludedFields (character) |
Returns the list of field names that should be excluded from AttachDataSource |
||
| CHARACTER GetFieldMapping (character, integer) |
Returns the field mapping pairs for the named temp-table |
||
| LOGICAL GetRegenerate (character) |
Returns if the component identified by the ID should be
regenerated |
||
| Consultingwerk.BusinessEntityDesigner.Generator.ListRegenerateParameter GetRegenerateParameters () |
Returns the list of the regenerate parameters |
||
| CHARACTER GetTopNavBuffers () |
Returns the comma delimited list of the top-nav buffers of the generated dataset |
||
| CHARACTER GetUserId () |
Returns the current windows user d |
||
| CHARACTER GetUserName () |
Returns the current windows user name |
||
| LOGICAL HasCalculatedFields () |
Returns if the Business Entity design contains calculated fields |
||
| LOGICAL HasValidations () |
Returns if the Business Entity design contains validations |
||
| OnAfterWriteFile (AfterWriteFileEventArgs) |
Raises the AfterWriteFile event |
||
| OnGenerateTempTable (GenerateTempTableEventArgs) |
Raises the GenerateTempTable event |
||
| OnProvideRegeneratePrompt (ProvideRegeneratePromptEventArgs) |
Raises the ProvideRegeneratePrompt event |
||
| OnValidateDesign (CancelableEventArgs) |
Raises the ValidateDesign event |
||
| OnWriteFile (WriteFileEventArgs) |
Raises the WriteFile event |
||
| OpenFilesInIDE (character) |
Opens the generated files in the IDE |
||
| LOGICAL PromptForOverwrite (character) |
Prompts for overwriting an existing file |
||
| Consultingwerk.BusinessEntityDesigner.Generator.AfterWriteFileEventArgs RaiseAfterWriteFileEvent (character, character) |
Raises the AfterWriteFile event from the Business Entity Dataset Controller |
||
| Consultingwerk.BusinessEntityDesigner.Generator.WriteFileEventArgs RaiseWriteFileEvent (character, character) |
Raises the WriteFile event from the Business Entity Dataset Controller |
||
| LOGICAL RegenerateCode (dataset) |
Re-generates the source code |
||
| CHARACTER UnqualifiedTableNames (character) |
Returns a list of unqualified table names by removing the database prefix |
||
| UpdateAssignSkipDictionary (character) |
Updates the AssignSkipDictionary entries in the Constructor |
||
| UpdateAttachDataSource (character) |
Updates the Attach Data Source Method |
||
| CHARACTER UpdateBusinessEntity () |
Updates the Business Entity by merging the current source code
with the model |
||
| UpdateBusinessEntityCalculatedFields (character) |
Updates the Business Entity Calculated Fields |
||
| UpdateBusinessEntityValidation (character) |
Updates the Business Entity Validation |
||
| CHARACTER UpdateDataAccessObject () |
Updates the Data Access Object by merging the current source code
with the model |
||
| UpdateDataSourceDefinition (character) |
Updates the Data Source Definition |
||
| UpdateDetachDataSource (character) |
Updates the Detach Data Source Method |
||
| UpdateEnableParentRelationMethods (character) |
Updates the EnableParentRelation methods in the Data Access class |
||
| UpdateExistingSourceDefaultQuery (character) |
Updates the SourceDefault Method |
||
| UpdateMappingDefinition (character) |
Updates the mapping definition |
||
| UpdateSourceColumn (character) |
Updates the SourceColumn Method |
||
| UpdateSourceDefaultQuery (character) |
Updates the SourceDefault Method |
||
| CHARACTER ValidABLIdentifier (character) |
Limits the length of an identifier to 32 characters (ABL maximum) |
||
| ValidateDesign () |
Validates the Design information |
||
| ValidateDesign (dataset) |
Validates the Design information |
||
| ValidateUniqueSerializeNames () |
Validates uniqueness of serialize names |
| Options | Name | Purpose | |
|---|---|---|---|
| BusinessEntityGenerator () |
Constructor for the BusinessEntityGenerator class |
| Options | Name | Purpose | |
|---|---|---|---|
| AfterWriteFile (Object, AfterWriteFileEventArgs) |
Raised when the Business Entity Designer writes to an output file |
||
| GenerateTempTable (Object, GenerateTempTableEventArgs) |
Raised when the Business Entity Generator generates a temp-table |
||
| ProvideRegeneratePrompt (Object, ProvideRegeneratePromptEventArgs) |
Raised when the Business Entity Generator needs to obtain the list of regenerate prompts |
||
| ValidateDesign (CancelableEventArgs) |
Raised when the Business Entity Designer validates the design |
||
| WriteFile (Object, WriteFileEventArgs) |
Raised when the Business Entity Designer writes to an output file |
| Options | Name | Purpose | |
|---|---|---|---|
| Consultingwerk.BusinessEntityDesigner.Generator.Generated Generated |
|
||
| LOGICAL OpenFilesInIDE |
|
||
| LOGICAL SilentMode |
|
||
| LOGICAL SilentModeUpdateDataAccess |
|
||
| CHARACTER SuffixBusinessEntity |
|
||
| CHARACTER SuffixDataAccess |
|
||
| CHARACTER SuffixDatasetController |
|
|
Top
Consultingwerk.Framework.Enum.DialogResultEnum AskQuestion (character, character)
|
||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER BuildReceiveDataCodeBlock ()
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER CaseKeywords (character)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER CaseKeywords (character, character)
|
||||||||||||||||||||||||||||||||||||||||||
LOGICAL CheckDirectoriesExist (logical)
|
||||||||||||||||||||||||||||||||||||||||||
LOGICAL CheckNotWriteProtected (character, logical)
|
||||||||||||||||||||||||||||||||||||||||||
LOGICAL CheckNotWriteProtected (logical, logical)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER CheckTemplatePath (character)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER ChildTablesOf (character)
|
||||||||||||||||||||||||||||||||||||||||||
ClearRestOfLine (INode, RefactorSession2)
|
||||||||||||||||||||||||||||||||||||||||||
LOGICAL Compile (dataset)
|
||||||||||||||||||||||||||||||||||||||||||
CompileFile (character, character)
|
||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.BusinessEntityDesigner.Generator.DataAccessStyleEnum DataAccessStyle (character)
|
||||||||||||||||||||||||||||||||||||||||||
EvaluateFolderNames ()
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER FieldInitialValue (character, character)
|
||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.Studio.ProparseApi.INode FindMethod (IParseUnit, character)
|
||||||||||||||||||||||||||||||||||||||||||
org.prorefactor.core.JPNode FindMethod (ParseUnit, character)
|
||||||||||||||||||||||||||||||||||||||||||
FixLineBreak (character)
|
||||||||||||||||||||||||||||||||||||||||||
LONGCHAR GenerateAssignSourceBufferAndTables ()
|
||||||||||||||||||||||||||||||||||||||||||
GenerateAssignSourceBufferAndTables (character, character)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GenerateBusinessEntity ()
|
||||||||||||||||||||||||||||||||||||||||||
LOGICAL GenerateCode (dataset)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GenerateDataAccessObject ()
|
||||||||||||||||||||||||||||||||||||||||||
GenerateDataAccessObjectDetails (longchar, longchar, longchar, longchar, longchar, CharacterDictionary)
|
||||||||||||||||||||||||||||||||||||||||||
GenerateDataAccessObjectDetails2 (longchar, longchar, longchar, longchar, longchar, CharacterDictionary)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GenerateDataset ()
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GenerateDatasetController ()
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GenerateFileAnnotation (character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||
LONGCHAR GenerateSourceColumnWhen (character)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GenerateTempTables ()
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GenerateXmlSchema ()
|
||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.Studio.ProparseApi.INode GetAnnotationNode (character, character)
|
||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.Studio.ProparseApi.INode GetAnnotationNode (character, character, IParseUnit)
|
||||||||||||||||||||||||||||||||||||||||||
GetAnnotationToFrom (character, character, character, character, integer, integer)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetAssignSkipDictionaryComplete ()
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetAssignSkipDictionaryEntry (character)
|
||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.Studio.ProparseApi.INode GetEndNodeOfConstructor (IParseUnit)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetExcludedFields (character)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetFieldMapping (character, integer)
|
||||||||||||||||||||||||||||||||||||||||||
LOGICAL GetRegenerate (character)
|
||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.BusinessEntityDesigner.Generator.ListRegenerateParameter GetRegenerateParameters ()
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetTopNavBuffers ()
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetUserId ()
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetUserName ()
|
||||||||||||||||||||||||||||||||||||||||||
LOGICAL HasCalculatedFields ()
|
||||||||||||||||||||||||||||||||||||||||||
LOGICAL HasValidations ()
|
||||||||||||||||||||||||||||||||||||||||||
OnAfterWriteFile (AfterWriteFileEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
OnGenerateTempTable (GenerateTempTableEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
OnProvideRegeneratePrompt (ProvideRegeneratePromptEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
OnValidateDesign (CancelableEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
OnWriteFile (WriteFileEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||
OpenFilesInIDE (character)
|
||||||||||||||||||||||||||||||||||||||||||
LOGICAL PromptForOverwrite (character)
|
||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.BusinessEntityDesigner.Generator.AfterWriteFileEventArgs RaiseAfterWriteFileEvent (character, character)
|
||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.BusinessEntityDesigner.Generator.WriteFileEventArgs RaiseWriteFileEvent (character, character)
|
||||||||||||||||||||||||||||||||||||||||||
LOGICAL RegenerateCode (dataset)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER UnqualifiedTableNames (character)
|
||||||||||||||||||||||||||||||||||||||||||
UpdateAssignSkipDictionary (character)
|
||||||||||||||||||||||||||||||||||||||||||
UpdateAttachDataSource (character)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER UpdateBusinessEntity ()
|
||||||||||||||||||||||||||||||||||||||||||
UpdateBusinessEntityCalculatedFields (character)
|
||||||||||||||||||||||||||||||||||||||||||
UpdateBusinessEntityValidation (character)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER UpdateDataAccessObject ()
|
||||||||||||||||||||||||||||||||||||||||||
UpdateDataSourceDefinition (character)
|
||||||||||||||||||||||||||||||||||||||||||
UpdateDetachDataSource (character)
|
||||||||||||||||||||||||||||||||||||||||||
UpdateEnableParentRelationMethods (character)
|
||||||||||||||||||||||||||||||||||||||||||
UpdateExistingSourceDefaultQuery (character)
|
||||||||||||||||||||||||||||||||||||||||||
UpdateMappingDefinition (character)
|
||||||||||||||||||||||||||||||||||||||||||
UpdateSourceColumn (character)
|
||||||||||||||||||||||||||||||||||||||||||
UpdateSourceDefaultQuery (character)
|
||||||||||||||||||||||||||||||||||||||||||
CHARACTER ValidABLIdentifier (character)
|
||||||||||||||||||||||||||||||||||||||||||
ValidateDesign ()
|
||||||||||||||||||||||||||||||||||||||||||
ValidateDesign (dataset)
|
||||||||||||||||||||||||||||||||||||||||||
ValidateUniqueSerializeNames ()
|
||||||||||||||||||||||||||||||||||||||||||
BusinessEntityGenerator ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
AfterWriteFile (Object, AfterWriteFileEventArgs)
|
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GenerateTempTable (Object, GenerateTempTableEventArgs)
|
||||||||||||||||||||||||
ProvideRegeneratePrompt (Object, ProvideRegeneratePromptEventArgs)
|
||||||||||||||||||||||||
ValidateDesign (CancelableEventArgs)
|
||||||||||||||||||||||||
WriteFile (Object, WriteFileEventArgs)
|
||||||||||||||||||||||||
Consultingwerk.BusinessEntityDesigner.Generator.Generated Generated
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
LOGICAL OpenFilesInIDE
|
|||||||||
LOGICAL SilentMode
|
|||||||||
LOGICAL SilentModeUpdateDataAccess
|
|||||||||
CHARACTER SuffixBusinessEntity
|
|||||||||
CHARACTER SuffixDataAccess
|
|||||||||
CHARACTER SuffixDatasetController
|
|||||||||
Temp-Table eBusinessEntityDefined in: |
Temp-Table eBusinessEntityPropertiesDefined in: |
Temp-Table eDataRelationDefined in: |
Temp-Table eDataRelationPropertiesDefined in: |
Temp-Table eFieldDefined in: |
Temp-Table eFieldPropertiesDefined in: |
Temp-Table eIndexDefined in: |
Temp-Table eIndexPropertiesDefined in: |
Temp-Table eTableDefined in: |
Temp-Table eTablePropertiesDefined in: |