C# 클래스 StoryTeller.UserInterface.Workspace.FixtureSelector

상속: System.Windows.Controls.StackPanel, IFixtureSelector
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
Enable ( bool enabled ) : void
FixtureSelector ( FixtureDto dto ) : System
GetFilters ( ) : IEnumerable
IsSelected ( ) : bool
Select ( bool isSelected ) : void
SetInitialState ( ) : void

메소드 상세

Enable() 공개 메소드

public Enable ( bool enabled ) : void
enabled bool
리턴 void

FixtureSelector() 공개 메소드

public FixtureSelector ( FixtureDto dto ) : System
dto StoryTeller.Model.FixtureDto
리턴 System

GetFilters() 공개 메소드

public GetFilters ( ) : IEnumerable
리턴 IEnumerable

IsSelected() 공개 메소드

public IsSelected ( ) : bool
리턴 bool

Select() 공개 메소드

public Select ( bool isSelected ) : void
isSelected bool
리턴 void

SetInitialState() 공개 메소드

public SetInitialState ( ) : void
리턴 void