C# Class System.Data.IndexedDB.Database

Inheritance: System.Html.EventTarget
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
Database System.Html

Méthodes publiques

Méthode 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

Méthode Description
Database ( ) : System.Html

Method Details

AddEventListener() public méthode

public AddEventListener ( DatabaseEvents type, Action listener ) : void
type DatabaseEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( DatabaseEvents type, Action listener, bool capture ) : void
type DatabaseEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( DatabaseEvents type, HtmlEventHandler listener ) : void
type DatabaseEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( DatabaseEvents type, HtmlEventHandler listener, bool capture ) : void
type DatabaseEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( DatabaseEvents type, HtmlEventHandlerWithTarget listener ) : void
type DatabaseEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( DatabaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DatabaseEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( DatabaseEvents type, IEventListener listener ) : void
type DatabaseEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( DatabaseEvents type, IEventListener listener, bool capture ) : void
type DatabaseEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CreateObjectStore() public méthode

public CreateObjectStore ( string name ) : ObjectStore
name string
Résultat ObjectStore

CreateObjectStore() public méthode

public CreateObjectStore ( string name, ObjectStoreParameters optionalParameters ) : ObjectStore
name string
optionalParameters ObjectStoreParameters
Résultat ObjectStore

DeleteObjectStore() public méthode

public DeleteObjectStore ( string name ) : void
name string
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DatabaseEvents type, Action listener ) : void
type DatabaseEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DatabaseEvents type, Action listener, bool capture ) : void
type DatabaseEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DatabaseEvents type, HtmlEventHandler listener ) : void
type DatabaseEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DatabaseEvents type, HtmlEventHandler listener, bool capture ) : void
type DatabaseEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DatabaseEvents type, HtmlEventHandlerWithTarget listener ) : void
type DatabaseEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DatabaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type DatabaseEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DatabaseEvents type, IEventListener listener ) : void
type DatabaseEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( DatabaseEvents type, IEventListener listener, bool capture ) : void
type DatabaseEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

Transaction() public méthode

public Transaction ( string storeName ) : Transaction
storeName string
Résultat Transaction

Transaction() public méthode

public Transaction ( string storeName, TransactionMode mode ) : Transaction
storeName string
mode TransactionMode
Résultat Transaction