C# 클래스 Dev2.Activities.Designers.Tests.QuickVariableInput.QuickVariableInputViewModelMock

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

공개 메소드들

메소드 설명
DoPreview ( ) : void
QuickVariableInputViewModelMock ( Action addToCollection = null, Action setErrors = null ) : System
Validate ( ) : void

보호된 메소드들

메소드 설명
DoAdd ( object o ) : void
DoClear ( object o ) : void
DoPreview ( object sender, PreviewRequestedEventArgs args ) : void
GetPreviewOutput ( ) : string

메소드 상세

DoAdd() 보호된 메소드

protected DoAdd ( object o ) : void
o object
리턴 void

DoClear() 보호된 메소드

protected DoClear ( object o ) : void
o object
리턴 void

DoPreview() 공개 메소드

public DoPreview ( ) : void
리턴 void

DoPreview() 보호된 메소드

protected DoPreview ( object sender, PreviewRequestedEventArgs args ) : void
sender object
args PreviewRequestedEventArgs
리턴 void

GetPreviewOutput() 보호된 메소드

protected GetPreviewOutput ( ) : string
리턴 string

QuickVariableInputViewModelMock() 공개 메소드

public QuickVariableInputViewModelMock ( Action addToCollection = null, Action setErrors = null ) : System
addToCollection Action
setErrors Action
리턴 System

Validate() 공개 메소드

public Validate ( ) : void
리턴 void