C# Class Foobricator.Output.FormatString

Output a custom formatted string against an source data set
Inheritance: IOutput, IDebugInfoProvider
Afficher le fichier Open project: geoffles/Foobricator

Méthodes publiques

Свойство Type Description
Format string
Source object
SuppressEndLine bool

Méthodes publiques

Méthode Description
Evaluate ( TextWriter writer ) : void

Evaluates the source reference against the format string.

FormatString ( DataReference reference, string formatString, bool suppressEndLine ) : System

Create a new instance

FormatString ( ISource source, string formatString, bool suppressEndLine ) : System

Create a new instance

Method Details

Evaluate() public méthode

Evaluates the source reference against the format string.
public Evaluate ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

FormatString() public méthode

Create a new instance
public FormatString ( DataReference reference, string formatString, bool suppressEndLine ) : System
reference Foobricator.Tools.DataReference
formatString string
suppressEndLine bool
Résultat System

FormatString() public méthode

Create a new instance
public FormatString ( ISource source, string formatString, bool suppressEndLine ) : System
source ISource
formatString string
suppressEndLine bool
Résultat System

Property Details

Format public_oe property

A standard .Net format string
public string Format
Résultat string

Source public_oe property

Reference to the source dataset
public object Source
Résultat object

SuppressEndLine public_oe property

Don't emit an end line
public bool SuppressEndLine
Résultat bool