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

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

Private Properties

프로퍼티 타입 설명
close void

공개 메소드들

메소드 설명
Add ( string workspaceName, bool selected ) : void
Clear ( ) : void
GetSelections ( ) : string[]
SelectAll ( ) : void
WorkspaceSelectionDialog ( ) : System

비공개 메소드들

메소드 설명
close ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( string workspaceName, bool selected ) : void
workspaceName string
selected bool
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetSelections() 공개 메소드

public GetSelections ( ) : string[]
리턴 string[]

SelectAll() 공개 메소드

public SelectAll ( ) : void
리턴 void

WorkspaceSelectionDialog() 공개 메소드

public WorkspaceSelectionDialog ( ) : System
리턴 System