Search Results for

    Show / Hide Table of Contents

    Interface IWidgetParameter

    Describes a parameter of a fusion widget

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

    Properties

    | Improve this Doc View Source

    AllowedValue

    Gets the list of allowed value of this parameter

    Declaration
    IAllowedValue[] AllowedValue { get; }
    Property Value
    Type Description
    IAllowedValue[]
    | Improve this Doc View Source

    DefaultValue

    Gets the default value of this parameter

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

    Description

    Gets the description of the parameter

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

    IsMandatory

    Gets whether this parameter is mandatory

    Declaration
    bool IsMandatory { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Label

    Gets the label for this parameter

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

    Max

    Gets the maximum allowed value of this parameter

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

    Min

    Gets the minimum allowed value of this parameter

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

    Name

    Gets the name of the parameter

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

    Type

    Gets the type of the parameter

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