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

Converts PersonalInfomationDto string that it (Streetname, postalcode, locality). Converback is NOT implemented and returns always null! More...

Inheritance diagram for Hake_WPF.Conversion.AddressConverter:

Public Member Functions

object Convert (object value, Type targetType, object parameter, CultureInfo culture)
 Tries cast value to PersonalInformationDto and then returns string that is compination of streetname, postalcode and locality. More...
 
object ConvertBack (object value, Type targetType, object parameter, CultureInfo culture)
 returns always null. More...
 

Detailed Description

Converts PersonalInfomationDto string that it (Streetname, postalcode, locality). Converback is NOT implemented and returns always null!

<author>Atte Söderlund</author>

Member Function Documentation

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

Tries cast value to PersonalInformationDto and then returns string that is compination of streetname, postalcode and locality.

Parameters
valueGiven value that should be type of PersonalInformationDto
targetTypeThis is ignored in code so do not use this
parameterParameter are not in use so do not use this
cultureCulture is not in use so do not use this
Returns
Address as string
object Hake_WPF.Conversion.AddressConverter.ConvertBack ( object  value,
Type  targetType,
object  parameter,
CultureInfo  culture 
)

returns always null.

Returns
Null

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