C# 클래스 StoryTeller.UserInterface.Tests.XmlMode

상속: TestMode
파일 보기 프로젝트 열기: adymitruk/storyteller

공개 메소드들

메소드 설명
ApplyChanges ( ) : bool
IsEnabled ( System.Test test ) : bool
Refresh ( ) : void
XmlMode ( ITestStateManager testState, IMessageCreator messageBox, IXmlView view ) : System

비공개 메소드들

메소드 설명
refresh ( ) : void

메소드 상세

ApplyChanges() 공개 메소드

public ApplyChanges ( ) : bool
리턴 bool

IsEnabled() 공개 메소드

public IsEnabled ( System.Test test ) : bool
test System.Test
리턴 bool

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

XmlMode() 공개 메소드

public XmlMode ( ITestStateManager testState, IMessageCreator messageBox, IXmlView view ) : System
testState ITestStateManager
messageBox IMessageCreator
view IXmlView
리턴 System