Search Results for

    Show / Hide Table of Contents

    Interface IWidget

    Represents a fusion application widget

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    IExtensibleElement.Extension
    Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IWidget : INotifyPropertyChanged, IExtensibleElement

    Properties

    | Improve this Doc View Source

    Location

    Gets or sets the location

    Declaration
    string Location { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Gets or sets the name of the widget

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Type

    Gets or sets the type of the widget

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

    Methods

    | Improve this Doc View Source

    ToXml()

    Gets the raw XML content of this widget

    Declaration
    string ToXml()
    Returns
    Type Description
    System.String

    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