C# Class StoryTeller.UserInterface.Workspace.NamespaceSelector

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

Private Properties

Property Type Description

Public Methods

Method 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 method

public Add ( IFixtureSelector selector ) : void
selector IFixtureSelector
return void

Close() public method

public Close ( ) : void
return void

Enable() public method

public Enable ( bool enabled ) : void
enabled bool
return void

EnableChildren() public method

public EnableChildren ( ) : void
return void

GetFilters() public method

public GetFilters ( ) : IEnumerable
return IEnumerable

IsSelected() public method

public IsSelected ( ) : bool
return bool

NamespaceSelector() public method

public NamespaceSelector ( ) : System
return System

NamespaceSelector() public method

public NamespaceSelector ( string @namespace ) : System
@namespace string
return System

Open() public method

public Open ( ) : void
return void

Select() public method

public Select ( bool isSelected ) : void
isSelected bool
return void

SetInitialState() public method

public SetInitialState ( ) : void
return void