C# Class PoorMansTSqlFormatterLib.BaseFormatterState

Afficher le fichier Open project: rudi-bruchez/SQLTrismegiste

Protected Properties

Свойство Type Description
_outBuilder StringBuilder

Méthodes publiques

Méthode 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 méthode

public AddOutputContent ( string content ) : void
content string
Résultat void

AddOutputContent() public méthode

public AddOutputContent ( string content, string htmlClassName ) : void
content string
htmlClassName string
Résultat void

AddOutputContentRaw() public méthode

public AddOutputContentRaw ( string content ) : void
content string
Résultat void

AddOutputLineBreak() public méthode

public AddOutputLineBreak ( ) : void
Résultat void

BaseFormatterState() public méthode

public BaseFormatterState ( bool htmlOutput ) : System
htmlOutput bool
Résultat System

CloseClass() public méthode

public CloseClass ( ) : void
Résultat void

DumpOutput() public méthode

public DumpOutput ( ) : string
Résultat string

OpenClass() public méthode

public OpenClass ( string htmlClassName ) : void
htmlClassName string
Résultat void

Property Details

_outBuilder protected_oe property

protected StringBuilder _outBuilder
Résultat StringBuilder