资源简介
用于工作流开发,更适用于通过配置可视化的操作界面,快速快发出一套适合自己业务的工作流引擎。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
namespace Business.Platform
{
public class AppLibrary
{
private string cacheKey = Utility.Keys.CacheKeys.AppLibrary.ToString();
private Data.Interface.IAppLibrary dataAppLibrary;
public AppLibrary()
{
this.dataAppLibrary = Data.Factory.Platform.GetAppLibraryInstance();
}
///
/// 新增
///
public int Add(Data.Model.AppLibrary model)
{
return dataAppLibrary.Add(model);
}
///
/// 更新
///
public int Update(Data.Model.AppLibrary model)
{
return dataAppLibrary.Update(model);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-10-17 14:03 Business.Platform\
文件 7570 2014-06-19 14:58 Business.Platform\AppLibrary.cs
文件 5586 2014-08-22 16:30 Business.Platform\Business.Platform.csproj
文件 257 2014-08-22 16:30 Business.Platform\Business.Platform.csproj.vspscc
文件 23515 2014-05-16 11:28 Business.Platform\DBConnection.cs
文件 18753 2014-06-19 16:52 Business.Platform\Dictionary.cs
文件 4938 2014-07-13 19:25 Business.Platform\Log.cs
文件 3298 2014-05-22 22:25 Business.Platform\OnlineUsers.cs
文件 16363 2014-08-21 16:24 Business.Platform\Organize.cs
目录 0 2014-10-17 14:03 Business.Platform\Properties\
文件 1363 2014-02-20 16:46 Business.Platform\Properties\AssemblyInfo.cs
文件 2336 2014-05-27 15:05 Business.Platform\Role.cs
文件 16300 2014-09-21 12:05 Business.Platform\RoleApp.cs
文件 13933 2014-09-21 12:23 Business.Platform\Users.cs
文件 7981 2014-06-14 00:16 Business.Platform\UsersApp.cs
文件 1474 2014-02-20 16:46 Business.Platform\UsersInfo.cs
文件 3325 2014-02-20 16:46 Business.Platform\UsersRelation.cs
文件 5017 2014-09-21 12:21 Business.Platform\UsersRole.cs
文件 69520 2014-08-10 19:00 Business.Platform\WorkFlow.cs
文件 2111 2014-06-25 14:54 Business.Platform\WorkFlowArchives.cs
文件 3096 2014-02-20 16:46 Business.Platform\WorkFlowButtons.cs
文件 6234 2014-05-26 13:24 Business.Platform\WorkFlowComment.cs
文件 4312 2014-02-20 16:46 Business.Platform\WorkFlowData.cs
文件 5498 2014-06-18 23:00 Business.Platform\WorkFlowDelegation.cs
文件 14079 2014-06-19 15:35 Business.Platform\WorkFlowForm.cs
文件 54102 2014-08-10 11:01 Business.Platform\WorkFlowTask.cs
文件 4181 2014-02-20 16:46 Business.Platform\WorkGroup.cs
目录 0 2014-10-17 14:03 Business.Platform\bin\
目录 0 2014-10-17 14:03 Business.Platform\bin\Debug\
文件 122368 2014-10-17 14:17 Business.Platform\bin\Debug\Business.Platform.dll
文件 353792 2014-10-17 14:17 Business.Platform\bin\Debug\Business.Platform.pdb
............此处省略2369个文件信息
- 上一篇:C# ini 文件 读取/写入操作
- 下一篇:可变色自定义button控件
相关资源
- ASP.NET MVC5考试_管理系统源码
- Web程序设计ASP.NET实用网站开发 沈士根
- Asp.net学生信息管理系统最新源码201
- .net 美萍超市管理系统源码C#
- C# KTV 点歌系统,C#项目源码带数据库
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
- 大型ERP C#源码
- 一种开源业务系统框架winform源码
- WPF21个优秀项目及源码
- abp-zero 4.6 源码
- C# 数据采集系统 智能采集 数据分析
- halcon 与C#之HWindow鼠标控制图片缩放,
- C#生辰八字生成器源码
- C#调用USB口摄像头单头,多头源码
- ASP.NET图书管理系统源码.zip
- 业务管理系统源码 asp.net业务管理系统
- asp.net项目源码 2个
- ASP.NET网络书店(C#全源码提供)
- C#学生信息管理系统含全部源码,详细
- C#调用WebKit.NET 源码和
- ASP.NET C#在线音乐网站带数据库2017更新
- C# 二维三维图形绘制工程宝典(源码
- C#开发FFMPEG(API方式) FFmpeg拉取RTMP流
- C# 一元幸运购项目源码+数据库 大学项
- C#最全基类源码包括ASP.NET类库、读取
- asp.net从入门到精通第2版源代码.rar
- [C#]SignalR实现扫码登录(B/SC/S)源码
评论
共有 条评论