文件名称:PMIS3
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:367.15kb
-
已下载: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
BLL/bin/Debug/BLL.dll
BLL/bin/Debug/BLL.pdb
BLL/bin/Debug/DALFactory.dll
BLL/bin/Debug/DALFactory.pdb
BLL/bin/Debug/IDAL.dll
BLL/bin/Debug/IDAL.pdb
BLL/bin/Debug/Model.dll
BLL/bin/Debug/Model.pdb
BLL/BLL.csproj
BLL/obj/BLL.csproj.FileListAbsolute.txt
BLL/obj/Debug/BLL.dll
BLL/obj/Debug/BLL.pdb
BLL/obj/Debug/ResolveAssemblyReference.cache
BLL/Properties/AssemblyInfo.cs
DALFactory/Admin.cs
DALFactory/bin/Debug/DALFactory.dll
DALFactory/bin/Debug/DALFactory.pdb
DALFactory/bin/Debug/IDAL.dll
DALFactory/bin/Debug/IDAL.pdb
DALFactory/bin/Debug/Model.dll
DALFactory/bin/Debug/Model.pdb
DALFactory/DALFactory.csproj
DALFactory/obj/DALFactory.csproj.FileListAbsolute.txt
DALFactory/obj/Debug/DALFactory.dll
DALFactory/obj/Debug/DALFactory.pdb
DALFactory/obj/Debug/ResolveAssemblyReference.cache
DALFactory/Properties/AssemblyInfo.cs
IDAL/bin/Debug/IDAL.dll
IDAL/bin/Debug/IDAL.pdb
IDAL/bin/Debug/Model.dll
IDAL/bin/Debug/Model.pdb
IDAL/IAdmin.cs
IDAL/IDAL.csproj
IDAL/obj/Debug/IDAL.dll
IDAL/obj/Debug/IDAL.pdb
IDAL/obj/Debug/ResolveAssemblyReference.cache
IDAL/obj/IDAL.csproj.FileListAbsolute.txt
IDAL/Properties/AssemblyInfo.cs
Model/AdminInfo.cs
Model/bin/Debug/Model.dll
Model/bin/Debug/Model.pdb
Model/Model.csproj
Model/obj/Debug/Model.dll
Model/obj/Debug/Model.pdb
Model/obj/Model.csproj.FileListAbsolute.txt
Model/Properties/AssemblyInfo.cs
PMIS/App.config
PMIS/bin/Debug/BLL.dll
PMIS/bin/Debug/BLL.pdb
PMIS/bin/Debug/DALFactory.dll
PMIS/bin/Debug/DALFactory.pdb
PMIS/bin/Debug/DBUtility.dll
PMIS/bin/Debug/DBUtility.pdb
PMIS/bin/Debug/IDAL.dll
PMIS/bin/Debug/IDAL.pdb
PMIS/bin/Debug/Model.dll
PMIS/bin/Debug/Model.pdb
PMIS/bin/Debug/PMIS.exe
PMIS/bin/Debug/PMIS.exe.config
PMIS/bin/Debug/PMIS.pdb
PMIS/bin/Debug/PMIS.vshost.exe
PMIS/bin/Debug/PMIS.vshost.exe.config
PMIS/bin/Debug/SQLServerDAL.dll
PMIS/bin/Debug/SQLServerDAL.pdb
PMIS/bin/Debug/Utility.dll
PMIS/bin/Debug/Utility.pdb
PMIS/Login.cs
PMIS/Login.Designer.cs
PMIS/Login.resx
PMIS/obj/Debug/PMIS.csproj.GenerateResource.Cache
PMIS/obj/Debug/PMIS.exe
PMIS/obj/Debug/PMIS.Login.resources
PMIS/obj/Debug/PMIS.pdb
PMIS/obj/Debug/PMIS.Properties.Resources.resources
PMIS/obj/Debug/ResolveAssemblyReference.cache
PMIS/obj/PMIS.csproj.FileListAbsolute.txt
PMIS/PMIS.csproj
PMIS/Program.cs
PMIS/Properties/AssemblyInfo.cs
PMIS/Properties/Resources.Designer.cs
PMIS/Properties/Resources.resx
PMIS/Properties/Settings.Designer.cs
PMIS/Properties/Settings.settings
SQLServerDAL/Admin.cs
SQLServerDAL/bin/Debug/DBUtility.dll
SQLServerDAL/bin/Debug/DBUtility.pdb
SQLServerDAL/bin/Debug/IDAL.dll
SQLServerDAL/bin/Debug/IDAL.pdb
SQLServerDAL/bin/Debug/Model.dll
SQLServerDAL/bin/Debug/Model.pdb
SQLServerDAL/bin/Debug/SQLServerDAL.dll
SQLServerDAL/bin/Debug/SQLServerDAL.pdb
SQLServerDAL/bin/Debug/Utility.dll
SQLServerDAL/bin/Debug/Utility.pdb
SQLServerDAL/obj/Debug/ResolveAssemblyReference.cache
SQLServerDAL/obj/Debug/SQLServerDAL.dll
SQLServerDAL/obj/Debug/SQLServerDAL.pdb
SQLServerDAL/obj/SQLServerDAL.csproj.FileListAbsolute.txt
SQLServerDAL/Properties/AssemblyInfo.cs
SQLServerDAL/SQLServerDAL.csproj
Utility/bin/Debug/Utility.dll
Utility/bin/Debug/Utility.pdb
Utility/ConnectionInfo.cs
Utility/obj/Debug/Utility.dll
Utility/obj/Debug/Utility.pdb
Utility/obj/Utility.csproj.FileListAbsolute.txt
Utility/Properties/AssemblyInfo.cs
Utility/Utility.csproj
PMIS.sln
PMIS.suo
DBUtility/bin/Debug/DBUtility.dll
DBUtility/bin/Debug/DBUtility.pdb
DBUtility/DBUtility.csproj
DBUtility/obj/DBUtility.csproj.FileListAbsolute.txt
DBUtility/obj/Debug/DBUtility.dll
DBUtility/obj/Debug/DBUtility.pdb
DBUtility/Properties/AssemblyInfo.cs
DBUtility/SQLHelper.cs
说明.txt
BLL/obj/Debug/Refactor
BLL/obj/Debug/TempPE
DALFactory/obj/Debug/Refactor
DALFactory/obj/Debug/TempPE
IDAL/obj/Debug/Refactor
IDAL/obj/Debug/TempPE
Model/obj/Debug/Refactor
Model/obj/Debug/TempPE
PMIS/obj/Debug/Refactor
PMIS/obj/Debug/TempPE
SQLServerDAL/obj/Debug/Refactor
SQLServerDAL/obj/Debug/TempPE
Utility/obj/Debug/Refactor
Utility/obj/Debug/TempPE
DBUtility/obj/Debug/Refactor
DBUtility/obj/Debug/TempPE
BLL/bin/Debug
BLL/obj/Debug
DALFactory/bin/Debug
DALFactory/obj/Debug
IDAL/bin/Debug
IDAL/obj/Debug
Model/bin/Debug
Model/obj/Debug
PMIS/bin/Debug
PMIS/obj/Debug
SQLServerDAL/bin/Debug
SQLServerDAL/obj/Debug
Utility/bin/Debug
Utility/obj/Debug
DBUtility/bin/Debug
DBUtility/obj/Debug
BLL/bin
BLL/obj
BLL/Properties
DALFactory/bin
DALFactory/obj
DALFactory/Properties
IDAL/bin
IDAL/obj
IDAL/Properties
Model/bin
Model/obj
Model/Properties
PMIS/bin
PMIS/obj
PMIS/Properties
SQLServerDAL/bin
SQLServerDAL/obj
SQLServerDAL/Properties
Utility/bin
Utility/obj
Utility/Properties
DBUtility/bin
DBUtility/obj
DBUtility/Properties
DataBase
BLL
DALFactory
IDAL
Model
PMIS
SQLServerDAL
Utility
DBUtility
PMIS3/BLL/Admin.cs
PMIS3/BLL/bin/Debug/BLL.dll
PMIS3/BLL/bin/Debug/BLL.pdb
PMIS3/BLL/bin/Debug/DALFactory.dll
PMIS3/BLL/bin/Debug/DALFactory.pdb
PMIS3/BLL/bin/Debug/IDAL.dll
PMIS3/BLL/bin/Debug/IDAL.pdb
PMIS3/BLL/bin/Debug/Model.dll
PMIS3/BLL/bin/Debug/Model.pdb
PMIS3/BLL/BLL.csproj
PMIS3/BLL/obj/BLL.csproj.FileListAbsolute.txt
PMIS3/BLL/obj/Debug/BLL.csproj.Fi
BLL/Admin.cs
BLL/bin/Debug/BLL.dll
BLL/bin/Debug/BLL.pdb
BLL/bin/Debug/DALFactory.dll
BLL/bin/Debug/DALFactory.pdb
BLL/bin/Debug/IDAL.dll
BLL/bin/Debug/IDAL.pdb
BLL/bin/Debug/Model.dll
BLL/bin/Debug/Model.pdb
BLL/BLL.csproj
BLL/obj/BLL.csproj.FileListAbsolute.txt
BLL/obj/Debug/BLL.dll
BLL/obj/Debug/BLL.pdb
BLL/obj/Debug/ResolveAssemblyReference.cache
BLL/Properties/AssemblyInfo.cs
DALFactory/Admin.cs
DALFactory/bin/Debug/DALFactory.dll
DALFactory/bin/Debug/DALFactory.pdb
DALFactory/bin/Debug/IDAL.dll
DALFactory/bin/Debug/IDAL.pdb
DALFactory/bin/Debug/Model.dll
DALFactory/bin/Debug/Model.pdb
DALFactory/DALFactory.csproj
DALFactory/obj/DALFactory.csproj.FileListAbsolute.txt
DALFactory/obj/Debug/DALFactory.dll
DALFactory/obj/Debug/DALFactory.pdb
DALFactory/obj/Debug/ResolveAssemblyReference.cache
DALFactory/Properties/AssemblyInfo.cs
IDAL/bin/Debug/IDAL.dll
IDAL/bin/Debug/IDAL.pdb
IDAL/bin/Debug/Model.dll
IDAL/bin/Debug/Model.pdb
IDAL/IAdmin.cs
IDAL/IDAL.csproj
IDAL/obj/Debug/IDAL.dll
IDAL/obj/Debug/IDAL.pdb
IDAL/obj/Debug/ResolveAssemblyReference.cache
IDAL/obj/IDAL.csproj.FileListAbsolute.txt
IDAL/Properties/AssemblyInfo.cs
Model/AdminInfo.cs
Model/bin/Debug/Model.dll
Model/bin/Debug/Model.pdb
Model/Model.csproj
Model/obj/Debug/Model.dll
Model/obj/Debug/Model.pdb
Model/obj/Model.csproj.FileListAbsolute.txt
Model/Properties/AssemblyInfo.cs
PMIS/App.config
PMIS/bin/Debug/BLL.dll
PMIS/bin/Debug/BLL.pdb
PMIS/bin/Debug/DALFactory.dll
PMIS/bin/Debug/DALFactory.pdb
PMIS/bin/Debug/DBUtility.dll
PMIS/bin/Debug/DBUtility.pdb
PMIS/bin/Debug/IDAL.dll
PMIS/bin/Debug/IDAL.pdb
PMIS/bin/Debug/Model.dll
PMIS/bin/Debug/Model.pdb
PMIS/bin/Debug/PMIS.exe
PMIS/bin/Debug/PMIS.exe.config
PMIS/bin/Debug/PMIS.pdb
PMIS/bin/Debug/PMIS.vshost.exe
PMIS/bin/Debug/PMIS.vshost.exe.config
PMIS/bin/Debug/SQLServerDAL.dll
PMIS/bin/Debug/SQLServerDAL.pdb
PMIS/bin/Debug/Utility.dll
PMIS/bin/Debug/Utility.pdb
PMIS/Login.cs
PMIS/Login.Designer.cs
PMIS/Login.resx
PMIS/obj/Debug/PMIS.csproj.GenerateResource.Cache
PMIS/obj/Debug/PMIS.exe
PMIS/obj/Debug/PMIS.Login.resources
PMIS/obj/Debug/PMIS.pdb
PMIS/obj/Debug/PMIS.Properties.Resources.resources
PMIS/obj/Debug/ResolveAssemblyReference.cache
PMIS/obj/PMIS.csproj.FileListAbsolute.txt
PMIS/PMIS.csproj
PMIS/Program.cs
PMIS/Properties/AssemblyInfo.cs
PMIS/Properties/Resources.Designer.cs
PMIS/Properties/Resources.resx
PMIS/Properties/Settings.Designer.cs
PMIS/Properties/Settings.settings
SQLServerDAL/Admin.cs
SQLServerDAL/bin/Debug/DBUtility.dll
SQLServerDAL/bin/Debug/DBUtility.pdb
SQLServerDAL/bin/Debug/IDAL.dll
SQLServerDAL/bin/Debug/IDAL.pdb
SQLServerDAL/bin/Debug/Model.dll
SQLServerDAL/bin/Debug/Model.pdb
SQLServerDAL/bin/Debug/SQLServerDAL.dll
SQLServerDAL/bin/Debug/SQLServerDAL.pdb
SQLServerDAL/bin/Debug/Utility.dll
SQLServerDAL/bin/Debug/Utility.pdb
SQLServerDAL/obj/Debug/ResolveAssemblyReference.cache
SQLServerDAL/obj/Debug/SQLServerDAL.dll
SQLServerDAL/obj/Debug/SQLServerDAL.pdb
SQLServerDAL/obj/SQLServerDAL.csproj.FileListAbsolute.txt
SQLServerDAL/Properties/AssemblyInfo.cs
SQLServerDAL/SQLServerDAL.csproj
Utility/bin/Debug/Utility.dll
Utility/bin/Debug/Utility.pdb
Utility/ConnectionInfo.cs
Utility/obj/Debug/Utility.dll
Utility/obj/Debug/Utility.pdb
Utility/obj/Utility.csproj.FileListAbsolute.txt
Utility/Properties/AssemblyInfo.cs
Utility/Utility.csproj
PMIS.sln
PMIS.suo
DBUtility/bin/Debug/DBUtility.dll
DBUtility/bin/Debug/DBUtility.pdb
DBUtility/DBUtility.csproj
DBUtility/obj/DBUtility.csproj.FileListAbsolute.txt
DBUtility/obj/Debug/DBUtility.dll
DBUtility/obj/Debug/DBUtility.pdb
DBUtility/Properties/AssemblyInfo.cs
DBUtility/SQLHelper.cs
说明.txt
BLL/obj/Debug/Refactor
BLL/obj/Debug/TempPE
DALFactory/obj/Debug/Refactor
DALFactory/obj/Debug/TempPE
IDAL/obj/Debug/Refactor
IDAL/obj/Debug/TempPE
Model/obj/Debug/Refactor
Model/obj/Debug/TempPE
PMIS/obj/Debug/Refactor
PMIS/obj/Debug/TempPE
SQLServerDAL/obj/Debug/Refactor
SQLServerDAL/obj/Debug/TempPE
Utility/obj/Debug/Refactor
Utility/obj/Debug/TempPE
DBUtility/obj/Debug/Refactor
DBUtility/obj/Debug/TempPE
BLL/bin/Debug
BLL/obj/Debug
DALFactory/bin/Debug
DALFactory/obj/Debug
IDAL/bin/Debug
IDAL/obj/Debug
Model/bin/Debug
Model/obj/Debug
PMIS/bin/Debug
PMIS/obj/Debug
SQLServerDAL/bin/Debug
SQLServerDAL/obj/Debug
Utility/bin/Debug
Utility/obj/Debug
DBUtility/bin/Debug
DBUtility/obj/Debug
BLL/bin
BLL/obj
BLL/Properties
DALFactory/bin
DALFactory/obj
DALFactory/Properties
IDAL/bin
IDAL/obj
IDAL/Properties
Model/bin
Model/obj
Model/Properties
PMIS/bin
PMIS/obj
PMIS/Properties
SQLServerDAL/bin
SQLServerDAL/obj
SQLServerDAL/Properties
Utility/bin
Utility/obj
Utility/Properties
DBUtility/bin
DBUtility/obj
DBUtility/Properties
DataBase
BLL
DALFactory
IDAL
Model
PMIS
SQLServerDAL
Utility
DBUtility
PMIS3/BLL/Admin.cs
PMIS3/BLL/bin/Debug/BLL.dll
PMIS3/BLL/bin/Debug/BLL.pdb
PMIS3/BLL/bin/Debug/DALFactory.dll
PMIS3/BLL/bin/Debug/DALFactory.pdb
PMIS3/BLL/bin/Debug/IDAL.dll
PMIS3/BLL/bin/Debug/IDAL.pdb
PMIS3/BLL/bin/Debug/Model.dll
PMIS3/BLL/bin/Debug/Model.pdb
PMIS3/BLL/BLL.csproj
PMIS3/BLL/obj/BLL.csproj.FileListAbsolute.txt
PMIS3/BLL/obj/Debug/BLL.csproj.Fi
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.