C# 클래스 Dev2.Diagnostics.DebugItem

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

공개 프로퍼티들

프로퍼티 타입 설명
EmptyList List

공개 메소드들

메소드 설명
Add ( IDebugItemResult itemToAdd, bool isDeserialize = false ) : void
AddRange ( List itemsToAdd ) : void
ClearFile ( string fileName ) : void
Contains ( string filterText ) : bool
DebugItem ( ) : System
DebugItem ( IEnumerable results ) : System
FetchResultsList ( ) : IList
FlushStringBuilder ( ) : void
GetSchema ( ) : XmlSchema
ReadXml ( XmlReader reader ) : void
SaveFile ( string contents, string fileName ) : string
TryCache ( IDebugItemResult item ) : void
WriteXml ( XmlWriter writer ) : void

메소드 상세

Add() 공개 메소드

public Add ( IDebugItemResult itemToAdd, bool isDeserialize = false ) : void
itemToAdd IDebugItemResult
isDeserialize bool
리턴 void

AddRange() 공개 메소드

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

ClearFile() 공개 메소드

public ClearFile ( string fileName ) : void
fileName string
리턴 void

Contains() 공개 메소드

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

DebugItem() 공개 메소드

public DebugItem ( ) : System
리턴 System

DebugItem() 공개 메소드

public DebugItem ( IEnumerable results ) : System
results IEnumerable
리턴 System

FetchResultsList() 공개 메소드

public FetchResultsList ( ) : IList
리턴 IList

FlushStringBuilder() 공개 메소드

public FlushStringBuilder ( ) : void
리턴 void

GetSchema() 공개 메소드

public GetSchema ( ) : XmlSchema
리턴 System.Xml.Schema.XmlSchema

ReadXml() 공개 메소드

public ReadXml ( XmlReader reader ) : void
reader XmlReader
리턴 void

SaveFile() 공개 메소드

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

TryCache() 공개 메소드

public TryCache ( IDebugItemResult item ) : void
item IDebugItemResult
리턴 void

WriteXml() 공개 메소드

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void

프로퍼티 상세

EmptyList 공개적으로 정적으로 프로퍼티

public static List EmptyList
리턴 List