Class WmsLayerDefinition
WMS Layer Definition configuration element
Inheritance
System.Object
WmsLayerDefinition
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 WmsLayerDefinition : IFdoSerializable
Constructors
| Improve this Doc View SourceWmsLayerDefinition()
Initializes a new instance of the WmsLayerDefinition class.
Declaration
public WmsLayerDefinition()
WmsLayerDefinition(String)
Initializes a new instance of the WmsLayerDefinition class.
Declaration
public WmsLayerDefinition(string layerName)
Parameters
Type | Name | Description |
---|---|---|
System.String | layerName | Name of the layer. |
Properties
| Improve this Doc View SourceName
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Style
Gets or sets the style.
Declaration
public string Style { get; set; }
Property Value
Type | Description |
---|---|
System.String | The style. |
Methods
| Improve this Doc View SourceReadXml(XmlNode, XmlNamespaceManager)
Set the current element's content from the current XML node
Declaration
public void ReadXml(XmlNode node, XmlNamespaceManager mgr)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlNode | node | |
System.Xml.XmlNamespaceManager | mgr |
WriteXml(XmlDocument, XmlNode)
Writes the current element's content
Declaration
public void WriteXml(XmlDocument doc, XmlNode currentNode)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | doc | |
System.Xml.XmlNode | currentNode |