C# Класс Dev2.Activities.Designers2.Core.FileActivityDesignerViewModel

Наследование: CredentialsActivityDesignerViewModel
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ArchivePasswordExistsProperty System.Windows.DependencyProperty
FileHasContentProperty System.Windows.DependencyProperty
GetDatalistString Func
IsDestinationSftpFocusedProperty System.Windows.DependencyProperty
IsInputPathFocusedProperty System.Windows.DependencyProperty
IsOutputPathFocusedProperty System.Windows.DependencyProperty
IsSftpFocusedProperty System.Windows.DependencyProperty
ValidUriSchemes List

Private Properties

Свойство Тип Описание
ValidateDestinationSftpKey void
ValidateSftpKey void

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

Метод Описание
FileActivityDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem, string inputPathLabel, string outputPathLabel ) : System
ValidateArchivePassword ( string password, string label, System.Action onError, bool contentIsRequired = true ) : string
ValidateArchivePassword ( string password, string label ) : void
ValidateFileContent ( string content, string label, System.Action onError, bool contentIsRequired = true ) : string
ValidateFileContent ( string content, string label ) : void
ValidateInputAndOutputPaths ( ) : void
ValidateInputPath ( ) : void
ValidateOutputPath ( ) : void
ValidatePath ( string label, string path, System.Action onError, bool pathIsRequired ) : string

Приватные методы

Метод Описание
ValidateDestinationSftpKey ( ) : void
ValidateSftpKey ( ) : void

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

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

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

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

protected ValidateArchivePassword ( string password, string label, System.Action onError, bool contentIsRequired = true ) : string
password string
label string
onError System.Action
contentIsRequired bool
Результат string

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

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

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

protected ValidateFileContent ( string content, string label, System.Action onError, bool contentIsRequired = true ) : string
content string
label string
onError System.Action
contentIsRequired bool
Результат string

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

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

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

protected ValidateInputAndOutputPaths ( ) : 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

Описание свойств

ArchivePasswordExistsProperty публичное статическое свойство

public static DependencyProperty,System.Windows ArchivePasswordExistsProperty
Результат System.Windows.DependencyProperty

FileHasContentProperty публичное статическое свойство

public static DependencyProperty,System.Windows FileHasContentProperty
Результат System.Windows.DependencyProperty

GetDatalistString публичное свойство

public Func GetDatalistString
Результат Func

IsDestinationSftpFocusedProperty публичное статическое свойство

public static DependencyProperty,System.Windows IsDestinationSftpFocusedProperty
Результат System.Windows.DependencyProperty

IsInputPathFocusedProperty публичное статическое свойство

public static DependencyProperty,System.Windows IsInputPathFocusedProperty
Результат System.Windows.DependencyProperty

IsOutputPathFocusedProperty публичное статическое свойство

public static DependencyProperty,System.Windows IsOutputPathFocusedProperty
Результат System.Windows.DependencyProperty

IsSftpFocusedProperty публичное статическое свойство

public static DependencyProperty,System.Windows IsSftpFocusedProperty
Результат System.Windows.DependencyProperty

ValidUriSchemes публичное статическое свойство

public static List ValidUriSchemes
Результат List