|
Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
|
Converter that converts the competition status of a person to a corresponding brush color. More...
Public Member Functions | |
| object | Convert (object[] values, Type targetType, object parameter, CultureInfo culture) |
| Conversion method. | |
| object[] | ConvertBack (object value, Type[] targetTypes, object parameter, CultureInfo culture) |
| Back conversion method. | |
Properties | |
| SolidColorBrush | BrushCompetitionMissingAndSelected = new SolidColorBrush(Colors.Red) [get, set] |
| Brush used when the competition is missing and selected. | |
| SolidColorBrush | BrushCompetitionMissing = new SolidColorBrush(Colors.Gray) [get, set] |
| Brush used when the competition is missing but not selected. | |
| SolidColorBrush | BrushCompetitionAvailable = new SolidColorBrush(Colors.Transparent) [get, set] |
| Brush used when the competition is available. | |
Converter that converts the competition status of a person to a corresponding brush color.
values[0] = isCompetitionAvailable values[1] = isCompetitionSelected
Definition at line 14 of file PersonCompetitionStatusToBrushConverter.cs.
| object Vereinsmeisterschaften.Converters.PersonCompetitionStatusToBrushConverter.Convert | ( | object[] | values, |
| Type | targetType, | ||
| object | parameter, | ||
| CultureInfo | culture ) |
Conversion method.
| values | Values used for conversion |
| targetType | Target Type |
| parameter | ConverterParameter |
| culture | CultureInfo |
Definition at line 39 of file PersonCompetitionStatusToBrushConverter.cs.
| object[] Vereinsmeisterschaften.Converters.PersonCompetitionStatusToBrushConverter.ConvertBack | ( | object | value, |
| Type[] | targetTypes, | ||
| object | parameter, | ||
| CultureInfo | culture ) |
Back conversion method.
Not implemented for this converter.
| value | Value used for conversion |
| targetTypes | Target Type array |
| parameter | ConverterParameter |
| culture | CultureInfo |
| NotImplementedException |
Definition at line 61 of file PersonCompetitionStatusToBrushConverter.cs.
|
getset |
Brush used when the competition is available.
Definition at line 29 of file PersonCompetitionStatusToBrushConverter.cs.
|
getset |
Brush used when the competition is missing but not selected.
Definition at line 24 of file PersonCompetitionStatusToBrushConverter.cs.
|
getset |
Brush used when the competition is missing and selected.
Definition at line 19 of file PersonCompetitionStatusToBrushConverter.cs.