C# 클래스 RazorGenerator.Templating.RazorTemplateBase

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clear ( ) : void
Execute ( ) : void
RenderBody ( ) : string
TransformText ( ) : string
Write ( bool value ) : void
Write ( decimal value ) : void
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( object value ) : void
WriteAttribute ( string name, int>.Tuple prefix, int>.Tuple suffix ) : void
WriteAttributeTo ( TextWriter writer, string name, int>.Tuple prefix, int>.Tuple suffix ) : void
WriteLiteral ( string textToAppend ) : void
WriteLiteralTo ( TextWriter writer, string text ) : void
WriteTo ( TextWriter writer, bool value ) : void
WriteTo ( TextWriter writer, decimal value ) : void
WriteTo ( TextWriter writer, double value ) : void
WriteTo ( TextWriter writer, float value ) : void
WriteTo ( TextWriter writer, int value ) : void
WriteTo ( TextWriter writer, long value ) : void
WriteTo ( TextWriter writer, object value ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

RenderBody() 공개 메소드

public RenderBody ( ) : string
리턴 string

TransformText() 공개 메소드

public TransformText ( ) : string
리턴 string

Write() 공개 메소드

public Write ( bool value ) : void
value bool
리턴 void

Write() 공개 메소드

public Write ( decimal value ) : void
value decimal
리턴 void

Write() 공개 메소드

public Write ( double value ) : void
value double
리턴 void

Write() 공개 메소드

public Write ( float value ) : void
value float
리턴 void

Write() 공개 메소드

public Write ( int value ) : void
value int
리턴 void

Write() 공개 메소드

public Write ( long value ) : void
value long
리턴 void

Write() 공개 메소드

public Write ( object value ) : void
value object
리턴 void

WriteAttribute() 공개 메소드

public WriteAttribute ( string name, int>.Tuple prefix, int>.Tuple suffix ) : void
name string
prefix int>.Tuple
suffix int>.Tuple
리턴 void

WriteAttributeTo() 공개 메소드

public WriteAttributeTo ( TextWriter writer, string name, int>.Tuple prefix, int>.Tuple suffix ) : void
writer System.IO.TextWriter
name string
prefix int>.Tuple
suffix int>.Tuple
리턴 void

WriteLiteral() 공개 메소드

public WriteLiteral ( string textToAppend ) : void
textToAppend string
리턴 void

WriteLiteralTo() 공개 메소드

public WriteLiteralTo ( TextWriter writer, string text ) : void
writer System.IO.TextWriter
text string
리턴 void

WriteTo() 공개 메소드

public WriteTo ( TextWriter writer, bool value ) : void
writer System.IO.TextWriter
value bool
리턴 void

WriteTo() 공개 메소드

public WriteTo ( TextWriter writer, decimal value ) : void
writer System.IO.TextWriter
value decimal
리턴 void

WriteTo() 공개 메소드

public WriteTo ( TextWriter writer, double value ) : void
writer System.IO.TextWriter
value double
리턴 void

WriteTo() 공개 메소드

public WriteTo ( TextWriter writer, float value ) : void
writer System.IO.TextWriter
value float
리턴 void

WriteTo() 공개 메소드

public WriteTo ( TextWriter writer, int value ) : void
writer System.IO.TextWriter
value int
리턴 void

WriteTo() 공개 메소드

public WriteTo ( TextWriter writer, long value ) : void
writer System.IO.TextWriter
value long
리턴 void

WriteTo() 공개 메소드

public WriteTo ( TextWriter writer, object value ) : void
writer System.IO.TextWriter
value object
리턴 void