|
Options |
Name |
Purpose |
|
#
|
AfterGenerateSourceHandler (Object, EventArgs)
|
Event handler for the AfterGenerateSource event of the
BusinessEntityDatasetController Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
+
|
Consultingwerk.Framework.Enum.DialogResultEnum AskQuestion (character, character, character)
|
Ask a question Overrides Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin:AskQuestion (character, character, character)
|
|
#
|
LOGICAL CheckDirectoriesExist ()
|
Validates that the target folders exists of prompts for create Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
CHARACTER CheckTemplatePath (character)
|
Verifies the path to a template file Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
CHARACTER FindOutputFolder ()
|
Returns the output folder (source code folder for business logic) Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
LONGCHAR GenerateConstructors (character)
|
Returns the code for the search constructors Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
GenerateModelClasses ()
|
Generates the Model Classes Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
+
|
GenerateModelClasses (dataset)
|
Generates the Model Classes Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
+
|
GenerateModelClasses (dataset, GenerateModelClassesEnum)
|
Generates the Model Classes Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
+
|
GenerateModelClasses (dataset, GenerateModelClassesEnum, character, character)
|
Generates the Model Classes Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
GenerateModelClasses (GenerateModelClassesEnum)
|
Generates the Model Classes Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
GenerateModelClasses (GenerateModelClassesEnum, character, character)
|
Generates the Model Classes Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
GenerateModelInterfaces (GenerateModelClassesEnum)
|
Generates Interfaces for the Model Classes Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
GenerateModelInterfaces (GenerateModelClassesEnum, character, character)
|
Generates Interfaces for the Model Classes Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
LONGCHAR GenerateModelMethods ()
|
Generates methods for the datasetmodel_generated class Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
LONGCHAR GenerateNewFilterMethods ()
|
Generates the source code for the NewFilter methods Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
GetCustomPropertyNamesHandler (Object, GetCustomPropertyNamesEventArgs)
|
Event handler for the GetCustomPropertyNamesHandler event of the
BusinessEntityDatasetController Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
GetCustomPropertyValuesHandler (Object, GetCustomPropertyValuesEventArgs)
|
Event handler for the GetCustomPropertyNamesHandler event of the
BusinessEntityDatasetController Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
LOGICAL IsPluginActive ()
|
Returns if the Plugin is active (not disabled) Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
OnGetDatasetModelMembers (GetDatasetModelMembersEventArgs)
|
Raises the GetDatasetModelMembers Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
OnGetTableModelMembers (GetTableModelMembersEventArgs)
|
Raises the GetTableModelMembers Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
ShowWarningMessage (character, character)
|
Shows a warning message Overrides Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin:ShowWarningMessage (character, character)
|
|
+
|
Shutdown ()
|
Method called when the Business Entity Designer will get closed
|
|
+
|
Startup (dataset, IBusinessEntityDatasetController, IBusinessEntityDesignerPluginManager)
|
Method called when the Business Entity Designer is starting and
has loaded the plugin.
|
|
#
|
UpdateBusinessEntityAnnotations ()
|
Updates the Annotations @DatasetModel and @TableModel Annotations Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
UpdateSearchConstructors (character, character)
|
Updates the search constructors in an existing dataset model class Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|
|
#
|
ValidateSearchCodeIndexes ()
|
Validates that the indexes flagged with "Default Search Code Generation"
do not cause constructors with duplicate signatures Inherited from Consultingwerk.BusinessEntityDesigner.Common.Plugins.AbstractModelClassGeneratorPlugin
|