C# Class System.Data.IndexedDB.Transaction

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

Private Properties

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

Méthodes publiques

Méthode Description
Abort ( ) : void
AddEventListener ( TransactionEvents type, Action listener ) : void
AddEventListener ( TransactionEvents type, Action listener, bool capture ) : void
AddEventListener ( TransactionEvents type, HtmlEventHandler listener ) : void
AddEventListener ( TransactionEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( TransactionEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( TransactionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( TransactionEvents type, IEventListener listener ) : void
AddEventListener ( TransactionEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
ObjectStore ( string name ) : ObjectStore
RemoveEventListener ( TransactionEvents type, Action listener ) : void
RemoveEventListener ( TransactionEvents type, Action listener, bool capture ) : void
RemoveEventListener ( TransactionEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( TransactionEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( TransactionEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( TransactionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( TransactionEvents type, IEventListener listener ) : void
RemoveEventListener ( TransactionEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Méthode Description
Transaction ( ) : System.Html

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

public AddEventListener ( TransactionEvents type, IEventListener listener, bool capture ) : void
type TransactionEvents
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

ObjectStore() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

public RemoveEventListener ( TransactionEvents type, IEventListener listener, bool capture ) : void
type TransactionEvents
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