[mapguide-commits] r5843 - trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue May 24 09:23:57 EDT 2011


Author: jng
Date: 2011-05-24 06:23:57 -0700 (Tue, 24 May 2011)
New Revision: 5843

Modified:
   trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels/NsDoc.cs
Log:
#1319: Add missing namespace summaries


Modified: trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels/NsDoc.cs
===================================================================
--- trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels/NsDoc.cs	2011-05-24 11:57:41 UTC (rev 5842)
+++ trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/ObjectModels/NsDoc.cs	2011-05-24 13:23:57 UTC (rev 5843)
@@ -36,4 +36,150 @@
     class NamespaceDoc
     {
     }
+
+    namespace ApplicationDefinition
+    {
+        /// <summary>
+        /// The <c>OSGeo.MapGuide.ObjectModels.ApplicationDefinition</c> namespace provides interfaces for working with
+        /// Application Definition resources
+        /// </summary>
+        [CompilerGenerated]
+        class NamespaceDoc
+        {
+        }
+    }
+
+    namespace Capabilities
+    {
+        /// <summary>
+        /// The <c>OSGeo.MapGuide.ObjectModels.Capabilities</c> namespace provides classes for working with common
+        /// elements in mapagent GETPROVIDERCAPABILITIES responses. The classes have been automatically generated from the 
+        /// respective MapGuide XML schemas.
+        /// </summary>
+        [CompilerGenerated]
+        class NamespaceDoc
+        {
+        }
+    }
+
+    namespace Common
+    {
+        /// <summary>
+        /// The <c>OSGeo.MapGuide.ObjectModels.Common</c> namespace provides classes for working with common
+        /// elements in mapagent responses. The classes have been automatically generated from the respective MapGuide
+        /// XML schemas.
+        /// </summary>
+        [CompilerGenerated]
+        class NamespaceDoc
+        {
+        }
+    }
+
+    namespace DrawingSource
+    {
+        /// <summary>
+        /// The <c>OSGeo.MapGuide.ObjectModels.DrawingSource</c> namespace provides interfaces for working with
+        /// Drawing Source resources
+        /// </summary>
+        [CompilerGenerated]
+        class NamespaceDoc
+        {
+        }
+    }
+
+    namespace FeatureSource
+    {
+        /// <summary>
+        /// The <c>OSGeo.MapGuide.ObjectModels.FeatureSource</c> namespace provides interfaces for working with
+        /// Feature Source resources
+        /// </summary>
+        [CompilerGenerated]
+        class NamespaceDoc
+        {
+        }
+    }
+
+    namespace LayerDefinition
+    {
+        /// <summary>
+        /// The <c>OSGeo.MapGuide.ObjectModels.LayerDefinition</c> namespace provides interfaces for working with
+        /// Layer Definition resources
+        /// </summary>
+        [CompilerGenerated]
+        class NamespaceDoc
+        {
+        }
+    }
+
+    namespace LoadProcedure
+    {
+        /// <summary>
+        /// The <c>OSGeo.MapGuide.ObjectModels.LoadProcedure</c> namespace provides interfaces for working with
+        /// Load Procedure resources
+        /// </summary>
+        [CompilerGenerated]
+        class NamespaceDoc
+        {
+        }
+    }
+
+    namespace MapDefinition
+    {
+        /// <summary>
+        /// The <c>OSGeo.MapGuide.ObjectModels.MapDefinition</c> namespace provides interfaces for working with
+        /// Map Definition resources
+        /// </summary>
+        [CompilerGenerated]
+        class NamespaceDoc
+        {
+        }
+    }
+
+    namespace PrintLayout
+    {
+        /// <summary>
+        /// The <c>OSGeo.MapGuide.ObjectModels.PrintLayout</c> namespace provides interfaces for working with
+        /// Print Layout resources
+        /// </summary>
+        [CompilerGenerated]
+        class NamespaceDoc
+        {
+        }
+    }
+
+    namespace SymbolDefinition
+    {
+        /// <summary>
+        /// The <c>OSGeo.MapGuide.ObjectModels.SymbolDefinition</c> namespace provides interfaces for working with
+        /// Symbol Definition resources
+        /// </summary>
+        [CompilerGenerated]
+        class NamespaceDoc
+        {
+        }
+    }
+
+    namespace SymbolLibrary
+    {
+        /// <summary>
+        /// The <c>OSGeo.MapGuide.ObjectModels.SymbolLibrary</c> namespace provides interfaces for working with
+        /// Symbol Library resources
+        /// </summary>
+        [CompilerGenerated]
+        class NamespaceDoc
+        {
+        }
+    }
+
+    namespace WebLayout
+    {
+        /// <summary>
+        /// The <c>OSGeo.MapGuide.ObjectModels.WebLayout</c> namespace provides interfaces for working with
+        /// Web Layout resources
+        /// </summary>
+        [CompilerGenerated]
+        class NamespaceDoc
+        {
+        }
+    }
 }



More information about the mapguide-commits mailing list