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 | ||
UiService ( ProfileStatusesViewModel viewModel ) : System |
Method | Description | |
---|---|---|
SetWindowSize ( |
public Show ( ReportsViewModel reportsViewModel ) : void | ||
reportsViewModel | ReportsViewModel | |
return | void |
public ShowErrorDialog ( string errorMessage, string title ) : void | ||
errorMessage | string | |
title | string | |
return | void |
public ShowOpenDialog ( string title ) : string | ||
title | string | |
return | string |
public ShowOptions ( OptionsCollectionViewModel viewModel ) : bool | ||
viewModel | OptionsCollectionViewModel | |
return | bool |
public ShowReport ( string title, string reportText ) : void | ||
title | string | |
reportText | string | |
return | void |
public ShowSaveDialog ( string title ) : string | ||
title | string | |
return | string |
public UiService ( ProfileStatusesViewModel viewModel ) : System | ||
viewModel | ProfileStatusesViewModel | |
return | System |