C# 클래스 PoorMansTSqlFormatterLib.Formatters.TSqlObfuscatingFormatter.TSqlObfuscatingFormattingState

상속: BaseFormatterState
파일 보기 프로젝트 열기: rudi-bruchez/SQLTrismegiste

Private Properties

프로퍼티 타입 설명
SetSpaceNoLongerExpected void

공개 메소드들

메소드 설명
AddOutputContent ( string content, string htmlClassName ) : void
AddOutputLineBreak ( ) : void
BreakIfExpected ( ) : void
SpaceIfExpected ( ) : void
SpaceIfExpectedForAnsiString ( ) : void
TSqlObfuscatingFormattingState ( bool randomizeColor, bool randomizeLineLength ) : System

비공개 메소드들

메소드 설명
SetSpaceNoLongerExpected ( ) : void

메소드 상세

AddOutputContent() 공개 메소드

public AddOutputContent ( string content, string htmlClassName ) : void
content string
htmlClassName string
리턴 void

AddOutputLineBreak() 공개 메소드

public AddOutputLineBreak ( ) : void
리턴 void

BreakIfExpected() 공개 메소드

public BreakIfExpected ( ) : void
리턴 void

SpaceIfExpected() 공개 메소드

public SpaceIfExpected ( ) : void
리턴 void

SpaceIfExpectedForAnsiString() 공개 메소드

public SpaceIfExpectedForAnsiString ( ) : void
리턴 void

TSqlObfuscatingFormattingState() 공개 메소드

public TSqlObfuscatingFormattingState ( bool randomizeColor, bool randomizeLineLength ) : System
randomizeColor bool
randomizeLineLength bool
리턴 System