C# Class withSIX.Core.Presentation.Wpf.Services.CustomWindowManager

Inheritance: Caliburn.Micro.WindowManager
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
ShowPopup ( object rootModel, object context = null, object>.IDictionary settings = null ) : void

Méthodes protégées

Méthode Description
CreatePopup ( object rootModel, object>.IDictionary settings ) : System.Windows.Controls.Primitives.Popup
EnsureWindow ( object model, object view, bool isDialog ) : Window

Private Methods

Méthode Description
ApplySettings ( object target, object>.IEnumerable settings ) : bool
SetupCaliburn ( object rootModel, System.Windows.Controls.Primitives.Popup popup, UIElement view ) : void
SetupRxPopup ( object rootModel, UIElement view, System.Windows.Controls.Primitives.Popup popup ) : void
SetupRxWindow ( object model, object view, Window window ) : void

Method Details

CreatePopup() protected méthode

protected CreatePopup ( object rootModel, object>.IDictionary settings ) : System.Windows.Controls.Primitives.Popup
rootModel object
settings object>.IDictionary
Résultat System.Windows.Controls.Primitives.Popup

EnsureWindow() protected méthode

protected EnsureWindow ( object model, object view, bool isDialog ) : Window
model object
view object
isDialog bool
Résultat System.Windows.Window

ShowPopup() public méthode

public ShowPopup ( object rootModel, object context = null, object>.IDictionary settings = null ) : void
rootModel object
context object
settings object>.IDictionary
Résultat void