C# Class StoryTeller.UserInterface.Workspace.FixtureSelector

Inheritance: System.Windows.Controls.StackPanel, IFixtureSelector
Show file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Enable ( bool enabled ) : void
FixtureSelector ( FixtureDto dto ) : System
GetFilters ( ) : IEnumerable
IsSelected ( ) : bool
Select ( bool isSelected ) : void
SetInitialState ( ) : void

Method Details

Enable() public method

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

FixtureSelector() public method

public FixtureSelector ( FixtureDto dto ) : System
dto StoryTeller.Model.FixtureDto
return System

GetFilters() public method

public GetFilters ( ) : IEnumerable
return IEnumerable

IsSelected() public method

public IsSelected ( ) : bool
return bool

Select() public method

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

SetInitialState() public method

public SetInitialState ( ) : void
return void