C# 클래스 LayoutFarm.dbugLayoutMsg

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
indentLevel int
msg string
msgOwnerKind dbugLayoutMsgOwnerKind
owner object

공개 메소드들

메소드 설명
ToString ( ) : string
dbugLayoutMsg ( RenderElement ve, string msg ) : System.Collections.Generic
dbugLayoutMsg ( RenderElementLayer layer, string msg ) : System.Collections.Generic

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

dbugLayoutMsg() 공개 메소드

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

dbugLayoutMsg() 공개 메소드

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

프로퍼티 상세

indentLevel 공개적으로 프로퍼티

public int indentLevel
리턴 int

msg 공개적으로 프로퍼티

public string msg
리턴 string

msgOwnerKind 공개적으로 프로퍼티

public dbugLayoutMsgOwnerKind msgOwnerKind
리턴 dbugLayoutMsgOwnerKind

owner 공개적으로 프로퍼티

public object owner
리턴 object