C# Class System.Data.Offline.ApplicationCache

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

Private Properties

Property Type Description
ApplicationCache System.Html

Public Methods

Method Description
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

Private Methods

Method Description
ApplicationCache ( ) : System.Html

Method Details

Abort() public method

public Abort ( ) : void
return void

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

SwapCache() public method

public SwapCache ( ) : void
return void

Update() public method

public Update ( ) : void
return void