C# Class PoorMansTSqlFormatterLib.BaseFormatterState

Mostra file Open project: rudi-bruchez/SQLTrismegiste

Protected Properties

Property Type Description
_outBuilder StringBuilder

Public Methods

Method Description
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

Method Details

AddOutputContent() public method

public AddOutputContent ( string content ) : void
content string
return void

AddOutputContent() public method

public AddOutputContent ( string content, string htmlClassName ) : void
content string
htmlClassName string
return void

AddOutputContentRaw() public method

public AddOutputContentRaw ( string content ) : void
content string
return void

AddOutputLineBreak() public method

public AddOutputLineBreak ( ) : void
return void

BaseFormatterState() public method

public BaseFormatterState ( bool htmlOutput ) : System
htmlOutput bool
return System

CloseClass() public method

public CloseClass ( ) : void
return void

DumpOutput() public method

public DumpOutput ( ) : string
return string

OpenClass() public method

public OpenClass ( string htmlClassName ) : void
htmlClassName string
return void

Property Details

_outBuilder protected_oe property

protected StringBuilder _outBuilder
return StringBuilder