Property | Type | Description | |
---|---|---|---|
EmptyList | List |
Method | Description | |
---|---|---|
Add ( IDebugItemResult itemToAdd, bool isDeserialize = false ) : void | ||
AddRange ( List |
||
ClearFile ( string fileName ) : void | ||
Contains ( string filterText ) : bool | ||
DebugItem ( ) : System | ||
DebugItem ( IEnumerable |
||
FetchResultsList ( ) : IList |
||
FlushStringBuilder ( ) : void | ||
GetSchema ( ) : |
||
ReadXml ( XmlReader reader ) : void | ||
SaveFile ( string contents, string fileName ) : string | ||
TryCache ( IDebugItemResult item ) : void | ||
WriteXml ( |
public Add ( IDebugItemResult itemToAdd, bool isDeserialize = false ) : void | ||
itemToAdd | IDebugItemResult | |
isDeserialize | bool | |
return | void |
public DebugItem ( IEnumerable |
||
results | IEnumerable |
|
return | System |
public SaveFile ( string contents, string fileName ) : string | ||
contents | string | |
fileName | string | |
return | string |
public TryCache ( IDebugItemResult item ) : void | ||
item | IDebugItemResult | |
return | void |
public WriteXml ( |
||
writer | ||
return | void |