C# Class CalDavSynchronizer.Ui.NullUiService

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

Public Properties

Property Type Description
Instance IUiService

Public Methods

Method Description
QueryProfileType ( ) : ProfileType?
Show ( ReportsViewModel reportsViewModel ) : void
ShowErrorDialog ( string errorMessage, string title ) : void
ShowOpenDialog ( string title ) : string
ShowOptions ( OptionsCollectionViewModel viewModel ) : bool
ShowProfileStatusesWindow ( ) : void
ShowReport ( string title, string reportText ) : void
ShowSaveDialog ( string title ) : string

Private Methods

Method Description
NullUiService ( ) : CalDavSynchronizer.Contracts

Method Details

QueryProfileType() public method

public QueryProfileType ( ) : ProfileType?
return ProfileType?

Show() public method

public Show ( ReportsViewModel reportsViewModel ) : void
reportsViewModel CalDavSynchronizer.Ui.Reports.ViewModels.ReportsViewModel
return void

ShowErrorDialog() public method

public ShowErrorDialog ( string errorMessage, string title ) : void
errorMessage string
title string
return void

ShowOpenDialog() public method

public ShowOpenDialog ( string title ) : string
title string
return string

ShowOptions() public method

public ShowOptions ( OptionsCollectionViewModel viewModel ) : bool
viewModel CalDavSynchronizer.Ui.Options.ViewModels.OptionsCollectionViewModel
return bool

ShowProfileStatusesWindow() public method

public ShowProfileStatusesWindow ( ) : void
return void

ShowReport() public method

public ShowReport ( string title, string reportText ) : void
title string
reportText string
return void

ShowSaveDialog() public method

public ShowSaveDialog ( string title ) : string
title string
return string

Property Details

Instance public_oe static_oe property

public static IUiService Instance
return IUiService