C# 클래스 BaconographyPortable.Services.Impl.SmartOfflineService

상속: ISmartOfflineService
파일 보기 프로젝트 열기: Synergex/Baconography

공개 메소드들

메소드 설명
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