C# Class System.Data.IndexedDB.ObjectStore

Exibir arquivo Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
ObjectStore System.Html

Public Methods

Method Description
Add ( object value, object key ) : Request
Clear ( ) : Request
Count ( object key ) : Request
CreateIndex ( string name, string keyPath ) : Index
CreateIndex ( string name, string keyPath, IndexParameters optionalParameters ) : Index
Delete ( object key ) : Request
DeleteIndex ( string indexName ) : void
Get ( object key ) : Request
GetAll ( object key ) : Request
GetAll ( object key, int limit ) : Request
GetAllKeys ( object key ) : Request
GetAllKeys ( object key, int limit ) : Request
Index ( string name ) : Index
OpenCursor ( object range ) : Request
OpenCursor ( object range, CursorDirection direction ) : Request
OpenKeyCursor ( object range ) : Request
OpenKeyCursor ( object range, CursorDirection direction ) : Request
Put ( object value, object key ) : Request

Private Methods

Method Description
ObjectStore ( ) : System.Html

Method Details

Add() public method

public Add ( object value, object key ) : Request
value object
key object
return Request

Clear() public method

public Clear ( ) : Request
return Request

Count() public method

public Count ( object key ) : Request
key object
return Request

CreateIndex() public method

public CreateIndex ( string name, string keyPath ) : Index
name string
keyPath string
return Index

CreateIndex() public method

public CreateIndex ( string name, string keyPath, IndexParameters optionalParameters ) : Index
name string
keyPath string
optionalParameters IndexParameters
return Index

Delete() public method

public Delete ( object key ) : Request
key object
return Request

DeleteIndex() public method

public DeleteIndex ( string indexName ) : void
indexName string
return void

Get() public method

public Get ( object key ) : Request
key object
return Request

GetAll() public method

public GetAll ( object key ) : Request
key object
return Request

GetAll() public method

public GetAll ( object key, int limit ) : Request
key object
limit int
return Request

GetAllKeys() public method

public GetAllKeys ( object key ) : Request
key object
return Request

GetAllKeys() public method

public GetAllKeys ( object key, int limit ) : Request
key object
limit int
return Request

Index() public method

public Index ( string name ) : Index
name string
return Index

OpenCursor() public method

public OpenCursor ( object range ) : Request
range object
return Request

OpenCursor() public method

public OpenCursor ( object range, CursorDirection direction ) : Request
range object
direction CursorDirection
return Request

OpenKeyCursor() public method

public OpenKeyCursor ( object range ) : Request
range object
return Request

OpenKeyCursor() public method

public OpenKeyCursor ( object range, CursorDirection direction ) : Request
range object
direction CursorDirection
return Request

Put() public method

public Put ( object value, object key ) : Request
value object
key object
return Request