C# Class PoorMansTSqlFormatterLib.Formatters.TSqlStandardFormatter.TSqlStandardFormattingState

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

Private Properties

Свойство Type Description
AddOutputSpace void
WhiteSpace_BreakToNextLine void

Méthodes publiques

Méthode Description
AddOutputContent ( string content ) : void
AddOutputContent ( string content, string htmlClassName ) : void
AddOutputLineBreak ( ) : void
Assimilate ( TSqlStandardFormattingState partialState ) : void
DecrementIndent ( ) : TSqlStandardFormattingState
GetRecentKeyword ( ) : string
IncrementIndent ( ) : TSqlStandardFormattingState
Indent ( int indentLevel ) : void
ResetKeywords ( ) : void
SetRecentKeyword ( string ElementName ) : void
TSqlStandardFormattingState ( TSqlStandardFormattingState sourceState ) : System
TSqlStandardFormattingState ( bool htmlOutput, string indentString, int spacesPerTab, int maxLineWidth, int initialIndentLevel ) : System

Private Methods

Méthode Description
AddOutputSpace ( ) : void
WhiteSpace_BreakToNextLine ( ) : 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

AddOutputLineBreak() public méthode

public AddOutputLineBreak ( ) : void
Résultat void

Assimilate() public méthode

public Assimilate ( TSqlStandardFormattingState partialState ) : void
partialState TSqlStandardFormattingState
Résultat void

DecrementIndent() public méthode

public DecrementIndent ( ) : TSqlStandardFormattingState
Résultat TSqlStandardFormattingState

GetRecentKeyword() public méthode

public GetRecentKeyword ( ) : string
Résultat string

IncrementIndent() public méthode

public IncrementIndent ( ) : TSqlStandardFormattingState
Résultat TSqlStandardFormattingState

Indent() public méthode

public Indent ( int indentLevel ) : void
indentLevel int
Résultat void

ResetKeywords() public méthode

public ResetKeywords ( ) : void
Résultat void

SetRecentKeyword() public méthode

public SetRecentKeyword ( string ElementName ) : void
ElementName string
Résultat void

TSqlStandardFormattingState() public méthode

public TSqlStandardFormattingState ( TSqlStandardFormattingState sourceState ) : System
sourceState TSqlStandardFormattingState
Résultat System

TSqlStandardFormattingState() public méthode

public TSqlStandardFormattingState ( bool htmlOutput, string indentString, int spacesPerTab, int maxLineWidth, int initialIndentLevel ) : System
htmlOutput bool
indentString string
spacesPerTab int
maxLineWidth int
initialIndentLevel int
Résultat System