Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 9.2% downloads on nuget.org
Top 5.1% dependent repos on nuget.org

nuget.org : blue.mvvm.converter

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...

Registry - JSON
purl: pkg:nuget/blue.mvvm.converter
Keywords: MVVM, lightweight, simple, NotifyPropertyChanged, Command, Converter
License:
Latest release: over 8 years ago
First release: over 124 years ago
Dependent repositories: 2
Downloads: 33,373 total
Last synced: about 11 hours ago

    Loading...
    Readme
    Loading...