C# Класс Sakuno.KanColle.Amatsukaze.Internal.QuestCategoryToBrushConverter

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

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

Метод Описание
Convert ( object rpValue, Type rpTargetType, object rpParameter, CultureInfo rpCulture ) : object
ConvertBack ( object rpValue, Type rpTargetType, object rpParameter, CultureInfo rpCulture ) : object

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

Метод Описание
QuestCategoryToBrushConverter ( ) : Sakuno.KanColle.Amatsukaze.Game.Models

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

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

public Convert ( object rpValue, Type rpTargetType, object rpParameter, CultureInfo rpCulture ) : object
rpValue object
rpTargetType System.Type
rpParameter object
rpCulture System.Globalization.CultureInfo
Результат object

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

public ConvertBack ( object rpValue, Type rpTargetType, object rpParameter, CultureInfo rpCulture ) : object
rpValue object
rpTargetType System.Type
rpParameter object
rpCulture System.Globalization.CultureInfo
Результат object