C# Класс Foobricator.Output.FormatString

Output a custom formatted string against an source data set
Наследование: IOutput, IDebugInfoProvider
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Format string
Source object
SuppressEndLine bool

Открытые методы

Метод Описание
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

Описание методов

Evaluate() публичный Метод

Evaluates the source reference against the format string.
public Evaluate ( TextWriter writer ) : void
writer System.IO.TextWriter
Результат void

FormatString() публичный Метод

Create a new instance
public FormatString ( DataReference reference, string formatString, bool suppressEndLine ) : System
reference Foobricator.Tools.DataReference
formatString string
suppressEndLine bool
Результат System

FormatString() публичный Метод

Create a new instance
public FormatString ( ISource source, string formatString, bool suppressEndLine ) : System
source ISource
formatString string
suppressEndLine bool
Результат System

Описание свойств

Format публичное свойство

A standard .Net format string
public string Format
Результат string

Source публичное свойство

Reference to the source dataset
public object Source
Результат object

SuppressEndLine публичное свойство

Don't emit an end line
public bool SuppressEndLine
Результат bool