An open API service indexing awesome lists of open source software.

https://github.com/bsundsbo/bars.mvvm.fluentapi.generator

Fluid API and Code generators for ActiproSoftware Bars.Mvvm assemblies
https://github.com/bsundsbo/bars.mvvm.fluentapi.generator

actipro actiprosoftware fluid fluid-api source-generator source-generators ui ui-controls ux wpf wpf-ui xaml

Last synced: 8 months ago
JSON representation

Fluid API and Code generators for ActiproSoftware Bars.Mvvm assemblies

Awesome Lists containing this project

README

          

# Bars.Mvvm.FluentApi.Generator
The goal of this project is to extend ActiproSoftware's [WPF-Library](https://github.com/Actipro/WPF-Controls) to offer a more simplified implementation of [bar menus](https://www.actiprosoftware.com/products/controls/wpf/bars) through Fluent extension methods and method chaining.

# Fluent API Features

* **[Fluent API](./Source/FluentApi.Generator/README.md)**: The Fluent API allows you to create bar menus in a more declarative way, making it easier to read and maintain.
* **Chainable API**: The API is designed to be chainable, allowing you to build complex bar menus with minimal boilerplate code.
* **Convenience Methods**: The library provides convenience methods to simplify commonly used boilerplate code.

# Sample Application
See the [sample application](./Source/FluentApi.Wpf.Sample/README.md) for a demonstration of the features provided by this library.

## License

Copyright © Bjørnar Sundsbø and Contributors. All rights reserved.

`Bars.Mvvm.FluentApi.Generator` is provided as-is under the BSD 3-Clause License. For more information see [LICENSE](./LICENSE).