C# Class CalDavSynchronizer.NullCalDavSynchronizerCommands

Inheritance: ICalDavSynchronizerCommands
ファイルを表示 Open project: aluxnimm/outlookcaldavsynchronizer

Public Properties

Property Type Description
Instance ICalDavSynchronizerCommands

Public Methods

Method 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

Method Description
NullCalDavSynchronizerCommands ( ) : System

Method Details

ShowAbout() public method

public ShowAbout ( ) : void
return void

ShowGeneralOptions() public method

public ShowGeneralOptions ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ShowLatestSynchronizationReport() public method

public ShowLatestSynchronizationReport ( System.Guid profileId ) : void
profileId System.Guid
return void

ShowOptions() public method

public ShowOptions ( System.Guid initialVisibleProfile = null ) : System.Threading.Tasks.Task
initialVisibleProfile System.Guid
return System.Threading.Tasks.Task

ShowProfileStatuses() public method

public ShowProfileStatuses ( ) : void
return void

ShowReports() public method

public ShowReports ( ) : void
return void

SynchronizeNowAsync() public method

public SynchronizeNowAsync ( ) : void
return void

Property Details

Instance public_oe static_oe property

public static ICalDavSynchronizerCommands Instance
return ICalDavSynchronizerCommands