SD.LLBLGen.Pro.ApplicationCore.ProjectClasses Namespace |
Class | Description | |
---|---|---|
EventRedispatcher |
EventRedispatcher implementation. The EventReDispatcher redispatches events to subscribers.
The EventRedispatcher is used to create decoupled shortcuts from elements deep in an object hierarchy to the project controller.
| |
EventRedispatcherSingleton |
Singleton class for the EventRedispatcher instance, which redispatches events to subscribers.
The EventDispatcher is used to create decoupled shortcuts from elements deep in an object hierarchy to the project controller.
| |
Project |
Class which represents an LLBLGen Pro project.
| |
ProjectController |
Class which is used for project viewers to obtain information from the project in sequential ways (as project information is stored in graphs)
and also to be able to perform tasks inside a project, based on events raised from various elements inside the project.
| |
ProjectProperties |
General properties container for project. Used to store project properties so they can be edited through a propertygrid.
|