|
Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
|
Template selector that returns the DataTemplate depending on the given Enum value. More...
Public Member Functions | |
| override DataTemplate | SelectTemplate (object item, DependencyObject container) |
| If the given item is an Enum and the Templates have an entry for this Enum, return the corresponding DataTemplate | |
Properties | |
| Dictionary< Enum, DataTemplate > | Templates = new() [get] |
| Dictionary with KeyValuePair<Enum, DataTemplate> | |
Template selector that returns the DataTemplate depending on the given Enum value.
Definition at line 9 of file EnumTemplateSelector.cs.
| override DataTemplate Vereinsmeisterschaften.TemplateSelectors.EnumTemplateSelector.SelectTemplate | ( | object | item, |
| DependencyObject | container ) |
If the given item is an Enum and the Templates have an entry for this Enum, return the corresponding DataTemplate
| item | Item used to get the DataTemplate |
| container | Parent Container. Not used. |
Definition at line 22 of file EnumTemplateSelector.cs.
|
get |
Dictionary with KeyValuePair<Enum, DataTemplate>
Definition at line 14 of file EnumTemplateSelector.cs.