LocalDataStorage Class

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

Inheritance Hierarchy

System Object

  Scribe.Core.ConnectorApi.Common LocalDataStorage

Namespace:  Scribe.Core.ConnectorApi.Common

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

Syntax

public   class   LocalDataStorage

The LocalDataStorage type exposes the following members.

Constructors

 

Name

Description

Public method

LocalDataStorage

This constructor will initialize some private field information used during this objects lifetime.

Methods

 

Name

Description

Public method

DeleteData

This method will delete data associated to the identifier. If the file exists, it is deleted.

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

ReadData

This method will read data associated to the identifier, returning it to the caller.

Public method

ToString

Returns a string that represents the current object.

(Inherited from Object.)

Public method

WriteData

This method will write data associated to the identifier. If the file already exists, it is deleted prior to writing.

See

Scribe.Core.ConnectorApi.Common Namespace