Fdw.Data.DataSets.Abstractions
1.0.0-rc.9
dotnet add package Fdw.Data.DataSets.Abstractions --version 1.0.0-rc.9
NuGet\Install-Package Fdw.Data.DataSets.Abstractions -Version 1.0.0-rc.9
<PackageReference Include="Fdw.Data.DataSets.Abstractions" Version="1.0.0-rc.9" />
<PackageVersion Include="Fdw.Data.DataSets.Abstractions" Version="1.0.0-rc.9" />
<PackageReference Include="Fdw.Data.DataSets.Abstractions" />
paket add Fdw.Data.DataSets.Abstractions --version 1.0.0-rc.9
#r "nuget: Fdw.Data.DataSets.Abstractions, 1.0.0-rc.9"
#:package Fdw.Data.DataSets.Abstractions@1.0.0-rc.9
#addin nuget:?package=Fdw.Data.DataSets.Abstractions&version=1.0.0-rc.9&prerelease
#tool nuget:?package=Fdw.Data.DataSets.Abstractions&version=1.0.0-rc.9&prerelease
Fdw.Data.DataSets.Abstractions
The DataSet contracts and the configuration classes its rows are read into.
Implementations live in the sibling packages; this one holds the interfaces, base types and models they agree on, so a consumer can depend on the contract without taking the implementation.
Interfaces (9)
| Type | Kind | Purpose |
|---|---|---|
IDataField |
interface | Represents metadata for a field within a dataset. Provides schema information including type,… |
IDataQuery |
interface | Represents a query against a dataset with LINQ expression support. This interface captures query… |
IDataQuery<TSource> |
interface | Generic version of IDataQuery with strong typing for the source dataset. |
IDataSetCatalog |
interface | Represents a catalog of datasets that provides type-safe lookup and enumeration capabilities. This… |
IDataSetCategory |
interface | Marker interface for DataSet category type options. Implemented by and any compile-time… |
IDataSetExecutionContext |
interface | Thin execution context handed to a strategy's so the strategy can run a command against the dataset's… |
IDataSetSourceMapperType |
interface | Represents a data set source mapper type definition. Mapper types extract raw records from structured… |
IDataSetType |
interface | Represents a dataset definition with schema information and query capabilities. Datasets define the… |
IQueryExpression |
interface | Represents a structured query expression that can be analyzed and translated to different backend query… |
Base types (5)
| Type | Kind | Purpose |
|---|---|---|
DataSetCategories |
class | Registry of DataSet category type options (Model C — Hybrid). |
DataSetCategoryBase |
class | Abstract base class for DataSet category type options. Derive from this class to declare compile-time… |
DataSetSourceMapperTypeBase |
class | Base class for data set source mapper type definitions. Mappers extract raw records from structured… |
DataSetTypeBase |
class | Abstract base class for dataset type definitions following the Fdw.Collections pattern. Provides common… |
DataSetTypes |
class | Registry of dataset types. Pure type collection with no DI orchestration. DI registration is handled by… |
Models and supporting types (21)
| Type | Kind | Purpose |
|---|---|---|
CachingConfiguration |
class | Caching configuration for dataset operations. |
CalculatedDataField |
class | Represents a calculated field that computes its value from other fields in a DataRow. Calculated fields… |
DataField |
class | Represents metadata for a field in a data set. Defines the structure and characteristics of data that… |
DataFieldConfiguration |
class | Configuration class for dataset field definitions. |
DataFieldConfigurationValidator |
class | Validator for DataFieldConfiguration instances. |
DataFieldToFieldDefinitionAdapter |
class | Adapter that converts a to . |
DataQueryBuilder<TSource> |
class | Concrete implementation of IDataQuery that builds LINQ expression trees. This class captures method… |
DataSetAggregateDefinition |
class | Defines a single aggregate measure within a DataSet, including the group-by keys and the aggregate… |
DataSetCategoryConfiguration |
class | Configuration record for a DataSet category, backed by data.DataSetCategory. Runtime-defined categories… |
DataSetFilterConditionConfiguration |
class | Configuration for a filter condition stored with a DataSet definition. These filters are applied… |
DataSetKeyFieldConfiguration |
class | Configuration for a key field within a DataSet. Loaded from data.DataSetKeyField as a child of… |
DataSetSourceMapperContext |
class | Context bag passed to source mappers during record extraction. Contains the raw payload, record selector… |
Installation
dotnet add package Fdw.Data.DataSets.Abstractions --prerelease
Dependencies
Fdw.Collections · Fdw.Commands.Abstractions · Fdw.Commands.Data.Abstractions · Fdw.Configuration.Abstractions · Fdw.Data.Abstractions · Fdw.Data.DataContainers.Abstractions · Fdw.Results · Fdw.Types.Abstractions
Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · Fdw.Configuration.SourceGenerators · Fdw.Data.SourceGenerators
Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.
| 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
- Fdw.Collections (>= 1.0.0-rc.9)
- Fdw.Commands.Abstractions (>= 1.0.0-rc.9)
- Fdw.Commands.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.Configuration.Abstractions (>= 1.0.0-rc.9)
- Fdw.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.Data.DataContainers.Abstractions (>= 1.0.0-rc.9)
- Fdw.Results (>= 1.0.0-rc.9)
- Fdw.Types.Abstractions (>= 1.0.0-rc.9)
- FluentValidation (>= 11.12.0)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.10)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.10)
- Polly.Core (>= 8.6.6)
- System.Collections.Immutable (>= 10.0.10)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Diagnostics.DiagnosticSource (>= 10.0.10)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
- System.Text.Json (>= 10.0.10)
NuGet packages (25)
Showing the top 5 NuGet packages that depend on Fdw.Data.DataSets.Abstractions:
| Package | Downloads |
|---|---|
|
Fdw.Services.Data.Abstractions
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Data.DataSets
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Data.Builders
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Services.Data
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Services.Users.Endpoints
Development tools and utilities for the Fdw ecosystem. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-rc.9 | 277 | 8/25/2026 |
| 1.0.0-rc.8 | 341 | 8/25/2026 |
| 1.0.0-rc.6.1 | 1,063 | 8/20/2026 |
| 1.0.0-rc.6 | 1,067 | 8/20/2026 |
| 1.0.0-rc.5 | 1,120 | 8/19/2026 |
| 1.0.0-rc.4 | 982 | 8/19/2026 |
| 1.0.0-rc.3 | 772 | 8/17/2026 |
| 1.0.0-rc.1 | 486 | 8/10/2026 |