C# 클래스 System.Data.Offline.ApplicationCache

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

Private Properties

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

공개 메소드들

메소드 설명
Abort ( ) : void
AddEventListener ( ApplicationCacheEvents type, Action listener ) : void
AddEventListener ( ApplicationCacheEvents type, Action listener, bool capture ) : void
AddEventListener ( ApplicationCacheEvents type, HtmlEventHandler listener ) : void
AddEventListener ( ApplicationCacheEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( ApplicationCacheEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( ApplicationCacheEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( ApplicationCacheEvents type, IEventListener listener ) : void
AddEventListener ( ApplicationCacheEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( ApplicationCacheEvents type, Action listener ) : void
RemoveEventListener ( ApplicationCacheEvents type, Action listener, bool capture ) : void
RemoveEventListener ( ApplicationCacheEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( ApplicationCacheEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( ApplicationCacheEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( ApplicationCacheEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( ApplicationCacheEvents type, IEventListener listener ) : void
RemoveEventListener ( ApplicationCacheEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
SwapCache ( ) : void
Update ( ) : void

비공개 메소드들

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

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

AddEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

RemoveEventListener() 공개 메소드

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

SwapCache() 공개 메소드

public SwapCache ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void