文件名称:PMIS3
- 所属分类:
- 数据库编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 367kb
- 下载次数:
- 0次
- 提 供 者:
- 张**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
PMIS--------主程序代码
表示层,负责应用程序的表现形式、用户体验等。
-------DALFactory-----抽象工厂
抽象工厂,用于创建各种数据对象的方法,这里有配置文件和反射的运用。
-------IDAL--------数据接口层(控制是选择什么类型的数据库)
数据操作接口,数据访问层实现其接口并重写它(体现了面向接口的编程思想)。
-------BLL------
处理应用程序的业务逻辑,被表示层调用。
-------Model-------构造模型(对应数据库字段)
Model程序集,存放实体类,用于数据访问层和逻辑层调用
-------SQLServerDAL----SQLServer数据访问层
数据访问层,实现具体的select、update、delete....操作,重写IDAL接口。
-------OracleDAL----Oracle数据访问层
数据访问层,实现具体的select、update、delete....操作,重写IDAL接口。
-------DBUtility----公共数据访问层
数据处理层,实现具体的ExecuteReader,ExecuteDataTable,ExecuteNonQuery等。
-------Utility----公共层
实现从配置文件中读取数据库联接字符串。-PMIS-------- main program code
Layer, is responsible for application forms, user experience.
------- DALFactory----- Abstract Factory
Abstract factory for creating a variety of methods of data objects, there are configuration files and the use of reflection.
------- IDAL-------- data interface layer (control is to choose what type of database)
Data manipulation interface, data access layer to achieve its interface and rewrite it (embodied ideas for programming interface).
------- BLL------
Processing application s business logic layer to be called.
------- Model------- structure model (corresponding to database fields)
Model assembly, storage entity class for data access layer and logical layer calls
------- SQLServerDAL---- SQLServer data access layer
Data access layer, to achieve specific select, update, delete .... operation, rewritten IDAL interfaces.
------- OracleDAL---- Oracle Data Access Layer
Data access layer, to achieve specific select,
表示层,负责应用程序的表现形式、用户体验等。
-------DALFactory-----抽象工厂
抽象工厂,用于创建各种数据对象的方法,这里有配置文件和反射的运用。
-------IDAL--------数据接口层(控制是选择什么类型的数据库)
数据操作接口,数据访问层实现其接口并重写它(体现了面向接口的编程思想)。
-------BLL------
处理应用程序的业务逻辑,被表示层调用。
-------Model-------构造模型(对应数据库字段)
Model程序集,存放实体类,用于数据访问层和逻辑层调用
-------SQLServerDAL----SQLServer数据访问层
数据访问层,实现具体的select、update、delete....操作,重写IDAL接口。
-------OracleDAL----Oracle数据访问层
数据访问层,实现具体的select、update、delete....操作,重写IDAL接口。
-------DBUtility----公共数据访问层
数据处理层,实现具体的ExecuteReader,ExecuteDataTable,ExecuteNonQuery等。
-------Utility----公共层
实现从配置文件中读取数据库联接字符串。-PMIS-------- main program code
Layer, is responsible for application forms, user experience.
------- DALFactory----- Abstract Factory
Abstract factory for creating a variety of methods of data objects, there are configuration files and the use of reflection.
------- IDAL-------- data interface layer (control is to choose what type of database)
Data manipulation interface, data access layer to achieve its interface and rewrite it (embodied ideas for programming interface).
------- BLL------
Processing application s business logic layer to be called.
------- Model------- structure model (corresponding to database fields)
Model assembly, storage entity class for data access layer and logical layer calls
------- SQLServerDAL---- SQLServer data access layer
Data access layer, to achieve specific select, update, delete .... operation, rewritten IDAL interfaces.
------- OracleDAL---- Oracle Data Access Layer
Data access layer, to achieve specific select,
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DataBase\物业管理系统.mdf.dsn
BLL\Admin.cs
...\bin\Debug\BLL.dll
...\...\.....\BLL.pdb
...\...\.....\DALFactory.dll
...\...\.....\DALFactory.pdb
...\...\.....\IDAL.dll
...\...\.....\IDAL.pdb
...\...\.....\Model.dll
...\...\.....\Model.pdb
...\BLL.csproj
...\obj\BLL.csproj.FileListAbsolute.txt
...\...\Debug\BLL.dll
...\...\.....\BLL.pdb
...\...\.....\ResolveAssemblyReference.cache
...\Properties\AssemblyInfo.cs
DALFactory\Admin.cs
..........\bin\Debug\DALFactory.dll
..........\...\.....\DALFactory.pdb
..........\...\.....\IDAL.dll
..........\...\.....\IDAL.pdb
..........\...\.....\Model.dll
..........\...\.....\Model.pdb
..........\DALFactory.csproj
..........\obj\DALFactory.csproj.FileListAbsolute.txt
..........\...\.ebug\DALFactory.dll
..........\...\.....\DALFactory.pdb
..........\...\.....\ResolveAssemblyReference.cache
..........\Properties\AssemblyInfo.cs
IDAL\bin\Debug\IDAL.dll
....\...\.....\IDAL.pdb
....\...\.....\Model.dll
....\...\.....\Model.pdb
....\IAdmin.cs
....\IDAL.csproj
....\obj\Debug\IDAL.dll
....\...\.....\IDAL.pdb
....\...\.....\ResolveAssemblyReference.cache
....\...\IDAL.csproj.FileListAbsolute.txt
....\Properties\AssemblyInfo.cs
Model\AdminInfo.cs
.....\bin\Debug\Model.dll
.....\...\.....\Model.pdb
.....\Model.csproj
.....\obj\Debug\Model.dll
.....\...\.....\Model.pdb
.....\...\Model.csproj.FileListAbsolute.txt
.....\Properties\AssemblyInfo.cs
PMIS\App.config
....\bin\Debug\BLL.dll
....\...\.....\BLL.pdb
....\...\.....\DALFactory.dll
....\...\.....\DALFactory.pdb
....\...\.....\DBUtility.dll
....\...\.....\DBUtility.pdb
....\...\.....\IDAL.dll
....\...\.....\IDAL.pdb
....\...\.....\Model.dll
....\...\.....\Model.pdb
....\...\.....\PMIS.exe
....\...\.....\PMIS.exe.config
....\...\.....\PMIS.pdb
....\...\.....\PMIS.vshost.exe
....\...\.....\PMIS.vshost.exe.config
....\...\.....\SQLServerDAL.dll
....\...\.....\SQLServerDAL.pdb
....\...\.....\Utility.dll
....\...\.....\Utility.pdb
....\Login.cs
....\Login.Designer.cs
....\Login.resx
....\obj\Debug\PMIS.csproj.GenerateResource.Cache
....\...\.....\PMIS.exe
....\...\.....\PMIS.Login.resources
....\...\.....\PMIS.pdb
....\...\.....\PMIS.Properties.Resources.resources
....\...\.....\ResolveAssemblyReference.cache
....\...\PMIS.csproj.FileListAbsolute.txt
....\PMIS.csproj
....\Program.cs
....\...perties\AssemblyInfo.cs
....\..........\Resources.Designer.cs
....\..........\Resources.resx
....\..........\Settings.Designer.cs
....\..........\Settings.settings
SQLServerDAL\Admin.cs
............\bin\Debug\DBUtility.dll
............\...\.....\DBUtility.pdb
............\...\.....\IDAL.dll
............\...\.....\IDAL.pdb
............\...\.....\Model.dll
............\...\.....\Model.pdb
............\...\.....\SQLServerDAL.dll
............\...\.....\SQLServerDAL.pdb
............\...\.....\Utility.dll
............\...\.....\Utility.pdb
............\obj\Debug\ResolveAssemblyReference.cache
............\...\.....\SQLServerDAL.dll
............\...\.....\SQLServerDAL.pdb
............\...\SQLServerDAL.csproj.FileListAbsolute.txt
BLL\Admin.cs
...\bin\Debug\BLL.dll
...\...\.....\BLL.pdb
...\...\.....\DALFactory.dll
...\...\.....\DALFactory.pdb
...\...\.....\IDAL.dll
...\...\.....\IDAL.pdb
...\...\.....\Model.dll
...\...\.....\Model.pdb
...\BLL.csproj
...\obj\BLL.csproj.FileListAbsolute.txt
...\...\Debug\BLL.dll
...\...\.....\BLL.pdb
...\...\.....\ResolveAssemblyReference.cache
...\Properties\AssemblyInfo.cs
DALFactory\Admin.cs
..........\bin\Debug\DALFactory.dll
..........\...\.....\DALFactory.pdb
..........\...\.....\IDAL.dll
..........\...\.....\IDAL.pdb
..........\...\.....\Model.dll
..........\...\.....\Model.pdb
..........\DALFactory.csproj
..........\obj\DALFactory.csproj.FileListAbsolute.txt
..........\...\.ebug\DALFactory.dll
..........\...\.....\DALFactory.pdb
..........\...\.....\ResolveAssemblyReference.cache
..........\Properties\AssemblyInfo.cs
IDAL\bin\Debug\IDAL.dll
....\...\.....\IDAL.pdb
....\...\.....\Model.dll
....\...\.....\Model.pdb
....\IAdmin.cs
....\IDAL.csproj
....\obj\Debug\IDAL.dll
....\...\.....\IDAL.pdb
....\...\.....\ResolveAssemblyReference.cache
....\...\IDAL.csproj.FileListAbsolute.txt
....\Properties\AssemblyInfo.cs
Model\AdminInfo.cs
.....\bin\Debug\Model.dll
.....\...\.....\Model.pdb
.....\Model.csproj
.....\obj\Debug\Model.dll
.....\...\.....\Model.pdb
.....\...\Model.csproj.FileListAbsolute.txt
.....\Properties\AssemblyInfo.cs
PMIS\App.config
....\bin\Debug\BLL.dll
....\...\.....\BLL.pdb
....\...\.....\DALFactory.dll
....\...\.....\DALFactory.pdb
....\...\.....\DBUtility.dll
....\...\.....\DBUtility.pdb
....\...\.....\IDAL.dll
....\...\.....\IDAL.pdb
....\...\.....\Model.dll
....\...\.....\Model.pdb
....\...\.....\PMIS.exe
....\...\.....\PMIS.exe.config
....\...\.....\PMIS.pdb
....\...\.....\PMIS.vshost.exe
....\...\.....\PMIS.vshost.exe.config
....\...\.....\SQLServerDAL.dll
....\...\.....\SQLServerDAL.pdb
....\...\.....\Utility.dll
....\...\.....\Utility.pdb
....\Login.cs
....\Login.Designer.cs
....\Login.resx
....\obj\Debug\PMIS.csproj.GenerateResource.Cache
....\...\.....\PMIS.exe
....\...\.....\PMIS.Login.resources
....\...\.....\PMIS.pdb
....\...\.....\PMIS.Properties.Resources.resources
....\...\.....\ResolveAssemblyReference.cache
....\...\PMIS.csproj.FileListAbsolute.txt
....\PMIS.csproj
....\Program.cs
....\...perties\AssemblyInfo.cs
....\..........\Resources.Designer.cs
....\..........\Resources.resx
....\..........\Settings.Designer.cs
....\..........\Settings.settings
SQLServerDAL\Admin.cs
............\bin\Debug\DBUtility.dll
............\...\.....\DBUtility.pdb
............\...\.....\IDAL.dll
............\...\.....\IDAL.pdb
............\...\.....\Model.dll
............\...\.....\Model.pdb
............\...\.....\SQLServerDAL.dll
............\...\.....\SQLServerDAL.pdb
............\...\.....\Utility.dll
............\...\.....\Utility.pdb
............\obj\Debug\ResolveAssemblyReference.cache
............\...\.....\SQLServerDAL.dll
............\...\.....\SQLServerDAL.pdb
............\...\SQLServerDAL.csproj.FileListAbsolute.txt