C# Класс Dev2.Activities.Designers.Tests.Designers2.Core.FileActivityDesigner.TestFileActivityDesignerViewModel

Наследование: Dev2.Activities.Designers2.Core.FileActivityDesignerViewModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
ValidateInputPath ( ) : void
ValidateOutputPath ( ) : void
ValidatePath ( string label, string path, System.Action onError, bool pathIsRequired ) : string

Описание методов

TestFileActivityDesignerViewModel() публичный Метод

public TestFileActivityDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem, string inputPathLabel, string outputPathLabel ) : System
modelItem System.Activities.Presentation.Model.ModelItem
inputPathLabel string
outputPathLabel string
Результат System

TestValidateArchivePassword() публичный Метод

public TestValidateArchivePassword ( string password, string label, System.Action onError, bool contentIsRequired ) : string
password string
label string
onError System.Action
contentIsRequired bool
Результат string

TestValidateArchivePassword() публичный Метод

public TestValidateArchivePassword ( string password, string label ) : void
password string
label string
Результат void

TestValidateBaseArchivePassword() публичный Метод

public TestValidateBaseArchivePassword ( string password, string label ) : void
password string
label string
Результат void

TestValidateBaseFileContent() публичный Метод

public TestValidateBaseFileContent ( string content, string label ) : void
content string
label string
Результат void

TestValidateFileContent() публичный Метод

public TestValidateFileContent ( string content, string label, System.Action onError, bool contentIsRequired ) : string
content string
label string
onError System.Action
contentIsRequired bool
Результат string

TestValidateFileContent() публичный Метод

public TestValidateFileContent ( string content, string label ) : void
content string
label string
Результат void

TestValidateInputAndOutputPaths() публичный Метод

public TestValidateInputAndOutputPaths ( ) : void
Результат void

TestValidateInputPath() публичный Метод

public TestValidateInputPath ( ) : void
Результат void

TestValidateOutputPath() публичный Метод

public TestValidateOutputPath ( ) : void
Результат void

TestValidatePath() публичный Метод

public TestValidatePath ( string label, string path, System.Action onError, bool pathIsRequired ) : string
label string
path string
onError System.Action
pathIsRequired bool
Результат string

Validate() публичный Метод

public Validate ( ) : void
Результат void

ValidateInputPath() защищенный Метод

protected ValidateInputPath ( ) : void
Результат void

ValidateOutputPath() защищенный Метод

protected ValidateOutputPath ( ) : void
Результат void

ValidatePath() защищенный Метод

protected ValidatePath ( string label, string path, System.Action onError, bool pathIsRequired ) : string
label string
path string
onError System.Action
pathIsRequired bool
Результат string