C# Class System.Data.IndexedDB.Transaction

Inheritance: System.Html.EventTarget
Mostra file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
Transaction System.Html

Public Methods

Method 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

Method Description
Transaction ( ) : System.Html

Method Details

Abort() public method

public Abort ( ) : void
return void

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

ObjectStore() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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