C# 클래스 StoryTeller.UserInterface.Examples.FixtureNodeView

Interaction logic for FixtureNodeView.xaml
상속: System.Windows.Controls.UserControl, IFixtureNodeView
파일 보기 프로젝트 열기: MotherGoose/storyteller

공개 메소드들

메소드 설명
FixtureNodeView ( ) : System
ShowTests ( IEnumerable tests, string>.Func linkText ) : void
ShowUsageDescription ( string usageCaption, string usageDescription ) : void

비공개 메소드들

메소드 설명
Refresh ( ) : void

메소드 상세

FixtureNodeView() 공개 메소드

public FixtureNodeView ( ) : System
리턴 System

ShowTests() 공개 메소드

public ShowTests ( IEnumerable tests, string>.Func linkText ) : void
tests IEnumerable
linkText string>.Func
리턴 void

ShowUsageDescription() 공개 메소드

public ShowUsageDescription ( string usageCaption, string usageDescription ) : void
usageCaption string
usageDescription string
리턴 void