C# 클래스 Dev2.Activities.Designers2.Core.FileActivityDesignerViewModel

상속: CredentialsActivityDesignerViewModel
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 프로퍼티들

프로퍼티 타입 설명
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