|
Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
|
| ▼NVereinsmeisterschaften | |
| ▼NBehaviors | |
| CDataGridBehavior | Behavior to display row numbers in the DataGrid row headers and scroll to the selected item in the DataGrid |
| CEmptyItemsControlAdornerBehavior | Behavior used to display an TemplatedAdorner when the ItemsControl is empty |
| CGridViewBehaviors | Behaviour to collapse the GridViewColumn when the Header isn't visible Set this behavior to an object of type GridViewColumnHeader in XAML: <GridViewColumnHeader behaviors:GridViewBehaviors.CollapseableColumn="True" >... Then set the GridViewColumnHeader.Visibility to Visibility.Collapsed or Visibility.Hidden to make the column invisible |
| CTemplatedAdorner | Adorner that uses a template |
| ▼NContracts | |
| ►NActivation | |
| ►NServices | |
| ►NViewModels | |
| ►NViews | |
| ▼NControls | |
| CBoolTemplateContentControl | Content control that switches its template based on a boolean value |
| CDoubleProgressDialog | Interaktionslogik für DoubleProgressDialog.xaml |
| CFileFolderPathControl | Interaktionslogik für FileFolderPathControl.xaml |
| CMultiSelectComboBox | Control for a ComboBox that allows multiple selection via CheckBoxes |
| CNewWorkspaceSettingsDialog | Interaktionslogik für NewWorkspaceSettingsDialog.xaml |
| CPlaceholderAvailableContentControl | Content control that selects its template based on the availability of a placeholder |
| CTimeSpanControl | Interaktionslogik für TimeSpanControl.xaml This control is inspired by the HTML time input (https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_time) |
| ▼NConverters | |
| CBooleanInvertConverter | Inverts a boolean value |
| CBooleanToStringConverter | Converts a boolean value to a string representation |
| CBooleanToVisibilityHiddenConverter | Converts a boolean value to a Visibility value |
| CCompetitionDistanceRuleValidationIssueToStringConverter | Converts the contents of a CompetitionDistanceRuleValidationIssue to a describing string |
| CEnumToBooleanConverter | Converter that converts an enum value to a boolean based on a specified enum value |
| CEnumToLocalizedStringConverter | Get a localized string based on the enum value to convert |
| CEnumValueToAvailableEnumValuesConverter | Get all available enum values for a given enum value (used to determine the enum type) |
| CInvertedBooleanToVisibilityConverter | Converts a boolean value to a Visibility value (inverted) |
| CInvertedBooleanToVisibilityHiddenConverter | Converts a boolean value to a Visibility value (inverted) |
| CPersonCompetitionStatusToBrushConverter | Converter that converts the competition status of a person to a corresponding brush color |
| CPersonStartToCompetitionIDStringConverter | Converts the requested competition of a Person to a competition ID string representation |
| CSelectedItemsContainsConverter | |
| ▼NCore | |
| ►NAnalytics | |
| ►NContracts | |
| ►NDocuments | |
| ►NModels | |
| ►NProperties | |
| ►NServices | |
| ►NSettings | |
| ▼NModels | |
| CAppConfig | Class representing the application configuration settings |
| CDocumentCreationConfig | Class combining configuration infos used while document creation |
| CDocumentCreationStatus | Class combining informations used while document creation |
| ▼NProperties | |
| CEnums | Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw |
| CPlaceholderResources | Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw |
| CResources | Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw |
| CTooltips | Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw |
| ▼NServices | |
| CApplicationHostService | |
| CApplicationInfoService | Service to provide application information such as version |
| CNavigationService | Service for handling navigation within the application |
| CPageService | Service to manage pages in the application |
| CPersistAndRestoreService | Service to persist and restore application data |
| CThemeSelectorService | Service to manage the application theme selection |
| ▼NTemplateSelectors | |
| CEnumTemplateSelector | Template selector that returns the DataTemplate depending on the given Enum value |
| CMenuItemTemplateSelector | DataTemplateSelector for HamburgerMenu items |
| ▼NViewModels | |
| CAnalyticsViewModel | ViewModel for the analytics page |
| CCompetitionViewModel | ViewModel for the competitions page |
| CCreateDocumentsViewModel | ViewModel for creating various types of documents such as certificates, overview |
| CDocumentPlaceholderViewConfig | Configuration for document placeholders used in the UI |
| CDropAllowedHandler | Drop handler for the race page |
| CDropAllowedHandlerParkingLot | Drop handler for the parking lot of the race page |
| CDropAllowedSameTypeAndNotSortedHandler | Drop handler that only allows dropping if the source and destination types are equal and if the e.g |
| CFriendGroupViewModel | ViewModel for a group of friends |
| CMainViewModel | View model for the main view of the application |
| CPeopleViewModel | ViewModel for the person overview page |
| CPrepareRacesViewModel | View model for the race preparation page |
| CResultsViewModel | ViewModel for the results page, showing the sorted persons based on their scores |
| CSettingsViewModel | ViewModel for the settings page |
| CShellViewModel | ViewModel for the main shell of the application |
| CTimeInputViewModel | ViewModel for the Time Input page |
| CWorkspaceManagerViewModel | ViewModel for the workspace manager |
| CWorkspaceSettingsGroupViewModel | Workspace setting group view model |
| CWorkspaceSettingViewConfig | View configuration for a single workspace setting |
| CWorkspaceSettingViewModel< T > | Workspace setting view model |
| CWorkspaceViewModel | ViewModel for the workspace, managing the current workspace folder, settings, and commands to load, save, and close the workspace |
| ▼NViews | |
| ►NAnalyticsWidgets | |
| CAnalyticsPage | |
| CCompetitionPage | |
| CCreateDocumentsPage | |
| CCreateDocumentUserControl | Interaktionslogik für CreateDocumentUserControl.xaml |
| CMainPage | |
| CPeoplePage | |
| CPrepareRacesPage | |
| CResultsPage | |
| CResultsUserControlPodiumPersonStart | Interaktionslogik für ResultsUserControlPodiumPersonStart.xaml |
| CSettingsPage | |
| CShellWindow | |
| CTimeInputPage | |
| CWorkspaceManagerUserControl | Interaktionslogik für WorkspaceManagerUserControl.xaml |
| CWorkspacePage | |
| CWorkspaceSettingUserControl | Interaktionslogik für WorkspaceSettingUserControl.xaml |
| CApp |