Search Results for

    Show / Hide Table of Contents

    Interface IExtensibleElement

    Represents an element that is extensible with arbitrary XML content

    Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IExtensibleElement

    Properties

    | Improve this Doc View Source

    Extension

    Gets the extension

    Declaration
    IExtension Extension { get; }
    Property Value
    Type Description
    IExtension

    Extension Methods

    ExtensionMethods.GetNames(IExtensibleElement)
    ExtensionMethods.GetAllValues(IExtensibleElement)
    ExtensionMethods.SetSubjectOrExternalLayerProperties(IExtensibleElement, IDictionary<String, Object>)
    ExtensionMethods.SetAllValues(IExtensibleElement, NameValueCollection)
    ExtensionMethods.SetValue(IExtensibleElement, String, String)
    ExtensionMethods.CreateExtensionElement(IExtensibleElement, String)
    ExtensionMethods.GetValue(IExtensibleElement, String)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng