Search Results for

    Show / Hide Table of Contents

    Interface IFdoFunctionDefintion

    Describes an FDO function

    Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IFdoFunctionDefintion

    Properties

    | Improve this Doc View Source

    Description

    The description of the function

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

    Name

    The name of the function

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

    Signatures

    The array of supported signatures

    Declaration
    IFdoFunctionDefintionSignature[] Signatures { get; }
    Property Value
    Type Description
    IFdoFunctionDefintionSignature[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng