C# Class RazorGenerator.Templating.RazorTemplateBase

Datei anzeigen Open project: volkanceylan/Serenity Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Clear() public method

public Clear ( ) : void
return void

Execute() public method

public Execute ( ) : void
return void

RenderBody() public method

public RenderBody ( ) : string
return string

TransformText() public method

public TransformText ( ) : string
return string

Write() public method

public Write ( bool value ) : void
value bool
return void

Write() public method

public Write ( decimal value ) : void
value decimal
return void

Write() public method

public Write ( double value ) : void
value double
return void

Write() public method

public Write ( float value ) : void
value float
return void

Write() public method

public Write ( int value ) : void
value int
return void

Write() public method

public Write ( long value ) : void
value long
return void

Write() public method

public Write ( object value ) : void
value object
return void

WriteAttribute() public method

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

WriteAttributeTo() public method

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
return void

WriteLiteral() public method

public WriteLiteral ( string textToAppend ) : void
textToAppend string
return void

WriteLiteralTo() public method

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

WriteTo() public method

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

WriteTo() public method

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

WriteTo() public method

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

WriteTo() public method

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

WriteTo() public method

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

WriteTo() public method

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

WriteTo() public method

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