BionicCode.Utilities.Net.Wpf
1.0.1
See the version list below for details.
dotnet add package BionicCode.Utilities.Net.Wpf --version 1.0.1
NuGet\Install-Package BionicCode.Utilities.Net.Wpf -Version 1.0.1
<PackageReference Include="BionicCode.Utilities.Net.Wpf" Version="1.0.1" />
paket add BionicCode.Utilities.Net.Wpf --version 1.0.1
#r "nuget: BionicCode.Utilities.Net.Wpf, 1.0.1"
// Install BionicCode.Utilities.Net.Wpf as a Cake Addin #addin nuget:?package=BionicCode.Utilities.Net.Wpf&version=1.0.1 // Install BionicCode.Utilities.Net.Wpf as a Cake Tool #tool nuget:?package=BionicCode.Utilities.Net.Wpf&version=1.0.1
BionicCode.Net.Wpf
.NET 5 library containing utilities that target .NET 5 WPF
Compatibility
Project Home
NuGet packages
Class Reference
Table of Contents (click items to navigate)
BaseViewModel
AsyncRelayCommand<T>
- Extension Methods for WPF e.g.
TryFindVisualParentElement<TParent>(out DependencyObject) : bool
TryFindVisualParentElementByName(out FrameworkElement) : bool
TryFindVisualChildElement<TChild>(out DependencyObject) : bool
TryFindVisualChildElementByName(out FrameworkElement) : bool
FindVisualChildElements<TChildren>() : IEnumerable<TChildren>
ICollection.AddRange<TItem>(IEnumerable<TItem>) : IEnumerable<TItem>
- EventArgs
- ValueConverters
BoolToStringConverter
- Implementation ofIValueConverter
that converts abool
to a custom string representation e.g., converttrue
toEnabled
.BooleanMultiValueConverter
- Implementation ofIMultiValueConverter
that checks if all values aretrue
.FilePathTruncateConverter
InvertValueConverter
- Collections
ObservablePropertyChangedCollection<T>
- Markup Extensions
InvertExtension
EnumExtension
PrimitiveTypeExtension
EqualsExtension
- Attached Behaviors for WPF
Profiler
AppSettingsConnector
- A default API to theAppSettings
that provides strongly typed reading and writing (e.g.bool
,int
,double
,string
) of key-value pair valuesMruManager
- Most Recently Used (MRU) file manager. An API that maintains an MRU table stored in the Application Settings file.EventAggregator
- Implementation of the Event Aggregator pattern that supports dynamic aggregation of different typed event sources- Easy to use
Dialog
attached behavior and infrastructure to allow MVVM friendly dialog handling from the view models in a fire-and-forget manner. To display dialogs implementIDialogViewModel
classes and create aDataTemplate
for each implementation. TheDataTemplate
is the rendered in a nativeWindow
. Addition attached properties allow for styling of the dialogWindow
or to assign an optionalDataTemplateSelector
. The attached behavior will handle showing and closing of the dialog.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0-windows7.0 is compatible. net6.0-windows was computed. net7.0-windows was computed. net8.0-windows was computed. |
-
net5.0-windows7.0
- BionicCode.Utilities.Net.Standard (>= 1.0.5)
- System.Configuration.ConfigurationManager (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Improved Dialog
- Improved DialogViewModel. CanExecuteSendResponseCommand is now virtual.
-Generic interface IAsyncRelayCommand<T> now implements IAsyncRelayCommand
---------------------------------------------------------
For bug reports or feature requests please visit the project home on GutHub (follow the "Project Site" link on the right) and then open an issue (open the "issue" tab, click "New Issue" and select the appropriate template) or send a mail to BionicCode@outlook.com. Thank you very much.