C# Class StoryTeller.UserInterface.Screens.ScreenCollection

Inheritance: IScreenCollection
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Add ( IScreen screen ) : void
ClearAll ( ) : void
RefreshScreenHeaders ( ) : void
Remove ( IScreen screen ) : void
ScreenCollection ( System.Windows.Controls.TabControl tabs, IEventAggregator events ) : System
Show ( IScreen screen ) : void
Start ( ) : void

Private Methods

Méthode Description
toScreen ( object tab ) : IScreen

Method Details

Add() public méthode

public Add ( IScreen screen ) : void
screen IScreen
Résultat void

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

RefreshScreenHeaders() public méthode

public RefreshScreenHeaders ( ) : void
Résultat void

Remove() public méthode

public Remove ( IScreen screen ) : void
screen IScreen
Résultat void

ScreenCollection() public méthode

public ScreenCollection ( System.Windows.Controls.TabControl tabs, IEventAggregator events ) : System
tabs System.Windows.Controls.TabControl
events IEventAggregator
Résultat System

Show() public méthode

public Show ( IScreen screen ) : void
screen IScreen
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void