| ApplicationLoader | An Acmx.Acad.Connectivity based application loader |
| ApplicationProvider | A singletone class which provides the IApplication interface |
| ContextMenuItem | Adds an item in the Acad default or object context menu |
| DocumentCommand | //---a concrete command public class SyncCommand : DocumentCommand { ---command name public const string NAME = "ACMX_DMSYNC"; ---declaration of command method [Adr.CommandMethodAttribute(NAME, Adr.CommandFlags.Transparent)] public void Command() { using (Adb.Transaction ta = Document.TransactionManager.StartTransaction()) { Document.SetProperty("prop1name", "prop1value"); ta.Commit(); } } } |
| ElementService | The abstract base class for all element services introduced in this assembly or in the custom extention assemblies |
| ElementService.Factory | ElementService factory class |
| NamedPropertiesService | A concrete element service assotiating an arbitrary set of persistent properties to the Acad entities |
| NamedPropertiesService.Factory | Factory |
| XElementService | A base class for the element services with a persistent to DWG state |
| XElementService.Factory | XElementService factory |
| ApplicationExtention | An Acmx.Acad.Connectivity application extention base class |
| XElementServiceData | This is a data class for XElementService class and its descendant classes |
| ProgressMeter | Acad status bar progressmeter wrapper |
| IDocumentCommand | An acad document console command wrapper interface |
| IElementService | An interface for the ElementService class |
| INamedPropertiesService | An interface for the NamedPropertiesService class |
| IApplicationExtention | An application extention base interface |
| IApplicationExtentionsDictionary | An application extentions container interface |
| IApplication | Acmx.Acad.Connectivity application interface |
| IDocument | A wrapper for acad document interface |
| IDocumentsCollection | A documents collection interface |
| IElement | An element interface |
| IElementsCollection | An elements container interface |
| ILayer | An acad layer wrapper interface |
| ILayersCollection | A layer wrappers collection interface |
| ILayout | An acad layout wrapper interface |
| ILayoutsCollection | A layout wrappers collection interface |
| IXElementServiceData | An interface for the XElementServiceData class |
1.4.5