Search Results for

    Show / Hide Table of Contents

    Class WmsLayerDefinition

    WMS Layer Definition configuration element

    Inheritance
    System.Object
    WmsLayerDefinition
    Implements
    IFdoSerializable
    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 Source

    WmsLayerDefinition()

    Initializes a new instance of the WmsLayerDefinition class.

    Declaration
    public WmsLayerDefinition()
    | Improve this Doc View Source

    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 Source

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    | Improve this Doc View Source

    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 Source

    ReadXml(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
    | Improve this Doc View Source

    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

    Implements

    IFdoSerializable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng