Click here to Skip to main content
Click here to Skip to main content
Articles » Database » Database » Data Access » Downloads
 

Abstract Data Access Layer Design

By , 5 Sep 2009
 
demoproject.zip
DemoProject
Test
(ClassDiagram1).cd
bin
Debug
Test.exe
Test.vshost.exe
Test.vshost.exe.manifest
XPeriment.Persistence.dll
Properties
Settings.settings
Test.csproj.user
XPeriment.Architect
bin
Debug
BizAgi.Architect.vshost.exe
BizAgi.Architect.vshost.exe.manifest
Experiment.Architect.exe
Experiment.Architect.vshost.exe
Experiment.Architect.vshost.exe.manifest
Properties
Settings.settings
XPeriment.Management.suo
XPeriment.Persistence
(ClassDiagram).cd
bin
Debug
XPeriment.Persistence.dll
DataAcessTasks
(ClassDiagram).cd
(ClassDiagram1).cd
SqlServer
PersistentObjects
(ClassDiagram).cd
Attributes
Properties
Settings.settings
XPeriment.Persistence.csproj.user
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{F7A9CCE0-11E0-4A01-A289-4B64ACC61DEB}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>XPeriment.Persistence</RootNamespace>
    <AssemblyName>XPeriment.Persistence</AssemblyName>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data.DataSetExtensions">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="DataAcessTasks\BaseTask.cs" />
    <Compile Include="DataAcessTasks\DataTaskPerformer.cs" />
    <Compile Include="DataAcessTasks\DeleteTask.cs" />
    <Compile Include="DataAcessTasks\FieldData.cs" />
    <Compile Include="DataAcessTasks\FieldSetTask.cs" />
    <Compile Include="DataAcessTasks\FieldValueData.cs" />
    <Compile Include="DataAcessTasks\InsertTask.cs" />
    <Compile Include="DataAcessTasks\JoinData.cs" />
    <Compile Include="PersistentObjects\Attributes\ForaignKey.cs" />
    <Compile Include="PersistentObjects\Attributes\IgnoreMappingAttribute.cs" />
    <Compile Include="PersistentObjects\Attributes\ManyToManyListAttribute.cs" />
    <Compile Include="PersistentObjects\Attributes\OneToManyListAttribute.cs" />
    <Compile Include="PersistentObjects\MappingDirectionTypes.cs" />
    <Compile Include="PersistentObjects\Attributes\MappingFile.cs" />
    <Compile Include="PersistentObjects\Attributes\MapToAttribute.cs" />
    <Compile Include="DataAcessTasks\PerformerTransaction.cs" />
    <Compile Include="PersistentObjects\Attributes\NullsAllowed.cs" />
    <Compile Include="PersistentObjects\PersistenceCatalog.cs" />
    <Compile Include="PersistentObjects\FieldMapping.cs" />
    <Compile Include="PersistentObjects\PersistentObject.cs" />
    <Compile Include="PersistentObjects\ObjectMapping.cs" />
    <Compile Include="PersistentObjects\PrimaryKeyAttribute.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
      <DependentUpon>Settings.settings</DependentUpon>
    </Compile>
    <Compile Include="DataAcessTasks\QueryTask.cs" />
    <Compile Include="PersistentObjects\ReflectionUtility.cs" />
    <Compile Include="DataAcessTasks\ScriptBuilder.cs" />
    <Compile Include="DataAcessTasks\SqlServer\SqlPerformerTransaction.cs" />
    <Compile Include="DataAcessTasks\SqlServer\SqlTaskPerformer.cs" />
    <Compile Include="DataAcessTasks\UpdateTask.cs" />
    <Compile Include="Settings.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="%28ClassDiagram%29.cd" />
    <None Include="app.config" />
    <None Include="DataAcessTasks\%28ClassDiagram%29.cd" />
    <None Include="DataAcessTasks\%28ClassDiagram1%29.cd" />
    <None Include="PersistentObjects\%28ClassDiagram%29.cd" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
  </ItemGroup>
  <ItemGroup>
    <Content Include="PersistenceFile.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Anwar Ibáñez O'Kamell
Systems Engineer
Colombia Colombia
http://www.construirsoftware.blogspot.com/

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130617.1 | Last Updated 5 Sep 2009
Article Copyright 2009 by Anwar Ibáñez O'Kamell
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid