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

Interaction logic for WorkspaceEditorView.xaml
상속: System.Windows.Controls.UserControl, IWorkspaceEditorView
파일 보기 프로젝트 열기: adymitruk/storyteller

공개 메소드들

메소드 설명
ShowActionSelectors ( IEnumerable selectors ) : void
ShowFixtureNamespaces ( IEnumerable selectors ) : void
ShowFixtureUsage ( IEnumerable fixtures ) : void
WorkspaceEditorView ( ) : System

메소드 상세

ShowActionSelectors() 공개 메소드

public ShowActionSelectors ( IEnumerable selectors ) : void
selectors IEnumerable
리턴 void

ShowFixtureNamespaces() 공개 메소드

public ShowFixtureNamespaces ( IEnumerable selectors ) : void
selectors IEnumerable
리턴 void

ShowFixtureUsage() 공개 메소드

public ShowFixtureUsage ( IEnumerable fixtures ) : void
fixtures IEnumerable
리턴 void

WorkspaceEditorView() 공개 메소드

public WorkspaceEditorView ( ) : System
리턴 System