C# 클래스 Dev2.Activities.Designers.Tests.Designers2.Core.FileActivityDesigner.TestFileActivityDesignerViewModel

상속: Dev2.Activities.Designers2.Core.FileActivityDesignerViewModel
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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