|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | BeginChangeSettings () |
Used to flag that a series of settings is being saved |
|
+ | EndChangeSettings () |
Used to flag that a series of settings has been saved |
|
# | OnSettingsChanged (EventArgs) |
Raises the SettingsChanged event |
|
+ | SaveSettings () |
Saves settings to the file .BusinessEntityDesignerSettings.xml |
Options | Name | Purpose | |
---|---|---|---|
BusinessEntityDesignerSettings () |
Constructor for the BusinessEntityDesignerSettings class |
Options | Name | Purpose | |
---|---|---|---|
+ | SettingsChanged (Object, EventArgs) |
Raised then the settings have changed |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER ApacheAntCommandLine |
The name of the executable of Apache ANT. Add the directory, if ant.bat
is not available in the system PATH |
|
+ | CHARACTER BusinessEntityDesignerPlugins |
The names of the plugin classes used by the business entity designer,
Seperated with the pipe character (|). |
|
+ | CHARACTER BusinessEntityGenerator |
The name of the class used to generate the actual source code |
|
+ | LOGICAL CompileDatasetController |
Controls of the Business Entity Generator is supposed to compile
the DatasetController class |
|
+ | CHARACTER CustomServices |
Gets and sets a custom services file to be used by the Business Entity
Designer |
|
+ | CHARACTER DataRelationFieldsService |
The name of the class used to generate data-relation field names for
new data-relations dragged to the design canvas |
|
+ | CHARACTER DefaultBeforeTablePrefix |
The default prefix used for before table names generated for
db tables dragged to the design canvas |
|
+ | CHARACTER DefaultBeforeTableSuffix |
The default suffix used for before table names generated for
db tables dragged to the design canvas |
|
+ | CHARACTER DefaultTablePrefix |
The default prefix used for temp-table names generated for
db tables dragged to the design canvas |
|
+ | CHARACTER DefaultTableSuffix |
The default suffix used for temp-table names generated for
db tables dragged to the design canvas |
|
+ | LOGICAL DistinctTempTableIncludeFiles |
The default for the DistinctTempTableIncludeFiles property of
business entities (generate seperate include files per temp-table) |
|
+ | CHARACTER FieldNameGeneratorService |
The name of the class used to generate temp table field names for
fields of db tables dragged to the design canvas |
|
+ | LOGICAL GenerateDatasetController |
Value for the GenerateDatasetController flag for new Business Entities |
|
+ | CHARACTER IncludeFilesBaseFolder |
The sourcecode directory for include files |
|
+ | CHARACTER KeywordCasing |
Gets and sets if Keywords generated by the code generators should
get generated in upper or lower case |
|
+ | CHARACTER LauncherCommandLine |
The command line used by the Business Entity Designer Launcher |
|
+ | CHARACTER LauncherProversion |
The Progress installation version used by the Business Entity
Designer Launcher |
|
+ | LOGICAL OpenFilesInIDE |
Open generated files in OpenEdge IDE after generating |
|
+ | LOGICAL PromptForSaveBeforeGenerate |
Prompt for Save Changes before generating code |
|
+ | CHARACTER RCodeBaseFolder |
The r-code directory |
|
+ | CHARACTER RCodeBaseFolderGui |
The r-code directory for GUI objects |
|
+ | CHARACTER RelationNameSubstitute |
The name pattern used by the business entity designer when
generating names for DATA-RELATION objects, i.e. "&1&2Relation" |
|
+ | LOGICAL ReplaceHyphenInTableName |
Option to replace hyphens in database table names with proper
CamelCase when dragging a database table onto the design cansas |
|
+ | LOGICAL ReplaceUnderScoreInTableName |
Option to replace underscores in database table names with proper
CamelCase when dragging a database table onto the design cansas |
|
+ | CHARACTER SettingsFile |
Returns the name of the Settings File that settings were loaded from |
|
+ | LOGICAL SettingsFileLoaded |
Returns if a settings file was found when starting the Business
Entity Designerthe |
|
+ | CHARACTER SourceCodeBaseFolder |
The sourcecode directory |
|
+ | CHARACTER SourceCodeBaseFolderGui |
The sourcecode directory for GUI objects |
|
+ | LOGICAL SplitArrayFields |
Split Array Fields into seperate fields when dragging database
tables on the design canvas |
|
+ | LOGICAL SynchronizeTempTablesOnOpen |
Synchronize temp-tables when opening .bedgm file |
|
+ | CHARACTER TableNameGeneratorService |
The tablename generator |
|
+ | CHARACTER TemplateFolder |
The folder containing the template files used by the code
generator |
|
+ | LOGICAL UseLocalFileHistory |
Use a local LRU .bedgm file history - one per .BusinessEntityDesignerSettings |
|
+ | LOGICAL ViewUnderscoreTables |
Controls if underscore tables (meta schema and VST's) should be
shown in the settings |
Top
PUBLIC BeginChangeSettings ()
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC EndChangeSettings ()
|
|||||||||||||||
PROTECTED OnSettingsChanged (EventArgs)
|
|||||||||||||||
PUBLIC SaveSettings ()
|
STATIC BusinessEntityDesignerSettings ()
|
---|
PUBLIC SettingsChanged (Object, EventArgs)
|
---|
PUBLIC CHARACTER ApacheAntCommandLine
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER BusinessEntityDesignerPlugins
|
|||||||||||||||||
PUBLIC CHARACTER BusinessEntityGenerator
|
|||||||||||||||||
PUBLIC LOGICAL CompileDatasetController
|
|||||||||||||||||
PUBLIC CHARACTER CustomServices
|
|||||||||||||||||
PUBLIC CHARACTER DataRelationFieldsService
|
|||||||||||||||||
PUBLIC CHARACTER DefaultBeforeTablePrefix
|
|||||||||||||||||
PUBLIC CHARACTER DefaultBeforeTableSuffix
|
|||||||||||||||||
PUBLIC CHARACTER DefaultTablePrefix
|
|||||||||||||||||
PUBLIC CHARACTER DefaultTableSuffix
|
|||||||||||||||||
PUBLIC LOGICAL DistinctTempTableIncludeFiles
|
|||||||||||||||||
PUBLIC CHARACTER FieldNameGeneratorService
|
|||||||||||||||||
PUBLIC LOGICAL GenerateDatasetController
|
|||||||||||||||||
PUBLIC CHARACTER IncludeFilesBaseFolder
|
|||||||||||||||||
PUBLIC CHARACTER KeywordCasing
|
|||||||||||||||||
PUBLIC CHARACTER LauncherCommandLine
|
|||||||||||||||||
PUBLIC CHARACTER LauncherProversion
|
|||||||||||||||||
PUBLIC LOGICAL OpenFilesInIDE
|
|||||||||||||||||
PUBLIC LOGICAL PromptForSaveBeforeGenerate
|
|||||||||||||||||
PUBLIC CHARACTER RCodeBaseFolder
|
|||||||||||||||||
PUBLIC CHARACTER RCodeBaseFolderGui
|
|||||||||||||||||
PUBLIC CHARACTER RelationNameSubstitute
|
|||||||||||||||||
PUBLIC LOGICAL ReplaceHyphenInTableName
|
|||||||||||||||||
PUBLIC LOGICAL ReplaceUnderScoreInTableName
|
|||||||||||||||||
PUBLIC CHARACTER SettingsFile
|
|||||||||||||||||
PUBLIC LOGICAL SettingsFileLoaded
|
|||||||||||||||||
PUBLIC CHARACTER SourceCodeBaseFolder
|
|||||||||||||||||
PUBLIC CHARACTER SourceCodeBaseFolderGui
|
|||||||||||||||||
PUBLIC LOGICAL SplitArrayFields
|
|||||||||||||||||
PUBLIC LOGICAL SynchronizeTempTablesOnOpen
|
|||||||||||||||||
PUBLIC CHARACTER TableNameGeneratorService
|
|||||||||||||||||
PUBLIC CHARACTER TemplateFolder
|
|||||||||||||||||
PUBLIC LOGICAL UseLocalFileHistory
|
|||||||||||||||||
PUBLIC LOGICAL ViewUnderscoreTables
|