C# (CSharp) SilverlightFX.Data Namespace

Classes

Name Description
BoundParameter Represents a parameter whose value is specified using a binding.
CurrencyFormatter A value converter that can be used in a binding to generate a formatted string representation for a currency value. The ConverterParameter can be used to specify a custom format string.
DataSource
DateFormatter A value converter that can be used in a binding to generate a formatted representation of a DateTime or a part of a DateTime. A UTC DateTime is converted to a local DateTime in the process.
Formatter A base class for formatting value converters.
Formatter.NamedTokensFormatter
Formatter.NamedTokensFormatter.FormattedText
Formatter.NamedTokensFormatter.LiteralText
ImageLoader A value converter that can be used in a binding that loads an image to convert a string or Uri to an ImageSource.
IndexToNumberConverter A value converter that converts an 0-based index value into a 1-based numeric value.
StringTrimmer A value converter that trims and optionally truncates strings. If the ConverterParameter is set to a number the string is truncated so it has at most the specified length, and trailing ellipsis are appended.
UriFormatter A value converter that can be used in a binding to generate a formatted URI representation.
VisibilityConverter A value converter that converts values into equivalent Visibility values. For Boolean values, this maps true/false into Visible/Collapsed. For String values, this maps null and String.Empty into Collapsed. For collection values, this maps empty collections into Collapsed. For other values, this maps null into Collapsed. If the ConverterParameter is set to Inverse, then Visible is returned in place of Collapsed, and vice-versa.