C# Class System.Data.Offline.ApplicationCache

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

Private Properties

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

Méthodes publiques

Méthode 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

Méthode Description
ApplicationCache ( ) : System.Html

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

SwapCache() public méthode

public SwapCache ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void