C# Class RunJS.AddIn.Storage.StorageInstance

A storage js instance.
Inheritance: Jurassic.Library.ObjectInstance
Exibir arquivo Open project: Alxandr/RunJS Class Usage Examples

Public Methods

Method Description
StorageInstance ( ObjectInstance prototype, ScriptRunner runner, string path ) : System

Initializes a new instance of the StorageInstance class.

Private Methods

Method Description
CreateMbro ( string path ) : StorageMbro
Drop ( ) : void
FlattenObject ( Newtonsoft.Json.Linq.JObject obj, string prefix = "" ) : string>.Dictionary
Get ( string name, string id ) : object
GetStorage ( string name ) : StorageContainerInstance
Put ( string name, string id, object data ) : string
Query ( string name ) : object

Method Details

StorageInstance() public method

Initializes a new instance of the StorageInstance class.
public StorageInstance ( ObjectInstance prototype, ScriptRunner runner, string path ) : System
prototype Jurassic.Library.ObjectInstance The prototype.
runner ScriptRunner The runner.
path string The path.
return System