Search Results for

    Show / Hide Table of Contents

    Class ConnectionProviderEntry

    Represents an entry in the Connection Provider Registry

    Inheritance
    System.Object
    ConnectionProviderEntry
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.MaestroAPI
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public class ConnectionProviderEntry

    Properties

    | Improve this Doc View Source

    AssemblyPath

    Gets the path of the assembly containing the provider implementation

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

    Description

    Gets or sets the description.

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

    The description.

    | Improve this Doc View Source

    HasGlobalState

    Gets whether this provider has global connection state. This effectively indicates that subsequent connections after the first one created for this provider will re-use the same connection information and may/will disregard that values of the connection parameters you pass in

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

    IsMultiPlatform

    Gets or sets a value indicating whether this instance is multi platform.

    Declaration
    public bool IsMultiPlatform { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is multi platform; otherwise, false.

    | Improve this Doc View Source

    Name

    Gets or sets the name.

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

    The name.

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