C# Класс System.Data.Offline.ApplicationCache

Наследование: System.Html.EventTarget
Показать файл Открыть проект

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