资源简介
一个asp.net的小网站,特贡献出来,适合入门提高阶段阅读!
代码片段和文件信息
//----------------------------------------------------------------------
// Copyright(c) CommentNet All rights reserved.
// [AST_BackManage]
// Administrator using CodeSmith 5.0.0.0 generated.
// 2012/8/3.
//
// Generate the business object.
//
//----------------------------------------------------------------------
using System;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Collections.Generic;
using System.Text;
using Microsoft.Practices.EnterpriseLibrary.Data.Sql;
using Syit.Model;
using Syit.DAL;
namespace Syit.BLL
{
///
/// [AST_BackManage]
///
public partial class AST_BackManageBLL : IDisposable
{
#region Protected Variable
protected AST_BackManageDAL _idata ;
protected SqlDatabase _db;
#endregion
#region Constructed Function
public AST_BackManageBLL()
{
this._db =new SqlDatabase(System.Configuration.ConfigurationManager.ConnectionStrings[“MyConnectionString“].ConnectionString);
Init();
}
protected internal AST_BackManageBLL(SqlDatabase db)
{
this._db = db;
Init();
}
private void Init()
{
this._idata = new AST_BackManageDAL(_db);
}
#endregion
#region Method
#region Insert
///
/// Insert方法带事务
///
/// AST_BackManage
/// DbTransaction事务
protected internal void Insert(AST_BackManage data DbTransaction transaction out int manageID)
{
this._idata.Insert(data transaction out manageID);
}
///
/// Insert方法
///
/// AST_BackManage
public void Insert(AST_BackManage data out int manageID)
{
Insert(data null out manageID);
}
#endregion
#region Update
///
/// Update方法
///
/// AST_BackManage
/// DbTransaction事务
protected internal void Update(AST_BackManage data DbTransaction transaction)
{
this._idata.Update(data transaction);
}
///
/// Update方法
///
/// AST_BackManage
public void Update(AST_BackManage data)
{
Update(data null);
}
#endregion
#region InsertUpdate
///
/// InsertUpdate带事务
///
/// AST_BackManage
/// DbTransaction事务
protected internal void InsertUpdate(AST_BackManage data DbTransaction transaction)
{
this._idata.InsertUpdate(data transaction);
}
///
/// InsertUpdate
///
/// AST_BackManage
public void InsertUpdate(AST_B
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-08-12 20:15 AgentShowTable-Source(20120812)\
文件 3802 2012-08-12 21:34 AgentShowTable-Source(20120812)\AgentShowTable.sln
文件 78848 2012-08-12 21:57 AgentShowTable-Source(20120812)\AgentShowTable.suo
目录 0 2012-08-11 11:57 AgentShowTable-Source(20120812)\AgentShowTB\
文件 2648 2012-08-07 21:51 AgentShowTable-Source(20120812)\AgentShowTB\AgentShowTB.wdproj
目录 0 2012-08-12 22:06 AgentShowTable-Source(20120812)\AgentShowTB\Debug\
目录 0 2012-08-12 22:04 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\
文件 1975 2012-08-12 21:59 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\AddConsortium.aspx
文件 9193 2012-08-12 21:59 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\AddInfoShow.aspx
文件 1959 2012-08-12 21:59 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\AddOffice.aspx
文件 1959 2012-08-12 21:59 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\AddStates.aspx
文件 2182 2012-08-12 21:59 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\AddUser.aspx
文件 1955 2012-08-12 21:59 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\AddUserType.aspx
文件 6108 2012-08-12 21:59 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\Consortium.aspx
文件 3983 2012-08-05 23:25 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\error.htm
文件 3989 2012-08-08 14:51 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\error2.htm
目录 0 2012-08-12 22:04 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\
文件 197 2012-08-07 17:30 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\bg.gif
文件 979 2012-08-07 17:30 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\dl.gif
文件 77 2012-08-07 17:30 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\emessage.gif
文件 21938 2012-08-07 17:30 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\error.gif
文件 222 2012-08-07 17:30 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\left.gif
文件 5213 2012-08-07 17:30 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\login_03.gif
文件 18662 2012-08-07 17:30 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\login_04.gif
文件 14512 2012-08-07 17:30 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\login_06.gif
文件 2442 2012-08-07 17:30 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\login_07.gif
文件 4681 2012-08-07 17:30 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\login_08.gif
文件 21673 2012-08-07 17:30 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\login_09.gif
文件 220 2012-08-07 17:30 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\images\right.gif
文件 2398 2012-08-12 21:59 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\ImportExcel.aspx
文件 6965 2012-08-12 21:59 AgentShowTable-Source(20120812)\AgentShowTB\Debug\admin\index.aspx
............此处省略2996个文件信息
相关资源
- ASP.NET网站建设实战--董义革_迅捷网站
- ASP.NET网站建设实战--董义革_迅捷网站
- 网上购物系统 asp.net网站+SQL2000
- ASP.NET网站建设实战--董义革_迅捷网站
- ASP.NET网站建设实战--董义革_迅捷网站
- ASP.NET网站开发教程代码
- ASP.NET网站通用后台管理系统
- 基于ASP.NET简单书店管理系统网站
- 简单新闻管理系统ASP.NET网站
- Web程序设计——ASP.NET网站开发——源
- ASP.NET网站开发先锋光盘
- 51CTO-9787302275343Web程序设计——ASP.NE
- ASP.NET网站模版
- 构建高性能可扩展ASP.NET网站 高清中文
- ASP.NET设计的博客网站
- asp.net网站注册登录功能源码基于C#
- asp.net网站后台管理模板
- 如何在IIS服务器中发布ASP.NET网站
- asp.net网站实现类似timer的定时任务
评论
共有 条评论