LogicBuilder.App.Maui.Forms.Parameters
1.0.2
Prefix Reserved
dotnet add package LogicBuilder.App.Maui.Forms.Parameters --version 1.0.2
NuGet\Install-Package LogicBuilder.App.Maui.Forms.Parameters -Version 1.0.2
<PackageReference Include="LogicBuilder.App.Maui.Forms.Parameters" Version="1.0.2" />
<PackageVersion Include="LogicBuilder.App.Maui.Forms.Parameters" Version="1.0.2" />
<PackageReference Include="LogicBuilder.App.Maui.Forms.Parameters" />
paket add LogicBuilder.App.Maui.Forms.Parameters --version 1.0.2
#r "nuget: LogicBuilder.App.Maui.Forms.Parameters, 1.0.2"
#:package LogicBuilder.App.Maui.Forms.Parameters@1.0.2
#addin nuget:?package=LogicBuilder.App.Maui.Forms.Parameters&version=1.0.2
#tool nuget:?package=LogicBuilder.App.Maui.Forms.Parameters&version=1.0.2
LogicBuilder.App.Maui.Forms.Parameters
A .NET Standard 2.0 library that provides parameter classes serving as a contract between the Logic Builder application and .NET MAUI applications.
Overview
This library defines the configuration parameters that control the functionality, layout, controls, validation, and visibility of screens in .NET MAUI applications built with the Logic Builder framework. These parameter classes enable declarative, metadata-driven UI configuration without requiring manual XAML or code-behind modifications.
Key Features
- Form Configuration: Define data entry forms with validation, field settings, and conditional directives
- Navigation Parameters: Configure navigation bars, menus, and routing
- List & Search Forms: Set up collection views with filtering, paging, and data binding
- Text Forms: Create read-only text displays with formatted content and hyperlinks
- Data Binding: Support for single and multi-property bindings to UI controls
- Validation: Declarative validation rules and messages for form fields
- Conditional Directives: Control field visibility and behavior based on runtime conditions
- Template Support: Multiple UI templates for text fields, dropdowns, multi-select controls, and more
Main Parameter Types
Form Settings
- DataFormSettingsParameters: Configure data entry forms with fields, validation, and CRUD operations
- ListFormSettingsParameters: Define list views with item templates and data selectors
- SearchFormSettingsParameters: Set up searchable lists with filtering and paging
- TextFormSettingsParameters: Create read-only text content displays
Navigation
- NavigationBarParameters: Configure application navigation bars and menu items
- NavigationMenuItemParameters: Define individual navigation menu entries
Controls & Bindings
- TextItemBindingParameters: Bind data to text input fields with various templates (date, checkbox, switch, label, hidden)
- DropDownItemBindingParameters: Configure dropdown/picker controls
- MultiSelectItemBindingParameters: Set up multi-selection controls
- FormGroupParameters: Group related fields together with headers
Validation & Directives
- ValidationMessageParameters: Define field-level validation rules
- ValidationRuleParameters: Specify individual validation constraints
- VariableDirectivesParameters: Control conditional behavior and visibility
- DirectiveParameters: Execute conditional logic based on field values
Usage
These parameters are typically configured within the Logic Builder application and consumed by .NET MAUI applications at runtime to dynamically construct user interfaces without code changes.
Example conceptual usage:
var formSettings = new DataFormSettingsParameters
(
title: "Edit User",
validationMessages: validationList,
fieldSettings: fieldList,
formType: FormType.Edit,
modelType: typeof(User),
requestDetails: new FormRequestDetailsParameters(...)
);
Dependencies
- LogicBuilder.Forms.Parameters: Horizontal parameter types used across more application types
- .NET Standard 2.0: Ensures broad compatibility with .NET Framework, .NET Core, and modern .NET
License
MIT License - Copyright © BPS 2026
Related Projects
- LogicBuilder - The main Logic Builder application
- LogicBuilder.App.Maui.Forms.Parameters - This repository
Package Information
Available as a NuGet package: LogicBuilder.App.Maui.Forms.Parameters
For more information, visit the GitHub repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- LogicBuilder.Forms.Parameters (>= 2.1.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on LogicBuilder.App.Maui.Forms.Parameters:
| Package | Downloads |
|---|---|
|
LogicBuilder.App.Maui.AutoMapperProfiles
This library serves as a shared location for mapping profiles which map the parameters encapsulating the form features defined in the logic builder to the serializable descriptors used to implement those features in a .NET MAUI application at runtime. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.2 | 134 | 7/29/2026 |
First release.