C# Class LayoutFarm.dbugLayoutMsgWriter

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Add ( RenderElement ve, string msg ) : void
Add ( dbugLayoutMsg msg ) : void
EnterNewLevel ( ) : void
LeaveCurrentLevel ( ) : void
dbugLayoutMsgWriter ( ) : System.Collections.Generic

Method Details

Add() public méthode

public Add ( RenderElement ve, string msg ) : void
ve RenderElement
msg string
Résultat void

Add() public méthode

public Add ( dbugLayoutMsg msg ) : void
msg dbugLayoutMsg
Résultat void

EnterNewLevel() public méthode

public EnterNewLevel ( ) : void
Résultat void

LeaveCurrentLevel() public méthode

public LeaveCurrentLevel ( ) : void
Résultat void

dbugLayoutMsgWriter() public méthode

public dbugLayoutMsgWriter ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Property Details

allMessages public_oe property

public List allMessages
Résultat List