IConnectorHost Interface

This interface defines the methods and properties that are exposed from the Agent for the Connectors.

Namespace:  Scribe.Core.ConnectorApi
Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

                public interface IConnectorHost

The IConnectorHost type exposes the following members.

Properties

 

Name

Description

Public property

IsCloudAgent

This property will return whether this Agent is a cloud Agent.

Methods

 

Name

Description

Public method

ConnectionPropertiesChanged

This method will save the updated connection properties to the database for the passed in id of the Connector.

Public method

GetMetadataProvider

This method will return a reference to an instance that maps to the IMetadataProvider, so that Connectors can make metadata requests against other Connectors.

Public method

GetOrganizationInformation

This method will return the organization information to the Connector.

See

Scribe.Core.ConnectorApi Namespace