Kephas.Data by Kephas Software SRL

<PackageReference Include="Kephas.Data" Version="9.0.3" />

.NET API 205,824 bytes

 Kephas.Data 9.0.3

Provides abstractions for managing data: retrieval, persistence, query. Typically used areas and classes/interfaces/services: - IDataSpace, IDataContext. - Capabilities: CghangeState, IEntityEntry, EntityEntry. - Conversion: IDataConversionService, IDataConverter, DataConverterBase. - DataSources: IDataSourceService, IDataSourceProvider. - Behaviors: IDataBehavior, DataBehaviorBase, QueryBehaviorBase. - Analysis: IRefPropertiesProvider. - Setup: IDataSetupManager, IDataInstaller. - Validation: IOnValidateBehavior. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Kephas.Data</id>
    <version>9.0.3</version>
    <authors>Kephas Software SRL</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <icon>kephas.logo.stone.png</icon>
    <projectUrl>https://github.com/kephas-software/kephas</projectUrl>
    <description>Provides abstractions for managing data: retrieval, persistence, query.
            Typically used areas and classes/interfaces/services:
            - IDataSpace, IDataContext.
            - Capabilities: CghangeState, IEntityEntry, EntityEntry.
            - Conversion: IDataConversionService, IDataConverter, DataConverterBase.
            - DataSources: IDataSourceService, IDataSourceProvider.
            - Behaviors: IDataBehavior, DataBehaviorBase, QueryBehaviorBase.
            - Analysis: IRefPropertiesProvider.
            - Setup: IDataSetupManager, IDataInstaller.
            - Validation: IOnValidateBehavior.

            Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.</description>
    <releaseNotes>Please check https://github.com/kephas-software/kephas/releases for the change log.
            Also check the documentation and the samples from https://github.com/kephas-software/kephas/wiki and https://github.com/kephas-software/kephas/tree/master/Samples.</releaseNotes>
    <copyright>Copyright © Kephas Software SRL 2010-2021</copyright>
    <tags>kephas data</tags>
    <repository type="github" url="https://github.com/kephas-software/kephas" commit="a28ff41f16b39005721a7904d73c07faf2fa4090" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Kephas.Core" version="9.0.3" exclude="Build,Analyzers" />
        <dependency id="System.ComponentModel.Annotations" version="4.7.0" exclude="Build,Analyzers" />
        <dependency id="System.Linq.Expressions" version="4.3.0" exclude="Build,Analyzers" />
        <dependency id="System.Linq.Queryable" version="4.3.0" exclude="Build,Analyzers" />
        <dependency id="System.ValueTuple" version="4.3.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Kephas.Core" version="9.0.3" exclude="Build,Analyzers" />
        <dependency id="System.ComponentModel.Annotations" version="4.7.0" exclude="Build,Analyzers" />
        <dependency id="System.Linq.Expressions" version="4.3.0" exclude="Build,Analyzers" />
        <dependency id="System.Linq.Queryable" version="4.3.0" exclude="Build,Analyzers" />
        <dependency id="System.ValueTuple" version="4.3.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>