Halyri - Häke  0.9.1
 All Classes Namespaces Functions Variables Enumerations Properties
AddressConverter Class Reference

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

Inherits IValueConverter.

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 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 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: