C# Class Tp.Web.Extensions.Components.TextWriterSplitter

Redirects its output to the specified array of text writer.
Inheritance: System.IO.TextWriter
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
TextWriterSplitter ( ) : System

Create new instance of text writer splitter.

Write ( bool value ) : void
Write ( char value ) : void
Write ( char buffer, int index, int count ) : 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
Write ( string value ) : void
Write ( string format, object arg0 ) : void
Write ( string format, object arg0, object arg1 ) : void
Write ( string format, object arg0, object arg1, object arg2 ) : void
Write ( uint value ) : void
Write ( ulong value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

TextWriterSplitter() public méthode

Create new instance of text writer splitter.
public TextWriterSplitter ( ) : System
Résultat System

Write() public méthode

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

Write() public méthode

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

Write() public méthode

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
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

Write() public méthode

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

Write() public méthode

public Write ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

Write() public méthode

public Write ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

Write() public méthode

public Write ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void

Write() public méthode

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

Write() public méthode

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