C# Класс BaconographyPortable.Services.Impl.SmartOfflineService

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

Открытые методы

Метод Описание
ClearOfflineData ( ) : void
Initialize ( IViewModelContextService viewModelContextService, IOOMService oomService, ISettingsService settingsService, ISuspensionService suspensionService, IDynamicViewLocator dynamicViewLocator, IOfflineService offlineService, IImagesService imagesService, ISystemServices systemServices, ISuspendableWorkQueue suspendableWorkQueue ) : void
NavigatedToOfflineableThing ( Model targetThing, bool link ) : void
NavigatedToView ( Type viewType, bool forward ) : void

Приватные методы

Метод Описание
NavigatedToOfflineableThingImpl ( Model targetThing, bool link ) : Task
_oomService_OutOfMemory ( OutOfMemoryEventArgs obj ) : void

Описание методов

ClearOfflineData() публичный Метод

public ClearOfflineData ( ) : void
Результат void

Initialize() публичный Метод

public Initialize ( IViewModelContextService viewModelContextService, IOOMService oomService, ISettingsService settingsService, ISuspensionService suspensionService, IDynamicViewLocator dynamicViewLocator, IOfflineService offlineService, IImagesService imagesService, ISystemServices systemServices, ISuspendableWorkQueue suspendableWorkQueue ) : void
viewModelContextService IViewModelContextService
oomService IOOMService
settingsService ISettingsService
suspensionService ISuspensionService
dynamicViewLocator IDynamicViewLocator
offlineService IOfflineService
imagesService IImagesService
systemServices ISystemServices
suspendableWorkQueue ISuspendableWorkQueue
Результат void

NavigatedToOfflineableThing() публичный Метод

public NavigatedToOfflineableThing ( Model targetThing, bool link ) : void
targetThing Model
link bool
Результат void

NavigatedToView() публичный Метод

public NavigatedToView ( Type viewType, bool forward ) : void
viewType System.Type
forward bool
Результат void