C# Class CalDavSynchronizer.NullCalDavSynchronizerCommands

Inheritance: ICalDavSynchronizerCommands
Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer

Méthodes publiques

Свойство Type Description
Instance ICalDavSynchronizerCommands

Méthodes publiques

Méthode Description
ShowAbout ( ) : void
ShowGeneralOptions ( ) : System.Threading.Tasks.Task
ShowLatestSynchronizationReport ( System.Guid profileId ) : void
ShowOptions ( System.Guid initialVisibleProfile = null ) : System.Threading.Tasks.Task
ShowProfileStatuses ( ) : void
ShowReports ( ) : void
SynchronizeNowAsync ( ) : void

Private Methods

Méthode Description
NullCalDavSynchronizerCommands ( ) : System

Method Details

ShowAbout() public méthode

public ShowAbout ( ) : void
Résultat void

ShowGeneralOptions() public méthode

public ShowGeneralOptions ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ShowLatestSynchronizationReport() public méthode

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

ShowOptions() public méthode

public ShowOptions ( System.Guid initialVisibleProfile = null ) : System.Threading.Tasks.Task
initialVisibleProfile System.Guid
Résultat System.Threading.Tasks.Task

ShowProfileStatuses() public méthode

public ShowProfileStatuses ( ) : void
Résultat void

ShowReports() public méthode

public ShowReports ( ) : void
Résultat void

SynchronizeNowAsync() public méthode

public SynchronizeNowAsync ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

public static ICalDavSynchronizerCommands Instance
Résultat ICalDavSynchronizerCommands