C# Class RazorGenerator.Templating.RazorTemplateBase

Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Clear ( ) : void
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

RenderBody() public méthode

public RenderBody ( ) : string
Résultat string

TransformText() public méthode

public TransformText ( ) : string
Résultat string

Write() public méthode

public Write ( bool value ) : void
value bool
Résultat void

Write() public méthode

public Write ( decimal value ) : void
value decimal
Résultat void

Write() public méthode

public Write ( double value ) : void
value double
Résultat void

Write() public méthode

public Write ( float value ) : void
value float
Résultat void

Write() public méthode

public Write ( int value ) : void
value int
Résultat void

Write() public méthode

public Write ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( object value ) : void
value object
Résultat void

WriteAttribute() public méthode

public WriteAttribute ( string name, int>.Tuple prefix, int>.Tuple suffix ) : void
name string
prefix int>.Tuple
suffix int>.Tuple
Résultat void

WriteAttributeTo() public méthode

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
Résultat void

WriteLiteral() public méthode

public WriteLiteral ( string textToAppend ) : void
textToAppend string
Résultat void

WriteLiteralTo() public méthode

public WriteLiteralTo ( TextWriter writer, string text ) : void
writer System.IO.TextWriter
text string
Résultat void

WriteTo() public méthode

public WriteTo ( TextWriter writer, bool value ) : void
writer System.IO.TextWriter
value bool
Résultat void

WriteTo() public méthode

public WriteTo ( TextWriter writer, decimal value ) : void
writer System.IO.TextWriter
value decimal
Résultat void

WriteTo() public méthode

public WriteTo ( TextWriter writer, double value ) : void
writer System.IO.TextWriter
value double
Résultat void

WriteTo() public méthode

public WriteTo ( TextWriter writer, float value ) : void
writer System.IO.TextWriter
value float
Résultat void

WriteTo() public méthode

public WriteTo ( TextWriter writer, int value ) : void
writer System.IO.TextWriter
value int
Résultat void

WriteTo() public méthode

public WriteTo ( TextWriter writer, long value ) : void
writer System.IO.TextWriter
value long
Résultat void

WriteTo() public méthode

public WriteTo ( TextWriter writer, object value ) : void
writer System.IO.TextWriter
value object
Résultat void