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 SourceAssemblyPath
Gets the path of the assembly containing the provider implementation
Declaration
public string AssemblyPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets or sets the description.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String | The description. |
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 |
IsMultiPlatform
Gets or sets a value indicating whether this instance is multi platform.
Declaration
public bool IsMultiPlatform { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Name
Gets or sets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |