22 packages tagged with “NotifyPropertyChanged”
INotifyPropertyChanged, Recordable (undo/redo) and Weak Event patterns. An official PostSharp pattern library.
MVVM<BareknuckleStyle> This package includes a partial class for use in your projects, which should be used as a base class for your notification-enabled class-hierarchy. This way you can extend Blue.MVVM with functionality that may be released in future updates, possibly preventing breaking changes that may be occur between releases. Also, future udates may use the partial class as an extension point.
MrAdvice.MVVM is a lightweight MVVM library. It implements NotifyPropertyChanged, DependencyProperty (dependency and attached), A command binder and some threading management.
Controls and commands for the PostSharp Model Pattern Library.
Simple MVVM (Model, ViewModel, View) Framework for Xamarin.Forms
MVVM, bare knuckle style! Blue.MVVM is, and will remain, an ultra lightweight suite supporting your Model-View-ViewModel (MVVM) based applications. _about this package_ This package includes highly configurable converters. Included converters in this package so far: - BoolToVisibilityConverter: With configurable Visbilities for True/False input values - MultiplyDoubleConverter: configurable standard factor, additional (optional) factor vie ConvererParameter, (optional) Min- and MaxValues - ObjectToVisibilityConverter -> using strategy-pattern to allow various configurations - Int32ToVisibilityConverter -> using strategy-pattern to allow various configurations - Int16ToVisibilityConverter -> using strategy-pattern to allow various configurations - Int64ToVisibilityConverter -> using strategy-pattern to allow various configurations - SingleToVisibilityConverter -> using strategy-pattern to allow various configurations - DoubleToVisibilityConverter -> using strategy-pattern to allow various configurations - FormatStringConverter - Int16OffsetConverter - Int32OffsetConverter - Int64OffsetConverter - SingleOffsetConverter - DoubleOffsetConverter - ThicknessConverter - MappingConverter -> easily define Mappings in XAML, e.g.: Derive classes FileAccessToBrushConverter : MappingConverter<FileAccess, Brush> and FileAccessToBrush : MappingDefinition<FileAccess, Brush> and use in XAML like: <FileAccessToBrushConverter x:Key="FileAccessToBrush"> <FileAccessToBrush From="Read" To="Yellow" /> <FileAccessToBrush From="Write" To="Red" /> <FileAccessToBrush From="ReadWrite" To="Green" /> </FileAccessToBrushConverter> The package currently integrates a resource-dictionary, demonstrating the intended usage of the converters. Feel free to delete this file when you familiarized with the usage. However, don´t extend this file, as this may be updated in future releases, until the corresponding "sample" pacakge is available _what to expect in future releases?_ There are many ideas around regarding upcoming releases of the Blue.MVVM suite. However, those updates will be shipped in form of additional packages. This way, you can add just those packages that best fits your application and needs. Upcoming releases may include, but are not limited to: + XML-comments - packages with samples - (fluid)validation - message broker - IoC-Container integration - public git-repo - many more... So stay tuned for updates! Send feedback, feature-request, unexpected breaking changes, etc. via the projects nuget-page, http://www.nuget.org/packages/Blue.MVVM.Converter/ContactOwners, until there is a projet homepage...
Simple MVVM (Model, ViewModel, View) Framework
Ultimate Rx.Net extension. Turn primitive variable to be reactive ! Refer to readme for more details and examples
Helper methods for implementing and consuming INotifyPropertyChanged.
QtPropertyObserver is library for .NET WPF. This Library can help the properties setter auto complete NofityPropertyChanged. Get more help on sample code. Supported Platform: .Net Framework 4+ 让Property的setter自动调用PropertyChanged方法,避免写一个私有变量,再写一个属性,主要用于WPF程序。使用说明请参阅sample。 支持的平台: .Net Framework 4+
This package is Portable Library Project (Windows phone 8.1, Windows 8.1, Universal App, .NET Framework 4.5.1). It contains ObservableCommon class for NotifyPropertyChanged and other helper class
Simple MVVM (Model, ViewModel, View) Framework for Xamarin.Forms.RxUI
This package provides simple INotifyPropertyChanged aspect. Put [Notify] attribure on your properties or a whole class. You can use [NotifyAlso] attributes to notify other dependant properties. Powered by AspectInjector.
A simple to use yet powerful implementation of INotifyPropertyChanged.
This library provides attributes-based compile-time AOP framework.
Represents an object whose members can be dynamically added at run time, similar to ExpandoObject. If an unset value is accessed, the returned value will be false. The GraciousObject does not throw an Exception.
The MVVMBuilder library is a comprehensive solution for building Modern, Scalable, and Testable applications using the Model-View-ViewModel (MVVM) architectural pattern. It provides a simple and clean way to implement the MVVM pattern, separating the concerns of the UI from the business logic, while also addressing common issues such as view access and proper command handling.
This is a collection of useful Helpers needed when developing applications with MVVM
An easy to use Android LiveData alternative for WPF and C#
Simple MVVM (Model, ViewModel, View) Framework for .Net - .NET MAUI compatible
Simple MVVM (Model, ViewModel, View) Framework for .Net - .NET MAUI ReactiveUI compatible