C# Class LayoutFarm.dbugLayoutMsg

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

Méthodes publiques

Свойство Type Description
indentLevel int
msg string
msgOwnerKind dbugLayoutMsgOwnerKind
owner object

Méthodes publiques

Méthode Description
ToString ( ) : string
dbugLayoutMsg ( RenderElement ve, string msg ) : System.Collections.Generic
dbugLayoutMsg ( RenderElementLayer layer, string msg ) : System.Collections.Generic

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

dbugLayoutMsg() public méthode

public dbugLayoutMsg ( RenderElement ve, string msg ) : System.Collections.Generic
ve RenderElement
msg string
Résultat System.Collections.Generic

dbugLayoutMsg() public méthode

public dbugLayoutMsg ( RenderElementLayer layer, string msg ) : System.Collections.Generic
layer LayoutFarm.RenderBoxes.RenderElementLayer
msg string
Résultat System.Collections.Generic

Property Details

indentLevel public_oe property

public int indentLevel
Résultat int

msg public_oe property

public string msg
Résultat string

msgOwnerKind public_oe property

public dbugLayoutMsgOwnerKind msgOwnerKind
Résultat dbugLayoutMsgOwnerKind

owner public_oe property

public object owner
Résultat object