C# 클래스 CalDavSynchronizer.Ui.SystrayNotification.ViewModels.ProfileStatusesViewModel

파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer 1 사용 예제들

공개 메소드들

메소드 설명
EnsureProfilesDisplayed ( Contracts profiles ) : void
ProfileStatusesViewModel ( ICalDavSynchronizerCommands calDavSynchronizerCommands ) : System
Update ( GenSync.Logging.SynchronizationReport report ) : void

비공개 메소드들

메소드 설명
GetOrCreateProfileStatusViewModel ( System.Guid profileId ) : ProfileStatusViewModel
RemoveIfAvailable ( System.Guid profileId ) : void

메소드 상세

EnsureProfilesDisplayed() 공개 메소드

public EnsureProfilesDisplayed ( Contracts profiles ) : void
profiles Contracts
리턴 void

ProfileStatusesViewModel() 공개 메소드

public ProfileStatusesViewModel ( ICalDavSynchronizerCommands calDavSynchronizerCommands ) : System
calDavSynchronizerCommands ICalDavSynchronizerCommands
리턴 System

Update() 공개 메소드

public Update ( GenSync.Logging.SynchronizationReport report ) : void
report GenSync.Logging.SynchronizationReport
리턴 void