C# Class RavenFS.Studio.Commands.AddFolderCommand

Inheritance: RavenFS.Studio.Infrastructure.Command
显示文件 Open project: hibernating-rhinos/RavenFS

Public Methods

Method Description
AddFolderCommand ( Observable currentFolder ) : System.Text.RegularExpressions
Execute ( object parameter ) : void

Private Methods

Method Description
ValidateFolderName ( string folderName ) : string

Method Details

AddFolderCommand() public method

public AddFolderCommand ( Observable currentFolder ) : System.Text.RegularExpressions
currentFolder Observable
return System.Text.RegularExpressions

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void