ProjectController Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
The ProjectController type exposes the following members.
Name | Description | |
---|---|---|
ProjectController |
Initializes a new instance of the ProjectController class.
|
Name | Description | |
---|---|---|
ControlledProject |
Gets the project controlled by this controller.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RaiseDDLSQLExported |
Raises the DDLSQLExported event.
| |
Reset |
Resets this instance.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
DDLSQLExported |
Raised when a DDL SQL script was successfully exported.
| |
DefaultsPerTargetElementTypeChanged |
Raised when the defaults for target elements in the controlling project have been changed through property edits.
| |
DerivedModelDefinitionAdded |
Raised when a model view was added to the project
| |
DerivedModelDefinitionChanged |
Event which is raised when a ModelView in this list was changed.
| |
DerivedModelDefinitionRemoved |
Raised when a model view was removed from the project
| |
ElementSettingsChanged |
Raised when a project element's settings are changed. This event is usable to trigger work scheduling based on changed settings.
| |
EntityDefinitionAdded |
Raised when an entity definition was added to the project
| |
EntityDefinitionChanged |
Event which is raised when an EntityDefinition in the project was changed, the sender is the entity definition which was changed.
| |
EntityDefinitionRemoved |
Raised when an entity definition was removed from the project
| |
GroupableModelElementMappingAdded |
Event which is raised when a GroupableModelElement mapping was added to the Mappings store in MappingData in the controlled project
| |
GroupableModelElementMappingChanged |
Event which is raised when a GroupableModelElement mapping in a DatabaseMappingData store in a MappingDataStore was changed. The DriverID of the
enclosed GroupableModelElementMapping can be used to track back to the DatabaseMappingData store where the mapping is located.
| |
GroupableModelElementMappingRemoved |
Event which is raised when a GroupableModelElement mapping was removed from the Mappings store in MappingData in the controlled project
| |
GroupableModelElementMappingTargetSetInvalidated |
Event which is raised when the set of GroupableModelElement mapping targets in a DatabaseMetaData store was invalidated. The driverID of the
DatabaseMetaData store is enclosed as value in the argument.
| |
GroupNamesInvalidated |
Raised when the group names known to the outside are invalidated, for example when an element's group was renamed. An observer
should rebuild lists of groupnames due to this event.
| |
InheritanceEdgeAdded |
Event which is raised when an inheritance edge is added to the inheritance hierarchies graph.
| |
InheritanceEdgeAdding |
Event which is raised when an inheritance edge is about to be addedthe inheritance hierarchies graph.
| |
InheritanceEdgeRemoved |
Event which is raised when an inheritance edge is removed from the inheritance hierarchies graph.
| |
InheritanceEdgeRemoving |
Event which is raised when an inheritance edge is about to be removed from the inheritance hierarchies graph.
| |
MappingDataChanged |
Event which is raised when the MappingDataStore was changed.
| |
MetaDataChanged |
Event which is raised when the metadatastore was changed.
| |
MetaDataElementAdded |
Event which is raised when an element inside the meta-data was added.
| |
MetaDataElementChanged |
Event which is raised when an element inside the meta-data was changed.
| |
MetaDataElementRemoved |
Event which is raised when an element inside the meta-data was removed.
| |
ModelViewAdded |
Raised when a model view was added to the project
| |
ModelViewChanged |
Event which is raised when a ModelView in this list was changed.
| |
ModelViewRemoved |
Raised when a model view was removed from the project
| |
NeedsDDLExportChanged |
Raised when the ddl export requirement changed. Eventargs contain a flag which is either true (export required) or not (export not required).
| |
ProjectChanged |
Event which is raised when the project is marked as changed
| |
RelationshipAdded |
Raised when a relationship edge was added to the entity model
| |
RelationshipChanged |
Raised when a navigator in a relationship was changed/cleared. Relationship endpoints can't be changed.
| |
RelationshipRemoved |
Raised when a relationship edge was removed from the entity model
| |
RootDocumentInModelChanged |
Event which is raised when a root document in a DerivedModelDefinition has been changed, added or removed. The root document involved is enclosed inside the event args.
At time of the event raise, the document does refer back to the containing DerivedModelDefinition, but it's not guaranteed that this stays this way, e.g. in case of
a remove
| |
SequenceSetInvalidated |
Event which is raised when the set of sequences in a DatabaseMetaData store was invalidated. The driverID of the DatabaseMetaData store
is enclosed as value in the argument.
| |
SPCallDefinitionAdded |
Raised when a SPCallDefinition was added to the project
| |
SPCallDefinitionChanged |
Event which is raised when a SPCallDefinition in the project was changed. The sender is the spcalldefinition which was changed.
| |
SPCallDefinitionRemoved |
Raised when a SPCallDefinitionn was removed from the project
| |
TargetFrameworkChanged |
Raised when the targetframework was changed in the controlled project.
| |
TvfCallDefinitionAdded |
Raised when a TvfCallDefinition was added to the project
| |
TvfCallDefinitionChanged |
Event which is raised when a TvfCallDefinition in the project was changed. The sender is the tvfcalldefinition which was changed.
| |
TvfCallDefinitionRemoved |
Raised when a TvfCallDefinitionn was removed from the project
| |
TypedListDefinitionAdded |
Raised when a TypedList definition was added to the project
| |
TypedListDefinitionChanged |
Event which is raised when a TypedListDefinition in the project was changed, the sender is the typedlist which was changed
| |
TypedListDefinitionRemoved |
Raised when a TypedList definition was removed from the project
| |
TypedViewDefinitionAdded |
Raised when a TypedViewDefinition was added to the project
| |
TypedViewDefinitionChanged |
Event which is raised when a TypedViewDefinition in the project was changed. The sender is the typedviewdefinition which was changed.
| |
TypedViewDefinitionRemoved |
Raised when a TypedViewDefinitionn was removed from the project
| |
TypeShortcutsInvalidated |
Raised when the type shortcuts in the current project are updated and therefore are invalidated and lists based on these typeshortcuts have to be updated.
| |
ValueTypeDefinitionAdded |
Raised when a value type definition was added to the project
| |
ValueTypeDefinitionChanged |
Event which is raised when a ValueTypeDefinition in the project was changed. The sender is the valuetypedefinition which was changed.
| |
ValueTypeDefinitionRemoved |
Raised when a value type definition was removed from the project
|