Scribe.Core.ConnectorApi.Common Namespace

The Common portion of the Connector Api includes the objects that are meant to be used throughout the Connector such as the DataEntity

Classes

 

Class

Description

Public class

Cache

Basic cache support that is compatible with local storage.

Public class

CacheItems

Simple no-op wrapper around Dictionary. Used to represent properties on an object ie. DataEntity

Public class

CacheItemTypes

Keep a list of the type of each cached item for use in serialization

Public class

ConnectionData

Used to hold information about ScribeOnline connections to be passed to the Connectors via IAdapterHost GetConnections

Public class

LocalCacheStorage

Persits a cache object to the Connectors local storage area.

Public class

LocalDataStorage

This class will read/write data for an Connector relative to its installed location.