C# Class CalDavSynchronizer.Ui.Reports.ViewModels.ReportsViewModel

Inheritance: ViewModelBase, IReportViewModelParent
Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer Class Usage Examples

Méthodes publiques

Méthode Description
DiplayAEntity ( System.Guid synchronizationProfileId, string entityId ) : void
DiplayBEntity ( System.Guid synchronizationProfileId, string entityId ) : void
NotifyReportsClosed ( ) : void
ReportsViewModel ( ISynchronizationReportRepository reportRepository, string>.Dictionary currentProfileNamesById, IReportsViewModelParent parent ) : System
RequireBringToFront ( ) : void
ShowLatestSynchronizationReportCommand ( System.Guid profileId ) : void

Private Methods

Méthode Description
AddReportViewModel ( SynchronizationReportName reportName ) : void
AddReportViewModel ( SynchronizationReportName reportName, GenSync.Logging.SynchronizationReport report ) : void
DeleteSelected ( object parameter ) : void
ReportRepository_ReportAdded ( object sender, ReportAddedEventArgs e ) : void
SaveSelected ( object parameter ) : void

Method Details

DiplayAEntity() public méthode

public DiplayAEntity ( System.Guid synchronizationProfileId, string entityId ) : void
synchronizationProfileId System.Guid
entityId string
Résultat void

DiplayBEntity() public méthode

public DiplayBEntity ( System.Guid synchronizationProfileId, string entityId ) : void
synchronizationProfileId System.Guid
entityId string
Résultat void

NotifyReportsClosed() public méthode

public NotifyReportsClosed ( ) : void
Résultat void

ReportsViewModel() public méthode

public ReportsViewModel ( ISynchronizationReportRepository reportRepository, string>.Dictionary currentProfileNamesById, IReportsViewModelParent parent ) : System
reportRepository ISynchronizationReportRepository
currentProfileNamesById string>.Dictionary
parent IReportsViewModelParent
Résultat System

RequireBringToFront() public méthode

public RequireBringToFront ( ) : void
Résultat void

ShowLatestSynchronizationReportCommand() public méthode

public ShowLatestSynchronizationReportCommand ( System.Guid profileId ) : void
profileId System.Guid
Résultat void