Benevia.Core.Events.DataTypes 0.8.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Benevia.Core.Events.DataTypes --version 0.8.5
                    
NuGet\Install-Package Benevia.Core.Events.DataTypes -Version 0.8.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Benevia.Core.Events.DataTypes" Version="0.8.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Benevia.Core.Events.DataTypes" Version="0.8.5" />
                    
Directory.Packages.props
<PackageReference Include="Benevia.Core.Events.DataTypes" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Benevia.Core.Events.DataTypes --version 0.8.5
                    
#r "nuget: Benevia.Core.Events.DataTypes, 0.8.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Benevia.Core.Events.DataTypes@0.8.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Benevia.Core.Events.DataTypes&version=0.8.5
                    
Install as a Cake Addin
#tool nuget:?package=Benevia.Core.Events.DataTypes&version=0.8.5
                    
Install as a Cake Tool

Benevia.Core.Events.DataTypes

Maintainers

Introduction

This project defines common property data types. Data types are used in the model to define the type of data in a property because the CLR types of int, string, etc. are not specific enough. Examples: Currency, UnitPrice, Percent, MultiLineText, Email, etc.

Architecture

Data types are used in the Property<> attribute.

Source generation is used to apply multiple Data annotations to a property when the data type is specified.

AutoCorrect and Validate subscribers are are registered in data type logic containers (See DataTypeLogic) at startup for specific data types. The events are fired when a property is set (See PropertyLogic.SetValue)

Setup

Add a reference to this library in your model project.

Notes

Common data types are in the Benevia.Core.Events.DataTypes namespace.

Creating custom data types

See Events - Getting started for more information on creating custom data types.

Writing logic for your data type

See Events - Getting started for more information on writing data type event subscribers.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Benevia.Core.Events.DataTypes:

Package Downloads
Benevia.Core.Blobs

Benevia Core Blobs library with Azure Blob Storage integration for file and blob management.

Benevia.Core.API.Events

Benevia Core API Events integration library combining API features with event-driven architecture.

Benevia.Core.Contacts

Benevia Core Contacts library for managing contact information and relationships.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.8-ci.48 0 4/6/2026
0.8.7 84 4/2/2026
0.8.7-ci.46 29 4/2/2026
0.8.7-ci.45 38 4/2/2026
0.8.7-ci.44 31 4/1/2026
0.8.7-ci.43 33 3/31/2026
0.8.7-ci.42 30 3/31/2026
0.8.6 187 3/25/2026
0.8.6-ci.40 41 3/25/2026
0.8.5 108 3/25/2026
0.8.5-ci.38 35 3/25/2026
0.8.5-ci.37 39 3/25/2026
0.8.5-ci.36 42 3/24/2026
0.8.4 191 3/23/2026
0.8.4-ci.34 37 3/23/2026
0.8.4-ci.33 39 3/23/2026
0.8.3 122 3/19/2026
0.8.3-ci.31 41 3/19/2026
0.8.3-ci.30 52 3/19/2026
0.8.3-ci.29 42 3/19/2026
Loading failed