C# Класс TheAirline.GUIModel.PagesModel.GamePageModel.NewsTextConverter

Наследование: IValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Приватные методы

Метод Описание
getNewsBold ( string text ) : System.Windows.Controls.TextBlock
getNewsHeader ( string text ) : System.Windows.Controls.TextBlock
getNewsLink ( string text ) : Hyperlink
getNewsWidthText ( string text ) : System.Windows.Controls.TextBlock
hyperLink_Click ( object sender, RoutedEventArgs e ) : void

Описание методов

Convert() публичный Метод

public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture CultureInfo
Результат object

ConvertBack() публичный Метод

public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture CultureInfo
Результат object