C# Class System.Data.IndexedDB.Database

Inheritance: System.Html.EventTarget
显示文件 Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
Database System.Html

Public Methods

Method Description
AddEventListener ( DatabaseEvents type, Action listener ) : void
AddEventListener ( DatabaseEvents type, Action listener, bool capture ) : void
AddEventListener ( DatabaseEvents type, HtmlEventHandler listener ) : void
AddEventListener ( DatabaseEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( DatabaseEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( DatabaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( DatabaseEvents type, IEventListener listener ) : void
AddEventListener ( DatabaseEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Close ( ) : void
CreateObjectStore ( string name ) : ObjectStore
CreateObjectStore ( string name, ObjectStoreParameters optionalParameters ) : ObjectStore
DeleteObjectStore ( string name ) : void
RemoveEventListener ( DatabaseEvents type, Action listener ) : void
RemoveEventListener ( DatabaseEvents type, Action listener, bool capture ) : void
RemoveEventListener ( DatabaseEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( DatabaseEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( DatabaseEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( DatabaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( DatabaseEvents type, IEventListener listener ) : void
RemoveEventListener ( DatabaseEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Transaction ( string storeName ) : Transaction
Transaction ( string storeName, TransactionMode mode ) : Transaction

Private Methods

Method Description
Database ( ) : System.Html

Method Details

AddEventListener() public method

public AddEventListener ( DatabaseEvents type, Action listener ) : void
type DatabaseEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( DatabaseEvents type, Action listener, bool capture ) : void
type DatabaseEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( DatabaseEvents type, HtmlEventHandler listener ) : void
type DatabaseEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( DatabaseEvents type, HtmlEventHandler listener, bool capture ) : void
type DatabaseEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( DatabaseEvents type, HtmlEventHandlerWithTarget listener ) : void
type DatabaseEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( DatabaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DatabaseEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( DatabaseEvents type, IEventListener listener ) : void
type DatabaseEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( DatabaseEvents type, IEventListener listener, bool capture ) : void
type DatabaseEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

Close() public method

public Close ( ) : void
return void

CreateObjectStore() public method

public CreateObjectStore ( string name ) : ObjectStore
name string
return ObjectStore

CreateObjectStore() public method

public CreateObjectStore ( string name, ObjectStoreParameters optionalParameters ) : ObjectStore
name string
optionalParameters ObjectStoreParameters
return ObjectStore

DeleteObjectStore() public method

public DeleteObjectStore ( string name ) : void
name string
return void

RemoveEventListener() public method

public RemoveEventListener ( DatabaseEvents type, Action listener ) : void
type DatabaseEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( DatabaseEvents type, Action listener, bool capture ) : void
type DatabaseEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( DatabaseEvents type, HtmlEventHandler listener ) : void
type DatabaseEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( DatabaseEvents type, HtmlEventHandler listener, bool capture ) : void
type DatabaseEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( DatabaseEvents type, HtmlEventHandlerWithTarget listener ) : void
type DatabaseEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( DatabaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DatabaseEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( DatabaseEvents type, IEventListener listener ) : void
type DatabaseEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( DatabaseEvents type, IEventListener listener, bool capture ) : void
type DatabaseEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

Transaction() public method

public Transaction ( string storeName ) : Transaction
storeName string
return Transaction

Transaction() public method

public Transaction ( string storeName, TransactionMode mode ) : Transaction
storeName string
mode TransactionMode
return Transaction