C# Class CalDavSynchronizer.Ui.SystrayNotification.ViewModels.ProfileStatusesViewModel

Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer Class Usage Examples

Méthodes publiques

Méthode Description
EnsureProfilesDisplayed ( Contracts profiles ) : void
ProfileStatusesViewModel ( ICalDavSynchronizerCommands calDavSynchronizerCommands ) : System
Update ( GenSync.Logging.SynchronizationReport report ) : void

Private Methods

Méthode Description
GetOrCreateProfileStatusViewModel ( System.Guid profileId ) : ProfileStatusViewModel
RemoveIfAvailable ( System.Guid profileId ) : void

Method Details

EnsureProfilesDisplayed() public méthode

public EnsureProfilesDisplayed ( Contracts profiles ) : void
profiles Contracts
Résultat void

ProfileStatusesViewModel() public méthode

public ProfileStatusesViewModel ( ICalDavSynchronizerCommands calDavSynchronizerCommands ) : System
calDavSynchronizerCommands ICalDavSynchronizerCommands
Résultat System

Update() public méthode

public Update ( GenSync.Logging.SynchronizationReport report ) : void
report GenSync.Logging.SynchronizationReport
Résultat void