The objects in this namespace may be used to parse DatabaseConnections.xml using the .NET System.Xml namespace. DatabaseConnections.xml is used by the ArcFM Engine Administrator to manage database connections for ArcFM Viewer for ArcGIS Engine.
Classes
| Class | Description |
 | Connection | This class represents the <Connection> tags in DatabaseConnections.xml. It contains a Name (for identification) and a GDBConnection object. |
 | Connections | This class represents the <Connections> tags in DatabaseConnections.xml. This tag may contain multiple <Connection> tags (one for each database connection). |
 | GDBConnection | This class contains the connection properties (e.g., database, user name, password) as they appear in DatabaseConnections.xml. |
See Also