Свойство | Тип | Описание | |
---|---|---|---|
EmptyList | List |
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public AddRange ( List |
||
itemsToAdd | List |
|
Результат | void |
public ClearFile ( string fileName ) : void | ||
fileName | string | |
Результат | void |
public Contains ( string filterText ) : bool | ||
filterText | string | |
Результат | bool |
public DebugItem ( IEnumerable |
||
results | IEnumerable |
|
Результат | System |
public ReadXml ( XmlReader reader ) : void | ||
reader | XmlReader | |
Результат | void |
public SaveFile ( string contents, string fileName ) : string | ||
contents | string | |
fileName | string | |
Результат | string |
public TryCache ( IDebugItemResult item ) : void | ||
item | IDebugItemResult | |
Результат | void |
public WriteXml ( |
||
writer | ||
Результат | void |