C# Class Dev2.Activities.Designers.Tests.Designers2.Core.FileActivityDesigner.TestFileActivityDesignerViewModel

Inheritance: Dev2.Activities.Designers2.Core.FileActivityDesignerViewModel
Exibir arquivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
TestFileActivityDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem, string inputPathLabel, string outputPathLabel ) : System
TestValidateArchivePassword ( string password, string label, System.Action onError, bool contentIsRequired ) : string
TestValidateArchivePassword ( string password, string label ) : void
TestValidateBaseArchivePassword ( string password, string label ) : void
TestValidateBaseFileContent ( string content, string label ) : void
TestValidateFileContent ( string content, string label, System.Action onError, bool contentIsRequired ) : string
TestValidateFileContent ( string content, string label ) : void
TestValidateInputAndOutputPaths ( ) : void
TestValidateInputPath ( ) : void
TestValidateOutputPath ( ) : void
TestValidatePath ( string label, string path, System.Action onError, bool pathIsRequired ) : string
Validate ( ) : void

Protected Methods

Method Description
ValidateInputPath ( ) : void
ValidateOutputPath ( ) : void
ValidatePath ( string label, string path, System.Action onError, bool pathIsRequired ) : string

Method Details

TestFileActivityDesignerViewModel() public method

public TestFileActivityDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem, string inputPathLabel, string outputPathLabel ) : System
modelItem System.Activities.Presentation.Model.ModelItem
inputPathLabel string
outputPathLabel string
return System

TestValidateArchivePassword() public method

public TestValidateArchivePassword ( string password, string label, System.Action onError, bool contentIsRequired ) : string
password string
label string
onError System.Action
contentIsRequired bool
return string

TestValidateArchivePassword() public method

public TestValidateArchivePassword ( string password, string label ) : void
password string
label string
return void

TestValidateBaseArchivePassword() public method

public TestValidateBaseArchivePassword ( string password, string label ) : void
password string
label string
return void

TestValidateBaseFileContent() public method

public TestValidateBaseFileContent ( string content, string label ) : void
content string
label string
return void

TestValidateFileContent() public method

public TestValidateFileContent ( string content, string label, System.Action onError, bool contentIsRequired ) : string
content string
label string
onError System.Action
contentIsRequired bool
return string

TestValidateFileContent() public method

public TestValidateFileContent ( string content, string label ) : void
content string
label string
return void

TestValidateInputAndOutputPaths() public method

public TestValidateInputAndOutputPaths ( ) : void
return void

TestValidateInputPath() public method

public TestValidateInputPath ( ) : void
return void

TestValidateOutputPath() public method

public TestValidateOutputPath ( ) : void
return void

TestValidatePath() public method

public TestValidatePath ( string label, string path, System.Action onError, bool pathIsRequired ) : string
label string
path string
onError System.Action
pathIsRequired bool
return string

Validate() public method

public Validate ( ) : void
return void

ValidateInputPath() protected method

protected ValidateInputPath ( ) : void
return void

ValidateOutputPath() protected method

protected ValidateOutputPath ( ) : void
return void

ValidatePath() protected method

protected ValidatePath ( string label, string path, System.Action onError, bool pathIsRequired ) : string
label string
path string
onError System.Action
pathIsRequired bool
return string