Converts state to string.
More...
|
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) |
|
|
String[] | states = { "Uusi","Käsittelyssä","Siirrossa","Käsitelty","Pidossa"} |
|
Converts state to string.
<author>Atte Söderlund</author>
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
-
value | State |
targetType | Not in use |
parameter | Not in use |
culture | Not in use |
- Returns
object Hake_WPF.Conversion.StateConverter.ConvertBack |
( |
object |
value, |
|
|
Type |
targetType, |
|
|
object |
parameter, |
|
|
CultureInfo |
culture |
|
) |
| |
String [] Hake_WPF.Conversion.StateConverter.states = { "Uusi","Käsittelyssä","Siirrossa","Käsitelty","Pidossa"} |
|
private |
The documentation for this class was generated from the following file: