Classes
| Class | Description |
 | BranchHandler<T_Scope,T_Result,T_BranchScope,T_BranchResult> | A Handler that can branch another process and merge results. The Branch is initiated first, then normal processing occurs (Initialize, then child.Process, then Execute), and finally Branch results and "trunk" results are merged. Branch must be implemented. The default implementation of Merge discards the branch results. |
 | ElectricExportScope | Options that define what data to export in an electric network. |
 | GdbInfo | Base class for exported data. Exporter classes deriving from ExporterBase return instances that inherit from GdbInfo. Serializers take a specific type of GdbInfo as input to produce an XmlDocument. |
 | GeodatabaseAccess | Holds a reference to the workspace, and provides access methods to export classes, fields and geometry to strongly typed classes. This class is the link between the strongly typed Network Adapter .NET data structure and ArcObjects. No classes in the .NET data structure need to maintain references to any COM interfaces, including the workspace. |
 | Handler<T_Scope,T_ChildScope,T_ChildResult,T_Result> | |
 | MspTransformationWrongStylesheetException | Indicates that no recognizable devices were found in the Network Adapter XML. Usually indicates that the wrong stylesheet is configured for the Multispeak transformation. |
 | Notification | |
 | ProgressArgs | Sets percent complete on a status bar. |
 | SimpleHandler<T_Scope,T_Result> | A Handler whose child has the same type defintion. |
 | StatusMessageArgs | A status message for the user. |
 | XsltExtension | An XSLT extension object that can be passed to a transformation. Defines simple XSL functions to log errors or send user messages. Also defines functions to log Pipeline exceptions. |
Interfaces
Delegates
Enumerations
See Also