C# Класс RunJS.AddIn.Storage.StorageInstance

A storage js instance.
Наследование: Jurassic.Library.ObjectInstance
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
StorageInstance ( ObjectInstance prototype, ScriptRunner runner, string path ) : System

Initializes a new instance of the StorageInstance class.

Приватные методы

Метод Описание
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

Описание методов

StorageInstance() публичный Метод

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.
Результат System