C# Class LayoutFarm.dbugLayoutMsg

ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
indentLevel int
msg string
msgOwnerKind dbugLayoutMsgOwnerKind
owner object

Public Methods

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

Method Details

ToString() public method

public ToString ( ) : string
return string

dbugLayoutMsg() public method

public dbugLayoutMsg ( RenderElement ve, string msg ) : System.Collections.Generic
ve RenderElement
msg string
return System.Collections.Generic

dbugLayoutMsg() public method

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

Property Details

indentLevel public_oe property

public int indentLevel
return int

msg public_oe property

public string msg
return string

msgOwnerKind public_oe property

public dbugLayoutMsgOwnerKind msgOwnerKind
return dbugLayoutMsgOwnerKind

owner public_oe property

public object owner
return object