|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| # | AfterGenerateSourceHandler (Object, EventArgs) |
Event handler for the AfterGenerateSource event of the
BusinessEntityDatasetController |
|
| # | LONGCHAR BuildFillChildTableCall (character, character, integer) |
Builds the calls to the child table fill methods |
|
| # | DefineQueryAndBuffer (character, character[], character, character, character, character, character, character[], character[], integer, integer) |
Defines the query and buffer names for a table |
|
| # | CHARACTER FindOutputFolder () |
Returns the output folder (source code folder for business logic) |
|
| # | GenerateDataAccessQueries () |
Generates the DataAccess Fetch include and parameter classes |
|
| + | GenerateDataAccessQueries (dataset) |
Generates the Constants include file |
|
| # | LONGCHAR GenerateFillChildTablesMethod (character, integer, integer) |
Generates the Fill method for static query |
|
| # | CHARACTER GetFieldMapping (character, character) |
Returns the field mapping pairs for the named temp-table, for a db buffer |
|
| + | CHARACTER PrettifyName (character) |
Removes any "-" or "_" characters from a table or field name, and CamelCases
the result; so "order-master" becomes "OrderMaster" |
|
| # | CHARACTER RelationTypeConversion (character, character, character) |
Returns the ABL function required for the data-type
conversion of the parent field to match the child field |
|
| + | Shutdown () |
Method called when the Business Entity Designer will get closed |
|
| # | CHARACTER SourceDefaultQuery (character) |
Builds the "default" SourceDefaultQuery for a Business Entity temp-table |
|
| + | Startup (dataset, BusinessEntityDatasetController, BusinessEntityDesignerForm, UltraToolbarsManager) |
Method called when the Business Entity Designer is starting and
has loaded the plugin. |
|
| # | LONGCHAR UpdateDataAccess (character, character, character, character, character, CharacterDictionary) |
Adds the static query include to the DataAccess class, if needed |
|
| - | WriteFile (character, character, longchar) |
Writes a file to disk after publishing a BusinessEntityGenerator event |
| Options | Name | Purpose | |
|---|---|---|---|
| + | StaticDataAccessQueryPlugin () |
Default constructor |
|
Top
PROTECTED AfterGenerateSourceHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED LONGCHAR BuildFillChildTableCall (character, character, integer)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DefineQueryAndBuffer (character, character[], character, character, character, character, character, character[], character[], integer, integer)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER FindOutputFolder ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED GenerateDataAccessQueries ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC GenerateDataAccessQueries (dataset)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LONGCHAR GenerateFillChildTablesMethod (character, integer, integer)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER GetFieldMapping (character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER PrettifyName (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER RelationTypeConversion (character, character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Shutdown ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER SourceDefaultQuery (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Startup (dataset, BusinessEntityDatasetController, BusinessEntityDesignerForm, UltraToolbarsManager)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LONGCHAR UpdateDataAccess (character, character, character, character, character, CharacterDictionary)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE WriteFile (character, character, longchar)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC StaticDataAccessQueryPlugin ()
|
||||||||
|---|---|---|---|---|---|---|---|---|
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: |