LogicBuilder.App.Maui.AutoMapperProfiles
1.0.2
Prefix Reserved
dotnet add package LogicBuilder.App.Maui.AutoMapperProfiles --version 1.0.2
NuGet\Install-Package LogicBuilder.App.Maui.AutoMapperProfiles -Version 1.0.2
<PackageReference Include="LogicBuilder.App.Maui.AutoMapperProfiles" Version="1.0.2" />
<PackageVersion Include="LogicBuilder.App.Maui.AutoMapperProfiles" Version="1.0.2" />
<PackageReference Include="LogicBuilder.App.Maui.AutoMapperProfiles" />
paket add LogicBuilder.App.Maui.AutoMapperProfiles --version 1.0.2
#r "nuget: LogicBuilder.App.Maui.AutoMapperProfiles, 1.0.2"
#:package LogicBuilder.App.Maui.AutoMapperProfiles@1.0.2
#addin nuget:?package=LogicBuilder.App.Maui.AutoMapperProfiles&version=1.0.2
#tool nuget:?package=LogicBuilder.App.Maui.AutoMapperProfiles&version=1.0.2
LogicBuilder.App.Maui.AutoMapperProfiles
Overview
This library provides AutoMapper configuration profiles for mapping between form parameters and serializable descriptors in .NET MAUI applications using the Logic Builder framework.
Purpose
LogicBuilder.App.Maui.AutoMapperProfiles serves as a centralized location for mapping profiles that transform form feature parameters (defined in the Logic Builder design environment) into runtime descriptors used by .NET MAUI applications. These mappings enable seamless conversion between configuration-time objects and runtime-ready descriptors.
Key Features
Parameter-to-Descriptor Mappings: Converts design-time parameters to runtime descriptors for:
- Data Forms: Input fields, dropdown selectors, multi-select controls, form groups, and validation settings
- Search Forms: Search filters and filter groups
- List Forms: List view configurations
- Text Forms: Labels, formatted text, spans, and hyperlinks
- Navigation: Navigation bars and menu items
- Validation: Validation rules, messages, and field validation settings
- Directives: Conditional directives and variable directives
- Bindings: Text item, dropdown item, and multi-select item bindings
Type Conversion: Handles complex type conversions including:
- Enum mappings (e.g.,
FormTypeparameters to descriptors) - Type serialization (e.g.,
Typeobjects toAssemblyQualifiedNamestrings) - Collection transformations
- Nested object mappings
- Enum mappings (e.g.,
Connector Support: Maps connector parameters (e.g., command buttons) with associated metadata
Dependencies
- AutoMapper (v16.1.1): Core mapping functionality
- LogicBuilder.App.Maui.Forms.Parameters (v1.0.1): Source parameter types
- LogicBuilder.App.Maui.Forms.Configuration (v1.0.2): Target descriptor types
Target Framework
- .NET Standard 2.0: Ensures broad compatibility across .NET implementations
Supported Mappings
Data Forms
DataFormSettingsParameters→DataFormSettingsDescriptorFormGroupSettingsParameters→FormGroupSettingsDescriptorFormGroupArraySettingsParameters→FormGroupArraySettingsDescriptorFormGroupBoxSettingsParameters→FormGroupBoxSettingsDescriptorInputFieldControlSettingsParameters→InputFieldControlSettingsDescriptorDropdownSelectorControlSettingsParameters→DropdownSelectorControlSettingsDescriptorMultiSelectFormControlSettingsParameters→MultiSelectFormControlSettingsDescriptor
Validation
ValidationMessageParameters→ValidationMessageDescriptorValidationRuleParameters→ValidationRuleDescriptorFieldValidationSettingsParameters→FieldValidationSettingsDescriptorValidatorDefinitionParameters→ValidatorDefinitionDescriptorValidatorArgumentParameters→ValidatorArgumentDescriptor
Bindings
TextItemBindingParameters→TextItemBindingDescriptorDropDownItemBindingParameters→DropDownItemBindingDescriptorMultiSelectItemBindingParameters→MultiSelectItemBindingDescriptorMultiBindingParameters→MultiBindingDescriptor
Navigation
NavigationBarParameters→NavigationBarDescriptorNavigationMenuItemParameters→NavigationMenuItemDescriptor
Other Components
CommandButtonParameters→CommandButtonDescriptorRequestDetailsParameters→RequestDetailsDescriptorFormRequestDetailsParameters→FormRequestDetailsDescriptor- Templates (TextFieldTemplate, DropDownTemplate, MultiSelectTemplate, etc.)
- Directives (DirectiveDefinition, DirectiveArgument, VariableDirectives)
Testing
The library includes comprehensive unit tests (61+ tests) that verify:
- Property initialization and mapping accuracy
- Null handling for optional fields
- Complex nested object mappings
- Collection transformations
- Type conversions and serialization
Related Projects
- LogicBuilder: The main Logic Builder project
- LogicBuilder.App.Maui.Forms.Parameters: Source parameter definitions
- LogicBuilder.App.Maui.Forms.Configuration: Target descriptor definitions
License
This project is licensed under the MIT License.
| 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
- AutoMapper (>= 16.2.0)
- LogicBuilder.App.Maui.Forms.Configuration (>= 1.0.5)
- LogicBuilder.App.Maui.Forms.Parameters (>= 1.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.2 | 93 | 7/29/2026 |
Making NuGet one of the release feeds.