Halyri - Häke  0.9.1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Hake_WPF.Conversion.StateConverter Class Reference

Converts state to string. More...

Inheritance diagram for Hake_WPF.Conversion.StateConverter:

Public Member Functions

object Convert (object value, Type targetType, object parameter, CultureInfo culture)
 Converts state to string from just by searching it from states[] and using its index to cast it to state. More...
 
object ConvertBack (object value, Type targetType, object parameter, CultureInfo culture)
 

Detailed Description

Converts state to string.

<author>Atte Söderlund</author>

Member Function Documentation

object Hake_WPF.Conversion.StateConverter.Convert ( object  value,
Type  targetType,
object  parameter,
CultureInfo  culture 
)

Converts state to string from just by searching it from states[] and using its index to cast it to state.

Parameters
valueState
targetTypeNot in use
parameterNot in use
cultureNot in use
Returns
object Hake_WPF.Conversion.StateConverter.ConvertBack ( object  value,
Type  targetType,
object  parameter,
CultureInfo  culture 
)

The documentation for this class was generated from the following file: