C# 클래스 System.Data.IndexedDB.Transaction

상속: System.Html.EventTarget
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
Transaction System.Html

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Transaction ( ) : System.Html

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( TransactionEvents type, Action listener ) : void
type TransactionEvents
listener Action
리턴 void

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

public AddEventListener ( TransactionEvents type, HtmlEventHandler listener ) : void
type TransactionEvents
listener HtmlEventHandler
리턴 void

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

public AddEventListener ( TransactionEvents type, HtmlEventHandlerWithTarget listener ) : void
type TransactionEvents
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

public AddEventListener ( TransactionEvents type, IEventListener listener ) : void
type TransactionEvents
listener IEventListener
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( TransactionEvents type, IEventListener listener, bool capture ) : void
type TransactionEvents
listener IEventListener
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

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

ObjectStore() 공개 메소드

public ObjectStore ( string name ) : ObjectStore
name string
리턴 ObjectStore

RemoveEventListener() 공개 메소드

public RemoveEventListener ( TransactionEvents type, Action listener ) : void
type TransactionEvents
listener Action
리턴 void

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

public RemoveEventListener ( TransactionEvents type, HtmlEventHandler listener ) : void
type TransactionEvents
listener HtmlEventHandler
리턴 void

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

public RemoveEventListener ( TransactionEvents type, HtmlEventHandlerWithTarget listener ) : void
type TransactionEvents
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

public RemoveEventListener ( TransactionEvents type, IEventListener listener ) : void
type TransactionEvents
listener IEventListener
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( TransactionEvents type, IEventListener listener, bool capture ) : void
type TransactionEvents
listener IEventListener
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

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