C# Class Examples.TelerikWindowManager.ShellViewModel

Inheritance: IShell
ファイルを表示 Open project: vcaraulean/Caliburn.Micro.Telerik

Public Methods

Method Description
DialogWithResponceButtons ( ) : void
Show ( ) : void
ShowAlert ( ) : void
ShowConfirmation ( ) : void
ShowDialog ( ) : void
ShowNewDialog ( ) : void
ShowNotification ( ) : void
ShowPopup ( ) : void
ShowPrompt ( ) : void
ShowWindow ( ) : void

Private Methods

Method Description
ShellViewModel ( IWindowManager windowManager ) : System.ComponentModel.Composition

Method Details

DialogWithResponceButtons() public method

public DialogWithResponceButtons ( ) : void
return void

Show() public method

public Show ( ) : void
return void

ShowAlert() public method

public ShowAlert ( ) : void
return void

ShowConfirmation() public method

public ShowConfirmation ( ) : void
return void

ShowDialog() public method

public ShowDialog ( ) : void
return void

ShowNewDialog() public method

public ShowNewDialog ( ) : void
return void

ShowNotification() public method

public ShowNotification ( ) : void
return void

ShowPopup() public method

public ShowPopup ( ) : void
return void

ShowPrompt() public method

public ShowPrompt ( ) : void
return void

ShowWindow() public method

public ShowWindow ( ) : void
return void