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

Inheritance: Dev2.Activities.Designers2.Core.FileActivityDesignerViewModel
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

TestFileActivityDesignerViewModel() public méthode

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

TestValidateArchivePassword() public méthode

public TestValidateArchivePassword ( string password, string label, System.Action onError, bool contentIsRequired ) : string
password string
label string
onError System.Action
contentIsRequired bool
Résultat string

TestValidateArchivePassword() public méthode

public TestValidateArchivePassword ( string password, string label ) : void
password string
label string
Résultat void

TestValidateBaseArchivePassword() public méthode

public TestValidateBaseArchivePassword ( string password, string label ) : void
password string
label string
Résultat void

TestValidateBaseFileContent() public méthode

public TestValidateBaseFileContent ( string content, string label ) : void
content string
label string
Résultat void

TestValidateFileContent() public méthode

public TestValidateFileContent ( string content, string label, System.Action onError, bool contentIsRequired ) : string
content string
label string
onError System.Action
contentIsRequired bool
Résultat string

TestValidateFileContent() public méthode

public TestValidateFileContent ( string content, string label ) : void
content string
label string
Résultat void

TestValidateInputAndOutputPaths() public méthode

public TestValidateInputAndOutputPaths ( ) : void
Résultat void

TestValidateInputPath() public méthode

public TestValidateInputPath ( ) : void
Résultat void

TestValidateOutputPath() public méthode

public TestValidateOutputPath ( ) : void
Résultat void

TestValidatePath() public méthode

public TestValidatePath ( string label, string path, System.Action onError, bool pathIsRequired ) : string
label string
path string
onError System.Action
pathIsRequired bool
Résultat string

Validate() public méthode

public Validate ( ) : void
Résultat void

ValidateInputPath() protected méthode

protected ValidateInputPath ( ) : void
Résultat void

ValidateOutputPath() protected méthode

protected ValidateOutputPath ( ) : void
Résultat void

ValidatePath() protected méthode

protected ValidatePath ( string label, string path, System.Action onError, bool pathIsRequired ) : string
label string
path string
onError System.Action
pathIsRequired bool
Résultat string