C# Class StoryTeller.UserInterface.Workspace.FixtureSelector

Inheritance: System.Windows.Controls.StackPanel, IFixtureSelector
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

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

Method Details

Enable() public méthode

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

FixtureSelector() public méthode

public FixtureSelector ( FixtureDto dto ) : System
dto StoryTeller.Model.FixtureDto
Résultat System

GetFilters() public méthode

public GetFilters ( ) : IEnumerable
Résultat IEnumerable

IsSelected() public méthode

public IsSelected ( ) : bool
Résultat bool

Select() public méthode

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

SetInitialState() public méthode

public SetInitialState ( ) : void
Résultat void