Class GenericConfigurationDocument
Represents a generic configuration document. Customisation is done by manipulating the individual XML content.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.SchemaOverrides
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public class GenericConfigurationDocument : ConfigurationDocument, IFdoSerializable
Constructors
| Improve this Doc View SourceGenericConfigurationDocument()
Initializes a new instance of the GenericConfigurationDocument class.
Declaration
public GenericConfigurationDocument()
Methods
| Improve this Doc View SourceReadSchemaMappings(XmlNode, XmlNamespaceManager)
Write this document's schema mappings from the given XML document
Declaration
protected override void ReadSchemaMappings(XmlNode node, XmlNamespaceManager mgr)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlNode | node | The node. |
System.Xml.XmlNamespaceManager | mgr | The namespace manager. |
Overrides
| Improve this Doc View SourceWriteSchemaMappings(XmlDocument, XmlNode)
Write this document's schema mappings to the given XML document
Declaration
protected override void WriteSchemaMappings(XmlDocument doc, XmlNode currentNode)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | doc | |
System.Xml.XmlNode | currentNode |