C# 클래스 StoryTeller.UserInterface.Tests.Outline.OutlineNode

상속: System.Windows.Controls.TreeViewItem
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
AddItalicizedText ( string text ) : void
AddText ( string text ) : void
Description ( ) : string
Find ( bool>.Func filter ) : OutlineNode
HeaderText ( ) : string
OutlineNode ( ITestPart part, Icon icon ) : System

메소드 상세

AddItalicizedText() 공개 메소드

public AddItalicizedText ( string text ) : void
text string
리턴 void

AddText() 공개 메소드

public AddText ( string text ) : void
text string
리턴 void

Description() 공개 메소드

public Description ( ) : string
리턴 string

Find() 공개 메소드

public Find ( bool>.Func filter ) : OutlineNode
filter bool>.Func
리턴 OutlineNode

HeaderText() 공개 메소드

public HeaderText ( ) : string
리턴 string

OutlineNode() 공개 메소드

public OutlineNode ( ITestPart part, Icon icon ) : System
part ITestPart
icon Icon
리턴 System