C# 클래스 Dev2.Tests.Diagnostics.DebugItemMock

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

공개 메소드들

메소드 설명
AddRange ( IList itemsToAdd ) : void
Contains ( string filterText ) : bool
FetchResultsList ( ) : IList
FlushStringBuilder ( ) : void
SaveFile ( string contents, string fileName ) : string

메소드 상세

AddRange() 공개 메소드

public AddRange ( IList itemsToAdd ) : void
itemsToAdd IList
리턴 void

Contains() 공개 메소드

public Contains ( string filterText ) : bool
filterText string
리턴 bool

FetchResultsList() 공개 메소드

public FetchResultsList ( ) : IList
리턴 IList

FlushStringBuilder() 공개 메소드

public FlushStringBuilder ( ) : void
리턴 void

SaveFile() 공개 메소드

public SaveFile ( string contents, string fileName ) : string
contents string
fileName string
리턴 string