C# Class StoryTeller.UserInterface.Workspace.WorkspaceSelectionDialog

Interaction logic for WorkspaceSelectionDialog.xaml
Inheritance: System.Windows.Controls.UserControl, IWorkspaceSelectionDialog
Afficher le fichier Open project: adymitruk/storyteller

Private Properties

Свойство Type Description
close void

Méthodes publiques

Méthode Description
Add ( string workspaceName, bool selected ) : void
Clear ( ) : void
GetSelections ( ) : string[]
SelectAll ( ) : void
WorkspaceSelectionDialog ( ) : System

Private Methods

Méthode Description
close ( ) : void

Method Details

Add() public méthode

public Add ( string workspaceName, bool selected ) : void
workspaceName string
selected bool
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GetSelections() public méthode

public GetSelections ( ) : string[]
Résultat string[]

SelectAll() public méthode

public SelectAll ( ) : void
Résultat void

WorkspaceSelectionDialog() public méthode

public WorkspaceSelectionDialog ( ) : System
Résultat System