Search Results for

    Show / Hide Table of Contents

    Interface IParameter

    Defines a parameter

    Inherited Members
    IExpressionPropertySource.Name
    IExpressionPropertySource.ExpressionType
    Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IParameter : IExpressionPropertySource

    Properties

    | Improve this Doc View Source

    DataType

    Gets or sets the type of the data.

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

    The type of the data.

    | Improve this Doc View Source

    DefaultValue

    Gets or sets the default value.

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

    The default value.

    | Improve this Doc View Source

    Description

    Gets or sets the description.

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

    The description.

    | Improve this Doc View Source

    DisplayName

    Gets or sets the display name.

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

    The display name.

    | Improve this Doc View Source

    Identifier

    Gets or sets the identifier.

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

    The identifier.

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