Search Results for

    Show / Hide Table of Contents

    Interface IFdoCommandCapabilities

    Describes command capabilities for an FDO provider

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

    Properties

    | Improve this Doc View Source

    SupportedCommands

    The array of supported commands

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

    SupportsParameters

    Indicates if parameters are supported

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

    SupportsTimeout

    Indicates if timeout is supported

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