C# Class Foobricator.Sources.SingleValue

Evaluate a single value (as opposed to a list, also see Foobricator.Sources.TupleValue)
Inheritance: IFormattable, IDebugInfoProvider
Datei anzeigen Open project: geoffles/Foobricator Class Usage Examples

Public Properties

Property Type Description
Reference Foobricator.Tools.DataReference

Public Methods

Method Description
SingleValue ( DataReference reference ) : System

Initialise

ToString ( string format, IFormatProvider formatProvider ) : string

Get a single value and attempt to format it

Method Details

SingleValue() public method

Initialise
public SingleValue ( DataReference reference ) : System
reference Foobricator.Tools.DataReference
return System

ToString() public method

Get a single value and attempt to format it
public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
return string

Property Details

Reference public_oe property

The reference for the source
public DataReference,Foobricator.Tools Reference
return Foobricator.Tools.DataReference