ConnectionData Class
Used to hold information about Scribe Online connections to be passed to the Connectors via IAdapterHost GetConnections.
Inheritance Hierarchy
Scribe.Core.ConnectorApi.Common ConnectionData
Namespace: Scribe.Core.ConnectorApi.Common
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
public class ConnectionData
The ConnectionData type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Default ctor |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
|
|
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
|
Gets the Type of the current instance. (Inherited from Object.) |
|
|
|
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
|
Returns a string that represents the current object. (Inherited from Object.) |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets or sets the description. |
|
|
|
Gets or sets the adapter name. |
|
|
|
Adapter identifier |
|
|
|
Gets or sets the id. |
|
|
|
Gets or sets the name. |
|
|
|
Gets or sets the roles. |
See