C# Class Examples.TelerikWindowManager.ShellViewModel

Inheritance: IShell
Afficher le fichier Open project: vcaraulean/Caliburn.Micro.Telerik

Méthodes publiques

Méthode Description
DialogWithResponceButtons ( ) : void
Show ( ) : void
ShowAlert ( ) : void
ShowConfirmation ( ) : void
ShowDialog ( ) : void
ShowNewDialog ( ) : void
ShowNotification ( ) : void
ShowPopup ( ) : void
ShowPrompt ( ) : void
ShowWindow ( ) : void

Private Methods

Méthode Description
ShellViewModel ( IWindowManager windowManager ) : System.ComponentModel.Composition

Method Details

DialogWithResponceButtons() public méthode

public DialogWithResponceButtons ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

ShowAlert() public méthode

public ShowAlert ( ) : void
Résultat void

ShowConfirmation() public méthode

public ShowConfirmation ( ) : void
Résultat void

ShowDialog() public méthode

public ShowDialog ( ) : void
Résultat void

ShowNewDialog() public méthode

public ShowNewDialog ( ) : void
Résultat void

ShowNotification() public méthode

public ShowNotification ( ) : void
Résultat void

ShowPopup() public méthode

public ShowPopup ( ) : void
Résultat void

ShowPrompt() public méthode

public ShowPrompt ( ) : void
Résultat void

ShowWindow() public méthode

public ShowWindow ( ) : void
Résultat void