Easymap.AddIn Namespace |
| Class | Description | |
|---|---|---|
| AddInAttribute |
This Attribute marks a class as an importable EasyMap AddIn. It implements System.ComponentMode.Composition.ExportAttribute.
For more information about EasyMap Application AddIns see IAddIn.
| |
| Application |
The Application class provides access to global application properties and documents.
| |
| ApplicationFindFileEventArgs |
Parameters of the find file handler event .
| |
| ApplicationFindFileEventArgsFindFileInfo |
Holds the information for searching, browsing files.
| |
| ApplicationUnhandledExceptionArgs |
Parameters of the unhandled exception handler event .
| |
| ApplicationEvents |
Defines several application events, which can be binded.
| |
| ApplicationSettings |
Temporary application settings
| |
| Command |
Represents an entry in the main menu or toolbar.
| |
| CommandArgs |
Arguments for click and update handlers of the Command.
| |
| CommandCollection |
Maintains a list of registered Commands.
| |
| CommandCollectionCommandLineHandlerArgs |
Parameters of the command line handler event
| |
| Document |
The Document Class represents an loaded EasyMap document file (empx).
| |
| DocumentCollection |
List of all available Documents | |
| DocumentMetadata |
Contains common metadata like author, last saved date, etc.
| |
| DocumentVariablesCollection |
Contains user-defined variables, which can be used in macros.
| |
| Factories |
Not supported, yet.
| |
| FindFileArgs |
Event arguments which provides data for find file event.
| |
| NodeCollection |
List of all Nodes in this document
| |
| RuntimeLicenseCollection |
A list of runtime licenses.
| |
| Sheet |
A Sheet is a host for visual elements.
| |
| SheetCollection |
List of all sheets in this document
| |
| SheetStatusChangedEventArgs |
Base EventArgs class, which provides data for mouse events.
| |
| Syncronize |
Class to syncronize async operations.
| |
| UnhandledExceptionArgs |
Event arguments which provides data for unhandled exceptions event.
|
| Interface | Description | |
|---|---|---|
| IAddIn |
Base interface for EasyMap application AddIns.
The class gets automaticaly loaded on startup if it is decorated with the AddInAttribute
(Note: A reference to System.ComponentModel.Composition is regquired!)
| |
| IAddInDescription |
Interface for the AddInAttribute
|
| Delegate | Description | |
|---|---|---|
| ApplicationFindFileEventHandler |
Represents the method that will handle the FindFile event.
| |
| ApplicationUnhandledExceptionHandler |
Represents the method that will handle the UnhandledException event.
| |
| CommandCollectionCommandLineHandler |
Represents the method that will handle the CommandLine event.
| |
| CommandEventHandler |
Represents the method that will handle the Command event.
| |
| FindFileHandler |
Represents the method that will handle the FindFile event.
| |
| SheetStatusChangedHandler |
Represents the method that will handle the sheet status changed event.
| |
| UnhandledExceptionHandler |
Represents the method that will handle the UnhandledException event.
|
| Enumeration | Description | |
|---|---|---|
| CommandType |
Specifies where the Command should be placed in the user interface.
| |
| SheetCurrentMode |
Current mouse mode of the Sheet |