Table of Contents

Class InitializationStateToUri

Namespace
Loehnert.Lisrt.Modules.Util
Assembly
Loehnert.Lisrt.Modules.dll

Class for converting a InitializationState to a Uri.

public class InitializationStateToUri : IValueConverter
Inheritance
InitializationStateToUri
Implements
Inherited Members
Extension Methods

Methods

Convert(object, Type, object, CultureInfo)

public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value object

An InitializationState.

targetType Type

The type of the binding target property.

parameter object

The converter parameter to use.

culture CultureInfo

The culture to use in the converter.

Returns

object

An representative Uri.

ConvertBack(object, Type, object, CultureInfo)

Converter which converts a Uri to a InitializationState.

public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value object

The value produced by the binding source.

targetType Type

The type of the binding target property.

parameter object

The converter parameter to use.

culture CultureInfo

The culture to use in the converter.

Returns

object

A InitializationState.

Exceptions

NotImplementedException

Always thrown.