ConnectionData Class

Used to hold information about Scribe Online connections to be passed to the Connectors via IAdapterHost GetConnections.

Inheritance Hierarchy

System Object

  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

Public method

ConnectionData

Default ctor

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type.

(Inherited from Object.)

Public method

GetType

Gets the Type of the current instance.

(Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)

Public method

ToString

Returns a string that represents the current object.

(Inherited from Object.)

Properties

 

Name

Description

Public property

AdapterDescription

Gets or sets the description.

Public property

AdapterName

Gets or sets the adapter name.

Public property

AdapterTypeId

Adapter identifier

Public property

Id

Gets or sets the id.

Public property

Name

Gets or sets the name.

Public property

Roles

Gets or sets the roles.

See

Scribe.Core.ConnectorApi.Common Namespace