C# Class GitHub.VisualStudio.UI.WindowController

Inheritance: DialogWindow, IDisposable
Mostrar archivo Open project: github/VisualStudio Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Load ( IView view ) : void
Stop ( ) : void
WindowController ( IObservable controls, bool>.Func shouldLoad = null, bool>.Func shouldStop = null ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Initialize ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Load() public method

public Load ( IView view ) : void
view IView
return void

Stop() public method

public Stop ( ) : void
return void

WindowController() public method

public WindowController ( IObservable controls, bool>.Func shouldLoad = null, bool>.Func shouldStop = null ) : System
controls IObservable Observable that provides controls to host in this window
shouldLoad bool>.Func If set, this condition will be checked before loading each control
shouldStop bool>.Func If set, this condition will be checked to determine when to close this window
return System