C# Class PoorMansTSqlFormatterLib.Formatters.TSqlObfuscatingFormatter.TSqlObfuscatingFormattingState

Inheritance: BaseFormatterState
Mostra file Open project: rudi-bruchez/SQLTrismegiste

Private Properties

Property Type Description
SetSpaceNoLongerExpected void

Public Methods

Method Description
AddOutputContent ( string content, string htmlClassName ) : void
AddOutputLineBreak ( ) : void
BreakIfExpected ( ) : void
SpaceIfExpected ( ) : void
SpaceIfExpectedForAnsiString ( ) : void
TSqlObfuscatingFormattingState ( bool randomizeColor, bool randomizeLineLength ) : System

Private Methods

Method Description
SetSpaceNoLongerExpected ( ) : void

Method Details

AddOutputContent() public method

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

AddOutputLineBreak() public method

public AddOutputLineBreak ( ) : void
return void

BreakIfExpected() public method

public BreakIfExpected ( ) : void
return void

SpaceIfExpected() public method

public SpaceIfExpected ( ) : void
return void

SpaceIfExpectedForAnsiString() public method

public SpaceIfExpectedForAnsiString ( ) : void
return void

TSqlObfuscatingFormattingState() public method

public TSqlObfuscatingFormattingState ( bool randomizeColor, bool randomizeLineLength ) : System
randomizeColor bool
randomizeLineLength bool
return System