C# Class PoorMansTSqlFormatterLib.Formatters.TSqlObfuscatingFormatter.TSqlObfuscatingFormattingState

Inheritance: BaseFormatterState
Afficher le fichier Open project: rudi-bruchez/SQLTrismegiste

Private Properties

Свойство Type Description
SetSpaceNoLongerExpected void

Méthodes publiques

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

Private Methods

Méthode Description
SetSpaceNoLongerExpected ( ) : void

Method Details

AddOutputContent() public méthode

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

AddOutputLineBreak() public méthode

public AddOutputLineBreak ( ) : void
Résultat void

BreakIfExpected() public méthode

public BreakIfExpected ( ) : void
Résultat void

SpaceIfExpected() public méthode

public SpaceIfExpected ( ) : void
Résultat void

SpaceIfExpectedForAnsiString() public méthode

public SpaceIfExpectedForAnsiString ( ) : void
Résultat void

TSqlObfuscatingFormattingState() public méthode

public TSqlObfuscatingFormattingState ( bool randomizeColor, bool randomizeLineLength ) : System
randomizeColor bool
randomizeLineLength bool
Résultat System