C# Class StoryTeller.UserInterface.Workspace.NamespaceSelector

Interaction logic for NamespaceSelection.xaml
Inheritance: System.Windows.Controls.UserControl, IFixtureSelector
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( IFixtureSelector selector ) : void
Close ( ) : void
Enable ( bool enabled ) : void
EnableChildren ( ) : void
GetFilters ( ) : IEnumerable
IsSelected ( ) : bool
NamespaceSelector ( ) : System
NamespaceSelector ( string @namespace ) : System
Open ( ) : void
Select ( bool isSelected ) : void
SetInitialState ( ) : void

Method Details

Add() public méthode

public Add ( IFixtureSelector selector ) : void
selector IFixtureSelector
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Enable() public méthode

public Enable ( bool enabled ) : void
enabled bool
Résultat void

EnableChildren() public méthode

public EnableChildren ( ) : void
Résultat void

GetFilters() public méthode

public GetFilters ( ) : IEnumerable
Résultat IEnumerable

IsSelected() public méthode

public IsSelected ( ) : bool
Résultat bool

NamespaceSelector() public méthode

public NamespaceSelector ( ) : System
Résultat System

NamespaceSelector() public méthode

public NamespaceSelector ( string @namespace ) : System
@namespace string
Résultat System

Open() public méthode

public Open ( ) : void
Résultat void

Select() public méthode

public Select ( bool isSelected ) : void
isSelected bool
Résultat void

SetInitialState() public méthode

public SetInitialState ( ) : void
Résultat void