C# 클래스 Dev2.Diagnostics.DebugOutputFilterStrategy

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

공개 메소드들

메소드 설명
DebugOutputFilterStrategy ( ) : System
Filter ( object content, string filterText ) : bool

Filters the specified content.

메소드 상세

DebugOutputFilterStrategy() 공개 메소드

public DebugOutputFilterStrategy ( ) : System
리턴 System

Filter() 공개 메소드

Filters the specified content.
public Filter ( object content, string filterText ) : bool
content object The content.
filterText string
리턴 bool