C# 클래스 Foobricator.Output.FormatString

Output a custom formatted string against an source data set
상속: IOutput, IDebugInfoProvider
파일 보기 프로젝트 열기: geoffles/Foobricator

공개 프로퍼티들

프로퍼티 타입 설명
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