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

Inheritance: CredentialsActivityDesignerViewModel
Exibir arquivo Open project: Warewolf-ESB/Warewolf

Public Properties

Property 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

Property Type Description
ValidateDestinationSftpKey void
ValidateSftpKey void

Protected Methods

Method 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

Method Description
ValidateDestinationSftpKey ( ) : void
ValidateSftpKey ( ) : void

Method Details

FileActivityDesignerViewModel() protected method

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

ValidateArchivePassword() protected method

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

ValidateArchivePassword() protected method

protected ValidateArchivePassword ( string password, string label ) : void
password string
label string
return void

ValidateFileContent() protected method

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

ValidateFileContent() protected method

protected ValidateFileContent ( string content, string label ) : void
content string
label string
return void

ValidateInputAndOutputPaths() protected method

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

Property Details

ArchivePasswordExistsProperty public_oe static_oe property

public static DependencyProperty,System.Windows ArchivePasswordExistsProperty
return System.Windows.DependencyProperty

FileHasContentProperty public_oe static_oe property

public static DependencyProperty,System.Windows FileHasContentProperty
return System.Windows.DependencyProperty

GetDatalistString public_oe property

public Func GetDatalistString
return Func

IsDestinationSftpFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsDestinationSftpFocusedProperty
return System.Windows.DependencyProperty

IsInputPathFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsInputPathFocusedProperty
return System.Windows.DependencyProperty

IsOutputPathFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsOutputPathFocusedProperty
return System.Windows.DependencyProperty

IsSftpFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsSftpFocusedProperty
return System.Windows.DependencyProperty

ValidUriSchemes public_oe static_oe property

public static List ValidUriSchemes
return List