bfr/BFR
adroslice 704b7ea1a9 Added internal Operation Infrastructure + Example
- Overwrite might be a bad example, because it has no fail conditions. The intended behaviour for those is to throw an exception for invalid parameters, with an error text describing to the user what went wrong.
- Fail condition check may be moved to a seperate abstract method, forcing implementers to at least give fail conditions a thought.
- Minor refactor
- TODO: Better folder structure to group operations (Looking for suggestions)
2019-11-16 02:00:17 +01:00
..
Helpers Implemented filtering 2019-11-14 20:42:25 +01:00
Models Renamed DataModels to Models 2019-11-14 15:19:52 +01:00
Operations Added internal Operation Infrastructure + Example 2019-11-16 02:00:17 +01:00
.gitignore Project Setup 2019-11-13 20:26:04 +01:00
App.xaml Project Setup 2019-11-13 20:26:04 +01:00
App.xaml.cs Update Avalonia to preview, Minor Refactor 2019-11-13 20:40:30 +01:00
BFR.csproj Update Avalonia to preview, Minor Refactor 2019-11-13 20:40:30 +01:00
MainWindow.xaml Implemented filtering 2019-11-14 20:42:25 +01:00
MainWindow.xaml.cs Added internal Operation Infrastructure + Example 2019-11-16 02:00:17 +01:00
MainWindowUIProperties.cs Implemented filtering 2019-11-14 20:42:25 +01:00
nuget.config Project Setup 2019-11-13 20:26:04 +01:00
Program.cs Update Avalonia to preview, Minor Refactor 2019-11-13 20:40:30 +01:00