• 大小: 25.52M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 引擎  源码  工作流  

资源简介

用于工作流开发,更适用于通过配置可视化的操作界面,快速快发出一套适合自己业务的工作流引擎。

代码片段和文件信息

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个文件信息

评论

共有 条评论