91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

.net完整版本OA辦公管理系統源碼(十分經典)

資源截圖

代碼片段和文件信息

using?System;
using?System.Data;
using?System.Collections.Generic;
using?Daiv_OA.Entity;
namespace?Daiv_OA.BLL
{
????///?
????///?業務邏輯類Adminlog?的摘要說明。
????///?

????public?class?AdminlogBLL
????{
????????private?readonly?DAL.AdminlogDAL?dal?=?new?DAL.AdminlogDAL();
????????public?AdminlogBLL()
????????{?}
????????#region??成員方法
????????///?
????????///?是否存在該記錄
????????///?

????????public?bool?Exists(int?Adminlogid)
????????{
????????????return?dal.Exists(Adminlogid);
????????}

????????///?
????????///?增加一條數據
????????///?

????????public?int?Add(Entity.AdminlogEntity?model)
????????{
????????????return?dal.Add(model);
????????}

????????///?
????????///?更新一條數據
????????///?

????????public?void?Update(Entity.AdminlogEntity?model)
????????{
????????????dal.Update(model);
????????}

????????///?
????????///?刪除一條數據
????????///?

????????public?void?Delete(int?Adminlogid)
????????{

????????????dal.Delete(Adminlogid);
????????}

????????///?
????????///?得到一個對象實體
????????///?

????????public?Entity.AdminlogEntity?GetEntity(int?Adminlogid)
????????{

????????????return?dal.GetEntity(Adminlogid);
????????}

????????///?
????????///?獲得數據列表
????????///?

????????public?DataSet?GetList(string?strWhere)
????????{
????????????return?dal.GetList(strWhere);
????????}
????????///?
????????///?獲得前幾行數據
????????///?

????????public?DataSet?GetList(int?Top?string?strWhere?string?filedOrder)
????????{
????????????return?dal.GetList(Top?strWhere?filedOrder);
????????}
????????///?
????????///?獲得數據列表
????????///?

????????public?List?GetModelList(string?strWhere)
????????{
????????????DataSet?ds?=?dal.GetList(strWhere);
????????????return?DataTableToList(ds.Tables[0]);
????????}
????????///?
????????///?獲得數據列表
????????///?

????????public?List?DataTableToList(DataTable?dt)
????????{
????????????List?modelList?=?new?List();
????????????int?rowsCount?=?dt.Rows.Count;
????????????if?(rowsCount?>?0)
????????????{
????????????????Entity.AdminlogEntity?model;
????????????????for?(int?n?=?0;?n?????????????????{
????????????????????model?=?new?Entity.AdminlogEntity();
????????????????????if?(dt.Rows[n][“Adminlogid“].ToString()?!=?““)
????????????????????{
????????????????????????model.Adminlogid?=?int.Parse(dt.Rows[n][“Adminlogid“].ToString());
????????????????????}
????????????????????model.Updatetitle?=?dt.Rows[n][“Updatetitle“].ToString();
????????????????????if?(dt.Rows[n][“Updatetime“].ToString()?!=?““)
????????????????????{
????????????????????????model.Updatetime?=?DateTime.Parse(dt.Rows[n][“Updatetime“].ToString());
????????????????????}
????????????????????model.Updatetype?=?dt.Ro

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

????.......??????4391??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\AdminlogBLL.cs

????.......???????670??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\AllCallinfoBLL.cs

????.......???????654??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\AllPlanBLL.cs

????.......???????674??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\AllSummarizeBLL.cs

????.......???????652??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\AllTaskBLL.cs

????.......???????654??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\AllTimeBLL.cs

????.......???????666??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\AllWorklogBLL.cs

?????文件??????45056??2019-02-13?11:28??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\bin\Debug\Daiv_OA.BLL.dll

?????文件?????185856??2019-02-13?11:28??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\bin\Debug\Daiv_OA.BLL.pdb

?????文件?????100352??2019-02-13?11:28??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\bin\Debug\Daiv_OA.DAL.dll

?????文件?????202240??2019-02-13?11:28??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\bin\Debug\Daiv_OA.DAL.pdb

?????文件??????53248??2019-02-13?11:28??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\bin\Debug\Daiv_OA.DBUtility.dll

?????文件?????142848??2019-02-13?11:28??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\bin\Debug\Daiv_OA.DBUtility.pdb

?????文件??????24576??2019-02-13?11:28??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\bin\Debug\Daiv_OA.Entity.dll

?????文件?????173568??2019-02-13?11:28??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\bin\Debug\Daiv_OA.Entity.pdb

?????文件??????63488??2019-02-13?11:28??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\bin\Debug\Daiv_OA.Utils.dll

?????文件?????159232??2019-02-13?11:28??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\bin\Debug\Daiv_OA.Utils.pdb

????.......??????2471??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\CallinfoBLL.cs

????.......?????18868??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\COMDLL.cs

????.......???????423??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\Component.cs

????.......??????1335??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\CoutomTimr.cs

????.......??????6326??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\Daiv_OA.BLL.csproj

????.......???????452??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\Daiv_OA.BLL.csproj.user

????.......??????3506??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\DepartmentBLL.cs

????.......??????5212??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\DiaryBLL.cs

????.......??????1245??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\Eemail.cs

????.......??????5916??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\GridviewRowsCell.cs

????.......??????3346??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\LearningBLL.cs

????.......??????4710??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\MessageBLL.cs

????.......??????4608??2012-09-13?08:57??.net完整版本OA辦公管理系統源碼(十分經典)\Daiv_OA.BLL\OA_SysMessageIn.cs

............此處省略1536個文件信息

評論

共有 條評論