|
Interfaces | ||
---|---|---|
|
IDataRelationFieldsService | Interface describing method(s) required by classes that can be used to return the field names used by new DATA-RELATION objects in the business entity generator |
|
IFieldNameGeneratorService | Interface describing method(s) required by classes that can be used to generate temp-table field names for the business entity generator |
|
IRelatedTablesProvider | Interface for services that provide the related tables for the selected database table |
|
ITableNameGeneratorService | Interface for classes that support the TableNameGeneratorService setting in the Business Entity Designer options. Classes implementing this Interface can be used to translate database table names into temp-table names (e.g. Replacing - or _ with a camel-case syntax. The Temp-Table name prefix and suffix settings will still be applied to the temp-table names. |
|
IValidationMethodTemplateProvider | Optional service interface that allows injection of additional validation hook templates into the Business Entity Source Editor form (SCL-1801). |
Classes | ||
---|---|---|
|
AssignSkipDictionaryEntry | Describes a single statement that calls into the AssignSkipDictionary method of a DataAccess class |
|
AssignSkipDictionaryParser | Parses the invokations to the AssignSkipDictionary method in the constructor of a DataAccess class |
|
BusinessEntityBusinessEntity | Business Entity provides access to business entity designs using bedgm files |
|
BusinessEntityDataAccess | |
|
BusinessEntityDatasetController | Dataset Controller for the Business Entity Dataset |
|
CancelableFileEventArgs | Event Argument class for the BeforeFileOpen and BeforeFileSave event of the BusinessEntityDatasetController |
|
DatabaseSchemaBusinessEntity | |
|
DatabaseSchemaDataAccess | Retrieves Database Schema information for the Business Entity Designer |
|
DatabaseSchemaDatasetController | Dataset Controller for the Database Schema Dataset |
|
DataRelationFieldsService | Default IDataRelationFieldsService Implementation Used to return the field names used by new DATA-RELATION objects in the business entity generator |
|
FieldNameGeneratorService | Default field name generator service |
|
FieldNameGeneratorService2 | Alternative field name generator service |
|
FileEventArgs | Event Argument class for the AfterFileOpen and AfterFileSave event of the BusinessEntityDatasetController |
|
GetCustomPropertyNamesEventArgs | |
|
GetCustomPropertyValuesEventArgs | |
|
ListAssignSkipDictionaryEntry | List of AssignSkipDictionary instances |
|
OpenSaveParameter | Parameter object for the Open and Save methods of the Business Entity Designer |
|
TableNameGeneratorService | Default TableNameGeneratorService implementation The Temp-Table name prefix and suffix settings will still be applied to the temp-table names. |
|
TempTableAstNodeAvailableEventArgs | Event argument for the TempTableAstNodeAvailable event of the TempTableAstWalker class |
|
TempTableAstWalker | Walks the Proparse AST searching for Temp-Table nodes |
|
TempTableImporter | Imports a temp-table into the Business Entity model |
|
VerifyModifiedParameter | Parameter object for the VerifyModified method of the Business Entity Designer |
Enums | ||
---|---|---|
|
CustomPropertiesScopeEnum | |
|
FieldRemovedHandlingEnum | Enum with possible values how to deal with temp-table fields that are still part of the model, but the source database field is not longer existing |