C# 클래스 CSharpUtils.Templates.ParserNodes.ParserNodeContext

파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
IndentationLevel int
ShouldWriteIndentation bool
TemplateFactory TemplateFactory
TextWriter System.IO.TextWriter

공개 메소드들

메소드 설명
Indent ( System.Action Action ) : void
ParserNodeContext ( TextWriter TextWriter, TemplateFactory TemplateFactory ) : System
Write ( String Text ) : void
WriteLine ( String Text ) : void

보호된 메소드들

메소드 설명
_TryWriteIndentation ( ) : void

비공개 메소드들

메소드 설명
_GetContextWriteAutoFilteredMethod ( ) : string
_GetContextWriteMethod ( ) : String

메소드 상세

Indent() 공개 메소드

public Indent ( System.Action Action ) : void
Action System.Action
리턴 void

ParserNodeContext() 공개 메소드

public ParserNodeContext ( TextWriter TextWriter, TemplateFactory TemplateFactory ) : System
TextWriter System.IO.TextWriter
TemplateFactory TemplateFactory
리턴 System

Write() 공개 메소드

public Write ( String Text ) : void
Text String
리턴 void

WriteLine() 공개 메소드

public WriteLine ( String Text ) : void
Text String
리턴 void

_TryWriteIndentation() 보호된 메소드

protected _TryWriteIndentation ( ) : void
리턴 void

프로퍼티 상세

IndentationLevel 보호되어 있는 프로퍼티

protected int IndentationLevel
리턴 int

ShouldWriteIndentation 보호되어 있는 프로퍼티

protected bool ShouldWriteIndentation
리턴 bool

TemplateFactory 보호되어 있는 프로퍼티

protected TemplateFactory TemplateFactory
리턴 TemplateFactory

TextWriter 보호되어 있는 프로퍼티

protected TextWriter,System.IO TextWriter
리턴 System.IO.TextWriter