Search Results for

    Show / Hide Table of Contents

    Interface IApplicationDefinitionTemplateInfo

    Describes a fusion template

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

    Properties

    | Improve this Doc View Source

    Description

    Gets the template description

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

    LocationUrl

    Gets the url location of this template

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

    Name

    Gets the name of this template

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

    Panels

    Gets the panels applicable for this template

    Declaration
    IEnumerable<IApplicationDefinitionPanel> Panels { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IApplicationDefinitionPanel>
    | Improve this Doc View Source

    PreviewImageUrl

    Gets the preview image url of this template

    Declaration
    string PreviewImageUrl { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng