C# Class Dev2.Activities.Designers2.Core.FileActivityDesignerViewModel

Inheritance: CredentialsActivityDesignerViewModel
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Свойство Type Description
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

Свойство Type Description
ValidateDestinationSftpKey void
ValidateSftpKey void

Méthodes protégées

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

Private Methods

Méthode Description
ValidateDestinationSftpKey ( ) : void
ValidateSftpKey ( ) : void

Method Details

FileActivityDesignerViewModel() protected méthode

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

ValidateArchivePassword() protected méthode

protected ValidateArchivePassword ( string password, string label, System.Action onError, bool contentIsRequired = true ) : string
password string
label string
onError System.Action
contentIsRequired bool
Résultat string

ValidateArchivePassword() protected méthode

protected ValidateArchivePassword ( string password, string label ) : void
password string
label string
Résultat void

ValidateFileContent() protected méthode

protected ValidateFileContent ( string content, string label, System.Action onError, bool contentIsRequired = true ) : string
content string
label string
onError System.Action
contentIsRequired bool
Résultat string

ValidateFileContent() protected méthode

protected ValidateFileContent ( string content, string label ) : void
content string
label string
Résultat void

ValidateInputAndOutputPaths() protected méthode

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

Property Details

ArchivePasswordExistsProperty public_oe static_oe property

public static DependencyProperty,System.Windows ArchivePasswordExistsProperty
Résultat System.Windows.DependencyProperty

FileHasContentProperty public_oe static_oe property

public static DependencyProperty,System.Windows FileHasContentProperty
Résultat System.Windows.DependencyProperty

GetDatalistString public_oe property

public Func GetDatalistString
Résultat Func

IsDestinationSftpFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsDestinationSftpFocusedProperty
Résultat System.Windows.DependencyProperty

IsInputPathFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsInputPathFocusedProperty
Résultat System.Windows.DependencyProperty

IsOutputPathFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsOutputPathFocusedProperty
Résultat System.Windows.DependencyProperty

IsSftpFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsSftpFocusedProperty
Résultat System.Windows.DependencyProperty

ValidUriSchemes public_oe static_oe property

public static List ValidUriSchemes
Résultat List