Vereinsmeisterschaften  22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NVereinsmeisterschaften
 NBehaviors
 CDataGridBehaviorBehavior to display row numbers in the DataGrid row headers and scroll to the selected item in the DataGrid
 CEmptyItemsControlAdornerBehaviorBehavior used to display an TemplatedAdorner when the ItemsControl is empty
 CGridViewBehaviorsBehaviour 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
 CTemplatedAdornerAdorner that uses a template
 NContracts
 NActivation
 NServices
 NViewModels
 NViews
 NControls
 CBoolTemplateContentControlContent control that switches its template based on a boolean value
 CDoubleProgressDialogInteraktionslogik für DoubleProgressDialog.xaml
 CFileFolderPathControlInteraktionslogik für FileFolderPathControl.xaml
 CMultiSelectComboBoxControl for a ComboBox that allows multiple selection via CheckBoxes
 CNewWorkspaceSettingsDialogInteraktionslogik für NewWorkspaceSettingsDialog.xaml
 CPlaceholderAvailableContentControlContent control that selects its template based on the availability of a placeholder
 CTimeSpanControlInteraktionslogik 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
 CBooleanInvertConverterInverts a boolean value
 CBooleanToStringConverterConverts a boolean value to a string representation
 CBooleanToVisibilityHiddenConverterConverts a boolean value to a Visibility value
 CCompetitionDistanceRuleValidationIssueToStringConverterConverts the contents of a CompetitionDistanceRuleValidationIssue to a describing string
 CEnumToBooleanConverterConverter that converts an enum value to a boolean based on a specified enum value
 CEnumToLocalizedStringConverterGet a localized string based on the enum value to convert
 CEnumValueToAvailableEnumValuesConverterGet all available enum values for a given enum value (used to determine the enum type)
 CInvertedBooleanToVisibilityConverterConverts a boolean value to a Visibility value (inverted)
 CInvertedBooleanToVisibilityHiddenConverterConverts a boolean value to a Visibility value (inverted)
 CPersonCompetitionStatusToBrushConverterConverter that converts the competition status of a person to a corresponding brush color
 CPersonStartToCompetitionIDStringConverterConverts the requested competition of a Person to a competition ID string representation
 CSelectedItemsContainsConverter
 NCore
 NAnalytics
 NContracts
 NDocuments
 NModels
 NProperties
 NServices
 NSettings
 NModels
 CAppConfigClass representing the application configuration settings
 CDocumentCreationConfigClass combining configuration infos used while document creation
 CDocumentCreationStatusClass combining informations used while document creation
 NProperties
 CEnumsEine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw
 CPlaceholderResourcesEine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw
 CResourcesEine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw
 CTooltipsEine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw
 NServices
 CApplicationHostService
 CApplicationInfoServiceService to provide application information such as version
 CNavigationServiceService for handling navigation within the application
 CPageServiceService to manage pages in the application
 CPersistAndRestoreServiceService to persist and restore application data
 CThemeSelectorServiceService to manage the application theme selection
 NTemplateSelectors
 CEnumTemplateSelectorTemplate selector that returns the DataTemplate depending on the given Enum value
 CMenuItemTemplateSelectorDataTemplateSelector for HamburgerMenu items
 NViewModels
 CAnalyticsViewModelViewModel for the analytics page
 CCompetitionViewModelViewModel for the competitions page
 CCreateDocumentsViewModelViewModel for creating various types of documents such as certificates, overview
 CDocumentPlaceholderViewConfigConfiguration for document placeholders used in the UI
 CDropAllowedHandlerDrop handler for the race page
 CDropAllowedHandlerParkingLotDrop handler for the parking lot of the race page
 CDropAllowedSameTypeAndNotSortedHandlerDrop handler that only allows dropping if the source and destination types are equal and if the e.g
 CFriendGroupViewModelViewModel for a group of friends
 CMainViewModelView model for the main view of the application
 CPeopleViewModelViewModel for the person overview page
 CPrepareRacesViewModelView model for the race preparation page
 CResultsViewModelViewModel for the results page, showing the sorted persons based on their scores
 CSettingsViewModelViewModel for the settings page
 CShellViewModelViewModel for the main shell of the application
 CTimeInputViewModelViewModel for the Time Input page
 CWorkspaceManagerViewModelViewModel for the workspace manager
 CWorkspaceSettingsGroupViewModelWorkspace setting group view model
 CWorkspaceSettingViewConfigView configuration for a single workspace setting
 CWorkspaceSettingViewModel< T >Workspace setting view model
 CWorkspaceViewModelViewModel for the workspace, managing the current workspace folder, settings, and commands to load, save, and close the workspace
 NViews
 NAnalyticsWidgets
 CAnalyticsPage
 CCompetitionPage
 CCreateDocumentsPage
 CCreateDocumentUserControlInteraktionslogik für CreateDocumentUserControl.xaml
 CMainPage
 CPeoplePage
 CPrepareRacesPage
 CResultsPage
 CResultsUserControlPodiumPersonStartInteraktionslogik für ResultsUserControlPodiumPersonStart.xaml
 CSettingsPage
 CShellWindow
 CTimeInputPage
 CWorkspaceManagerUserControlInteraktionslogik für WorkspaceManagerUserControl.xaml
 CWorkspacePage
 CWorkspaceSettingUserControlInteraktionslogik für WorkspaceSettingUserControl.xaml
 CApp