C# Class Dev2.Diagnostics.DebugItem

Inheritance: IDebugItem
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Свойство Type Description
EmptyList List

Méthodes publiques

Méthode Description
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

Method Details

Add() public méthode

public Add ( IDebugItemResult itemToAdd, bool isDeserialize = false ) : void
itemToAdd IDebugItemResult
isDeserialize bool
Résultat void

AddRange() public méthode

public AddRange ( List itemsToAdd ) : void
itemsToAdd List
Résultat void

ClearFile() public méthode

public ClearFile ( string fileName ) : void
fileName string
Résultat void

Contains() public méthode

public Contains ( string filterText ) : bool
filterText string
Résultat bool

DebugItem() public méthode

public DebugItem ( ) : System
Résultat System

DebugItem() public méthode

public DebugItem ( IEnumerable results ) : System
results IEnumerable
Résultat System

FetchResultsList() public méthode

public FetchResultsList ( ) : IList
Résultat IList

FlushStringBuilder() public méthode

public FlushStringBuilder ( ) : void
Résultat void

GetSchema() public méthode

public GetSchema ( ) : XmlSchema
Résultat System.Xml.Schema.XmlSchema

ReadXml() public méthode

public ReadXml ( XmlReader reader ) : void
reader XmlReader
Résultat void

SaveFile() public méthode

public SaveFile ( string contents, string fileName ) : string
contents string
fileName string
Résultat string

TryCache() public méthode

public TryCache ( IDebugItemResult item ) : void
item IDebugItemResult
Résultat void

WriteXml() public méthode

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void

Property Details

EmptyList public_oe static_oe property

public static List EmptyList
Résultat List