C# 클래스 PoorMansTSqlFormatterLib.BaseFormatterState

파일 보기 프로젝트 열기: rudi-bruchez/SQLTrismegiste

보호된 프로퍼티들

프로퍼티 타입 설명
_outBuilder StringBuilder

공개 메소드들

메소드 설명
AddOutputContent ( string content ) : void
AddOutputContent ( string content, string htmlClassName ) : void
AddOutputContentRaw ( string content ) : void
AddOutputLineBreak ( ) : void
BaseFormatterState ( bool htmlOutput ) : System
CloseClass ( ) : void
DumpOutput ( ) : string
OpenClass ( string htmlClassName ) : void

메소드 상세

AddOutputContent() 공개 메소드

public AddOutputContent ( string content ) : void
content string
리턴 void

AddOutputContent() 공개 메소드

public AddOutputContent ( string content, string htmlClassName ) : void
content string
htmlClassName string
리턴 void

AddOutputContentRaw() 공개 메소드

public AddOutputContentRaw ( string content ) : void
content string
리턴 void

AddOutputLineBreak() 공개 메소드

public AddOutputLineBreak ( ) : void
리턴 void

BaseFormatterState() 공개 메소드

public BaseFormatterState ( bool htmlOutput ) : System
htmlOutput bool
리턴 System

CloseClass() 공개 메소드

public CloseClass ( ) : void
리턴 void

DumpOutput() 공개 메소드

public DumpOutput ( ) : string
리턴 string

OpenClass() 공개 메소드

public OpenClass ( string htmlClassName ) : void
htmlClassName string
리턴 void

프로퍼티 상세

_outBuilder 보호되어 있는 프로퍼티

protected StringBuilder _outBuilder
리턴 StringBuilder