009_DI-Elec/Learun.Application.Web/bin/Learun.Application.Web.xml

7813 lines
394 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0"?>
<doc>
<assembly>
<name>Learun.Application.Web</name>
</assembly>
<members>
<member name="T:Learun.Application.Web.AppApi.AnnexesApiController">
<summary>
附件接口
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.AnnexesApiController.DrawingConfigFileUpload">
<summary>
上传绘图配置文件(包括图层颜色 和 标注样式)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.AnnexesApiController.DrawingConfigFileList">
<summary>
查询绘图相关的配置文件
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.AnnexesApiController.DrawingConfigFileDownFile(System.String)">
<summary>
下载文件
</summary>
<param name="FileName">文件名,需要后缀</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.AnnexesApiController.UploadFile">
<summary>
POST上传文件
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.AnnexesApiController.DownFile(System.String)">
<summary>
下载文件
</summary>
<param name="fileId">文件ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.AnnexesApiController.GetFileEntity(System.String)">
<summary>
根据文件夹ID获取第一个文件信息
</summary>
<param name="folderId">文件夹ID</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.DataItemApiController">
<summary>
数据字典接口dataitem和dataitemdetail
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.DataItemApiController.SaveDetailForm(Learun.Application.TwoDevelopment.ZZDT_EC.ec_dataitemdetailEntity,System.String)">
<summary>
</summary>
<param name="strEntity"></param>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DataItemApiController.DeleteDetail(System.String,System.String)">
<summary>
</summary>
<param name="strEntity"></param>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DataItemApiController.GetDetails(System.String,System.String)">
<summary>
根据分类编号获取数据字典明细(项目级)
</summary>
<param name="itemCode">分类编号</param>
<param name = "projectId" >项目ID如果为空就是公司级。</param >
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DataItemApiController.GetMeasuringUnitList(System.String,System.String)">
<summary>
(计量单位)根据计量单位分类ID获取计量单位数据
</summary>
<param name = "projectId" >项目ID</param >
<param name="measuringUnitTypeID">计量单位分类ID。如果是空就是所有的</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.DrawingCatalogueApiController">
<summary>
图纸文件接口
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingCatalogueApiController.GetEntity(System.String,System.String)">
<summary>
获取图纸目录信息
</summary>
<param name="projectId">项目ID</param>
<param name="drawingCatalogueID">图纸目录ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingCatalogueApiController.AddDrawingCatalogue(System.String)">
<summary>
新增图纸目录
</summary>
<param name="projectId">项目ID</param>
<param name="strEntity">json格式的字符串转为json对象即可</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingCatalogueApiController.EditDrawingCatalogue(System.String)">
<summary>
编辑图纸目录
</summary>
<param name="projectId">项目ID</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.DrawingFileApiController">
<summary>
图纸文件接口
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.GetDrawingCatalogue(System.String,System.String)">
<summary>
获取图纸目录
</summary>
<param name="projectId">项目ID</param>
<param name="onlyFolderFlag">是否只查询文件夹。1代表只查询文件夹</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.GetDrawingCatalogueByType(System.String)">
<summary>
获取图纸类型目录
</summary>
<param name="projectId">项目ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.GetDrawingCatalogueBySystem(System.String)">
<summary>
获取图纸所属系统目录
</summary>
<param name="projectId">项目ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.GetEntity(System.String,System.String)">
<summary>
获取图纸文件信息
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.GetPublishedDwg(System.String)">
<summary>
所有发布过的图纸记录。
</summary>
<param name="projectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.AddDrawingFile(System.String)">
<summary>
新增图纸文件
</summary>
<param name="projectId">项目ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.EditDrawingFile(System.String)">
<summary>
编辑图纸文件
</summary>
<param name="projectId">项目ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.DeleteDrawingFile(System.String,System.String)">
<summary>
删除图纸文件。逻辑删除,会去回收站
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.CheckOutDrawingFile(System.String,System.String,System.String)">
<summary>
检出图纸文件
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.PreCheckInDrawingFile(System.String,System.String)">
<summary>
预检入生成一些自动生成的增删改内容By YuXH。配合<see cref="M:Learun.Application.Web.AppApi.DrawingFileApiController.CheckInDrawingFile(System.String,System.String,System.String,System.String,System.String,System.String)"/>,放在其前面
</summary>
<param name="projectId"></param>
<param name="drawingFileID"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.CheckInDrawingFileNew(System.String,System.String,System.String,System.String)">
<summary>
检入图纸文件(句柄信息)
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<param name="folderId">文件夹ID</param>
<param name="fileMD5">文件MD5</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.CheckInDrawingFile(System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
检入图纸文件
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<param name="remark">描述</param>
<param name="folderId">文件夹ID</param>
<param name="fileMD5">文件MD5</param>
<param name="UsersNotified">待通知的用户,逗号分隔</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.CheckInDrawingMsg(System.String,System.String,System.String,System.String,System.String)">
<summary>
检入图纸文件(修改消息)
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<param name="folderId">文件夹ID</param>
<param name="fileMD5">文件MD5</param>
<param name="UsersNotified">待通知的用户,逗号分隔</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.FreeDrawingFile(System.String,System.String)">
<summary>
释放图纸文件
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.PublishDrawingFile(System.String,System.String,System.String,System.String,System.String)">
<summary>
发布图纸文件。
只有检入时才可以。
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<param name="revision">即图纸阶段类似于spf的大版本</param>
<param name="version">即版本类似于spf的小版本</param>
<param name="remark">备注</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.ModifyDrawingFile(System.String,System.String,System.String)">
<summary>
修订图纸文件。否则发布后的图纸没法继续编辑的。
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<param name="fileVersion">版本</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.GetCheckInLog(System.String,System.String)">
<summary>
获取单个图纸的检入记录
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.GetPublishLog(System.String,System.String)">
<summary>
获取发布记录
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.DrawingFileApiController.GetOperateLog(System.String,System.String)">
<summary>
获取操作记录
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.EnginedataPropertyApiController">
<summary>
工程数据属性接口
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataPropertyApiController.UpdateEnginePropByDefault(System.String)">
<summary>
更新默认工程数据属性
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataPropertyApiController.InsertEnginePropByDefault(System.String)">
<summary>
插入缺少的工程数据属性
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataPropertyApiController.GetTagPropsById(System.String,System.String)">
<summary>
</summary>
<param name="ProjId"></param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.EnginedataApiController">
<summary>
工程数据
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.UpdateEnginedataPropertyByDefaultValue">
<summary>
更新工程数据属性默认值
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagPixelsById(System.String,System.String)">
<summary>
获取位号的pixel对象仅有位号.
插件端的设计浏览处用到
</summary>
<param name="projectId">项目ID</param>
<param name="EngineDataID">对象类型ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagCableConnsBySystemAsync(System.String,System.String,System.String,System.String,System.String)">
<summary>
查询一个系统内的所有设备的所有电缆连接关系,用于如系统图的绘制
</summary>
<param name="projectId"></param>
<param name="systemName">所属系统的名字</param>
<param name="breakerType">开关类型</param>
<param name="StyleType">需要绘制的图纸风格0电力一次1驾控台2集控台</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagCableConnsByUnitAsync(System.String,System.String,System.String,System.String,System.String)">
<summary>
查询一个“设备单元”内的所有设备的所有电缆连接关系,用于如系统图的绘制
</summary>
<param name="projectId"></param>
<param name="unitName">设备单元 wcc ecc</param>
<param name="breakerType">开关类型</param>
<param name="StyleType">需要绘制的图纸风格0电力一次1驾控台2集控台</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagCableConnsByIdsAsync(System.String,System.String,System.String,System.Collections.Generic.List{System.String})">
<summary>
查询多个设备上的所有电缆连接关系,用于如系统图的绘制
</summary>
<param name="projectId"></param>
<param name="breakerType">开关类型</param>
<param name="StyleType">需要绘制的图纸风格0电力一次1驾控台2集控台</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagCableConnsByPixelsAsync(System.String,System.String,System.String)">
<summary>
查询多个设备上的所有电缆连接关系,用于如系统图的绘制
</summary>
<param name="projectId"></param>
<param name="Pixels"></param>
<param name="dwgId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagCableConnsByIdAsync(System.String,System.String,System.String)">
<summary>
查询一个设备上的所有电缆连接关系,用于如系统图的绘制
</summary>
<param name="projectId"></param>
<param name="Enginedataid"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetAllTagsAsync(System.String)">
<summary>
查询所有
</summary>
<param name="projectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagTermConnsByIdsAsync(System.String,System.String,System.String,System.Boolean)">
<summary>
查询多个设备上的所有端子连接关系,用于如端子图的绘制
</summary>
<param name="projectId"></param>
<param name="Enginedataids">逗号分开</param>
<param name="IsAlarmSystem">是否为监测系统</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.LockTag(System.String,System.String,System.String)">
<summary>
解锁、加锁
</summary>
<param name="projectId"></param>
<param name="Enginedataids">逗号分开</param>
<param name="action">加锁1或解锁0</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagTermConnsByPixelsAsync(System.String,System.String,System.String,System.Boolean)">
<summary>
查询多个设备上的所有端子连接关系,用于如端子图的绘制
</summary>
<param name="projectId"></param>
<param name="Enginedataids">逗号分开</param>
<param name="IsAlarmSystem">是否为监测系统</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetLatestSerialNumber(System.String,System.String,System.Int32)">
<summary>
获取最新流水号
</summary>
<param name="projectId">项目ID</param>
<param name="TagLeftPart">位号前面的内容</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagsByTag(System.String,System.String,System.String)">
<summary>
获取位号的工程属性(根据位号)
</summary>
<param name="projectId">项目ID</param>
<param name="tagNumber">位号</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagPixelsByDrawing(System.String,System.String)">
<summary>
获取某个图上的所有pixel对象
</summary>
<param name="projectId"></param>
<param name="drawingFileID"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.CheckIsRequiredPropsByDrawing(System.String,System.String,System.Int32)">
<summary>
成品导出xlsx
</summary>
<param name="projectId">项目编号</param>
<param name="drawingId">图纸ID</param>
<param name="mode">0=web,1=app</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagsByDrawing(System.String,System.String)">
<summary>
获取某个图上的所有位号(前端再根据情况进行过滤)
</summary>
<param name="projectId"></param>
<param name="drawingFileID"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagInfoByPixels(System.String,System.String,System.String)">
<summary>
根据图纸ID, CAD图元句柄获取该图元在数据库中对应的位号、对象类型ID、对象类型名称、对象EngineDataID。
系统图识别,和求设备连接关系时会用到。
</summary>
<param name="projId"></param>
<param name="drawingFileID"></param>
<param name="pixelIds">多个逗号隔开</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagsBySystem(System.String,System.String)">
<summary>
获取某个所属系统的所有位号
</summary>
<param name="projectId"></param>
<param name="system"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.GetTagsByUnit(System.String,System.String)">
<summary>
获取某个设备单元如wcc、ecc的所有位号
</summary>
<param name="projectId"></param>
<param name="system"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.QuickAssign(System.String,System.Collections.Generic.IEnumerable{Learun.Application.TwoDevelopment.ZZDT_EC.ec_enginedata_pixelEntity})">
<summary>
批量反向关联
</summary>
<param name="projId"></param>
<param name="entity">ID是设备的而不是开关的</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.ExportExcel(System.String,Learun.Application.TwoDevelopment.ZZDT_EC.ec_enginedataBLL.ExportType)">
<summary>
成品导出xlsx,用于二三维联动用的,三维坐标信息。
</summary>
<param name="projectId">项目编号</param>
<param name="exportType"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.CheckTagsExist(System.String,System.Collections.Generic.List{System.String})">
<summary>
批量的去判断位号是否存在
</summary>
<param name="projId"></param>
<param name="tagInfo">每个元素都是aaa,BBB。aaa为位号bbb为对象类型ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.EnginedataApiController.CheckIsNotExistInOtherDrawings(System.String,System.String)">
<summary>
检查同一根电缆是否存在于2份图纸中
</summary>
<param name="projectId">项目编号</param>
<param name="drawingFileID">图纸编号</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.LookupTableApiController">
<summary>
通知消息的接口By YuXH
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.LookupTableApiController.GetAll(System.String)">
<summary>
</summary>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.LookupTableApiController.AddLookupTable(System.String)">
<summary>
</summary>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.LookupTableApiController.AddLookupTableData(System.String)">
<summary>
</summary>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.LookupTableApiController.GetStructure(System.String,System.String)">
<summary>
</summary>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.LookupTableApiController.GetData(System.String,System.String)">
<summary>
</summary>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.PDBApiController">
<summary>
分电箱、开关等By YuXH
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.PDBApiController.GetBreakers(System.String,System.String)">
<summary>
查询某个分电箱下的所有开关
</summary>
<param name="projId"></param>
<param name="PDBId">分电箱的工程ID EngineerDataID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.PDBApiController.SaveBreakers(System.String,System.String)">
<summary>
批量保存增、改开关。传入集合。同时建立和rel。
只会在开关箱界面里调用(新建)
</summary>
<param name="projId"></param>
<param name="PDBId">分电箱的工程ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.PDBApiController.SaveCableConn(System.String,System.Collections.Generic.IEnumerable{Learun.Application.TwoDevelopment.ZZDT_EC.ec_CircuitBreakerEntity})">
<summary>
批量保存开关箱内部开关和电缆的关联关系(也属于<see cref="M:Learun.Application.Web.AppApi.PDBApiController.SaveBreakers(System.String,System.String)"/>的一部分)。
设备和电缆的关联关系走的是RelApi下的那个SaveCableConn.
开关箱管理界面里不用这个。绘制照明系统图会用到这个
</summary>
<param name="projId"></param>
<param name="Breakers">集合CableID和EngineerDataID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.PDBApiController.Delete(System.String,System.String,System.String,System.String)">
<summary>
删除开关
</summary>
<param name="projId"></param>
<param name="BreakerIDs">删除多个</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.CaseApiController">
<summary>
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.CaseApiController.#ctor">
<summary>
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.CaseApiController.GetCases(System.String)">
<summary>
获取所有的工况。
</summary>
<param name="ProjectId">或者0则查询公司级</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.CaseApiController.SaveLoadCatalogue(System.String,System.String,System.String)">
<summary>
增、改负荷计算的大组。
</summary>
<param name="ProjectId">或者0则查询公司级</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.CaseApiController.SwitchCase(System.String,System.String,System.Collections.Generic.List{System.String})">
<summary>
切换位号的当前case
</summary>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.UpdateApiController">
<summary>
客户端更新接口,包括下载和上传(管理员)
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.UpdateApiController.UpdateFile(System.String,System.String)">
<summary>
下载自动化平台的更新程序
</summary>
<param name="MD5"></param>
<param name="pkgName">Exe-X64</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.UpdateApiController.UploadFile(System.String)">
<summary>
上传自动化平台的更新程序
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.UpdateApiController.UpdateCAD(System.String)">
<summary>
下载插件端更新程序
</summary>
<param name="MD5">当前程序MD5</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.WireGroupApiController">
<summary>
信号By ChenGT
</summary>
</member>
<member name="T:Learun.Application.Web.AppApi.WireGroupApiController.WireGroups">
<summary>
SaveSignals 专用
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.GetSignals(System.String,System.Boolean)">
<summary>
所有信号(平级,不会因为<see cref="P:Learun.Application.TwoDevelopment.ZZDT_EC.ec_Wire_GroupEntity.ParentID"/>进行排列)。
目前插件端用的是这个。
</summary>
<param name="projId"></param>
<param name="Assigned">默认true返回和channel关联的。false时返回全部</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.SaveSignals(System.String,System.String)">
<summary>
批量保存(增、改、删)信号。
</summary>
<param name="projId"></param>
<param name="mode">0是默认。1表示从IO关联界面保存</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.CanSaveSignals(System.String,Learun.Application.TwoDevelopment.ZZDT_EC.Action)">
<summary>
验证信号是否可以保存,如果无法保存,返回原因
</summary>
<param name="projId">项目编号</param>
<param name="ActionType">0 新增1 修改2 准备删除3 撤销删除, 4 彻底删除, 5 关联通道6 审核7 重新打开8 关联解除, 9 回收站恢复</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.DeleteSignal(System.String,System.String)">
<summary>
删除某个信号,同时删除虚拟点
</summary>
<param name="projId"></param>
<param name="WireGroupID">多个删除,按逗号隔开</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.CanDeleteSignals(System.String,System.String)">
<summary>
验证信号是否可以删除,如果无法删除,返回原因
</summary>
<param name="projId"></param>
<param name="WireGroupID">多个删除,按逗号隔开</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.ImportSignals(System.String,System.String,System.Int32,Learun.Application.TwoDevelopment.ZZDT_EC.ImportMode,System.String,System.String)">
<summary>
信号导入xlsx
</summary>
<param name="projectId">项目编号</param>
<param name="fileId">文件编号</param>
<param name="version">版本11642版28600版</param>
<param name="update">只更新</param>
<param name="templateId">模板编号(项目级时,就是空的)</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.ExportSignals(System.String,System.Int32,System.Boolean)">
<summary>
成品导出xlsx
</summary>
<param name="projectId">项目编号</param>
<param name="version">版本11642版28600版</param>
<param name="delete">包含待删除</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.GetSignalPropertyhisAndLogs(System.String,System.String)">
<summary>
查询信号历史和日志
</summary>
<param name="projId">项目ID</param>
<param name="wireGroupIds">信号ID多个用都逗号隔开</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.GetSignalPropertyhis(System.String,System.String)">
<summary>
查询信号历史
</summary>
<param name="projId">项目ID</param>
<param name="wireGroupIds">信号ID多个用都逗号隔开</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.GetNextAvailableSeq(System.String,System.String)">
<summary>
新建信号名称时从后台返回一个当前分组中可用的seqNo
</summary>
<param name="projId">项目编号</param>
<param name="group">信号分组</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.GetSignalLogs(System.String,System.String)">
<summary>
查询信号日志
</summary>
<param name="projId">项目ID</param>
<param name="wireGroupIds">信号ID多个用都逗号隔开</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.GetNotification(System.String)">
<summary>
查询信号的消息
</summary>
<param name="projId"></param>
<param name="ID"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupApiController.ReadNotification(System.String,System.Collections.Generic.List{System.String})">
<summary>
读通知确认
</summary>
<param name="projId"></param>
<param name="NoticeIds"></param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.WireGroupTemplateApiController">
<summary>
信号模板By ChenGT
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupTemplateApiController.GetList">
<summary>
标准库的信号模板列表不需要projId只有查项目级的才有意义
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.WireGroupTemplateApiController.InitProjectWireGroupTemplate(System.String,System.String)">
<summary>
初始化项目信号(从公司级的某个模板下的所有信号复制到项目级)
</summary>
<param name="WireGroupTemplateID">信号模板编号</param>
<param name="projId">项目编号</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.IOModuleApiController">
<summary>
IO模块By YuXH
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.GetPanelTree(System.String)">
<summary>
IO分配主界面查询查询所有的位置 - 采集箱 - 模块 - 通道
</summary>
<param name="projectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.GetPanel(System.String,System.String)">
<summary>
根据ID拿。只查询ec panel表本身
</summary>
<param name="PanelID"></param>
<param name="projId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.GetCableByEngID(System.String,System.String,System.Boolean,System.Boolean)">
<summary>
根据EngineerDataID拿。包括set wire以及from to信息
</summary>
<param name="EngineerDataID"></param>
<param name="projId"></param>
<param name="OnlySelf"></param>
<param name="PreAssign"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.AssignCable2Channel(System.String,System.Boolean)">
<summary>
把电缆分配到空余的模块的通道上。
</summary>
<param name="projId"></param>
<param name="execute"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.GetCablePreAssignPreview(System.String)">
<summary>
查询所有需要预分配的电缆
</summary>
<param name="projId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.GetCables(System.String,System.Boolean)">
<summary>
查询所有的电缆
</summary>
<param name="projId"></param>
<param name="homerun">true或false</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.GetPanelStrips(System.String,System.Boolean)">
<summary>
PanelStrip参考库
</summary>
<param name="projId"></param>
<param name="OnlySelf">false时带上下面的通道和端子。true时就是返回端子排自己</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.GetPanelStrip(System.String,System.String,System.Boolean,System.Boolean)">
<summary>
在IO分配界面从左侧目录树中选择一个“端子排”后进行查询
</summary>
<param name="StripID"></param>
<param name="projId"></param>
<param name="OnlySelf">false时带上下面的通道和端子。true时就是返回端子排自己</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.SavePanel(Learun.Application.TwoDevelopment.ZZDT_EC.ec_PanelEntity,System.String)">
<summary>
新增或者修改。
新建相当于强行因为正常流程是和engineerdata一起新建出来的。
改的话只是改location和端子排数量这些。常规属性依旧通过objectTypeAPI去做
</summary>
<param name="entity"></param>
<param name="projId"></param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.IOModuleApiController.Connections">
<summary>
SaveConnections 专用
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.SaveConnections(System.String)">
<summary>
处理 接线关系同时对cableset和wire的个别属性进行修改
</summary>
<param name="projId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.GetConnections(System.String,System.String)">
<summary>
</summary>
<param name="projId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.SaveCable(Learun.Application.TwoDevelopment.ZZDT_EC.ec_CableEntity,System.String)">
<summary>
</summary>
<param name="entity"></param>
<param name="projId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.CreatePanelStripByProfile(System.String)">
<summary>
通过预设模式,批量创建端子排 通道 端子
</summary>
<param name="entity"></param>
<param name="projId"></param>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.CreateCableByProfile(System.String)">
<summary>
GetCableByEngID先去判断这个cable是否已经有了IO Module这边的记录
电缆-端子连接,从图面上选择一个电缆对象
</summary>
<param name="projId"></param>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.SaveCables(System.String)">
<summary>
批量保存电缆的set wire 名字等
</summary>
<param name="projId"></param>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.SavePanelStripNoChannel(System.String,Learun.Application.TwoDevelopment.ZZDT_EC.ec_PanelStripEntity)">
<summary>
创建、修改 端子排和端子(一般是为非监测设备的端子排)
</summary>
<param name="entity"></param>
<param name="projId"></param>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.SavePanelStrip(System.String,Learun.Application.TwoDevelopment.ZZDT_EC.ec_PanelStripEntity)">
<summary>
保存端子排 通道 端子的信息(不管信号和接线关系)。
迁移通道也是这里。
</summary>
<param name="entity"></param>
<param name="projId"></param>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.SavePanelStripTerm(Learun.Application.TwoDevelopment.ZZDT_EC.ec_PanelStripTermEntity,System.String)">
<summary>
</summary>
<param name="entity"></param>
<param name="projId"></param>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.SavePanelChannel(Learun.Application.TwoDevelopment.ZZDT_EC.ec_PanelChannelEntity,System.String)">
<summary>
</summary>
<param name="entity"></param>
<param name="projId"></param>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.SwitchPanelStrip(System.String,System.String,System.String)">
<summary>
调端子排所属Panel
</summary>
<param name="StripID">端子排ID</param>
<param name="PanelID">PanelID</param>
<param name="ProjectId">项目ID</param>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.SwitchCableFromTo(System.String)">
<summary>
调换电缆的from/to信息
</summary>
<param name="CableID">Cable的工程ID</param>
<param name="ProjectId">项目ID</param>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.SavePanelChannels(System.Collections.Generic.List{Learun.Application.TwoDevelopment.ZZDT_EC.ec_PanelChannelEntity},System.String)">
<summary>
比如 移动通道时,进行保存
</summary>
<param name="entity"></param>
<param name="projId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.GetLocList(System.String)">
<summary>
根据某个数据字典的编号来。默认有个id=1的枚举
</summary>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.GetLocationList(System.String)">
<summary>
位置。缺省都放到“默认”下
</summary>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.DeletePanel(System.String,System.String)">
<summary>
根据id来删除
</summary>
<param name="keyValue"></param>
<param name="ProjectId"></param>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.DeleteCableProfile(System.String,System.String)">
<summary>
根据id来删除
</summary>
<param name="CableID"></param>
<param name="ProjectId"></param>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.DeletePanelStrip(System.String,System.String)">
<summary>
根据id来删除
</summary>
<param name="keyValue"></param>
<param name="ProjectId"></param>
</member>
<member name="M:Learun.Application.Web.AppApi.IOModuleApiController.DeletePanelChannel(System.String,System.String)">
<summary>
根据id来删除
</summary>
<param name="ChannelID"></param>
<param name="ProjectId"></param>
</member>
<member name="T:Learun.Application.Web.AppApi.LoginApiController">
<summary>
登录
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.LoginApiController.GetInitialPassword">
<summary>
查看system.config中的初始密码
</summary>
<param name="username"></param>
<param name="password"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.LoginApiController.CheckLogin(System.String,System.String)">
<summary>
用户名、密码登录
</summary>
<param name="username">用户名</param>
<param name="password">密码md5加密</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.LoginApiController.OutLogin">
<summary>
退出登录
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.LoginApiController.ValidateLogin(System.String,System.String)">
<summary>
是否登录验证
</summary>
<param name="token">登录token</param>
<param name="loginkey">登录标识</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.PlotLayoutApiController">
<summary>
绘制布置图相关的By YuXH
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.PlotLayoutApiController.GetBasePointByDwg(System.String,System.String,System.String,System.String,System.String)">
<summary>
查找一个图上的所有基点
</summary>
<param name="keyProp">所属系统 甲板号 区域 的其中一个</param>
<param name="keyOperator"></param>
<param name="keyValue"></param>
<param name="ProjectId"></param>
<param name="drawingId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.PlotLayoutApiController.GetLibraryFileBySelectedSystem(System.String,System.String)">
<summary>
根据选中的所属系统返回位号idfileid和md5
</summary>
<param name="ProjectId"></param>
<param name="DataItemNames">数据字典里的枚举值,以逗号分开,不需要带引号</param>
<returns>返回List<treeModel>,id是对象idtext是fileIdvalue是MD5</treeModel></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.PlotLayoutApiController.GetFrameList(System.String)">
<summary>
拿项目的肋位号。肋位号是一个特定的数据字典。至于哪个作为肋位号则从settingAPI里查询
</summary>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.PlotLayoutApiController.GetLibraryFileByType(System.String,System.String)">
<summary>
根据ObjectTypeID查绘制布置图时的图例
</summary>
<param name="ProjectId"></param>
<param name="objectTypeID"></param>
<returns>返回一个LibraryFileID属性的json对象</returns>
</member>
<member name="M:Learun.Application.Web.AppApi.PlotLayoutApiController.GetLibraryFileAll(System.String)">
<summary>
查绘制布置图时的图例。
</summary>
<param name="ProjectId"></param>
<returns>返回所有有DefaultLayoutLibFileID的对象类型集合</returns>
</member>
<member name="T:Learun.Application.Web.AppApi.FrameList">
<summary>
肋位号
</summary>
</member>
<member name="P:Learun.Application.Web.AppApi.FrameList.Num">
<summary>
</summary>
</member>
<member name="P:Learun.Application.Web.AppApi.FrameList.Value">
<summary>
值。单位是m
</summary>
</member>
<member name="T:Learun.Application.Web.AppApi.ProjectApiController">
<summary>
项目接口
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.ProjectApiController.GetProjectSelectPageList(System.Int32,System.Int32)">
<summary>
获取项目列表(比如插件端用户登录后会弹出的)
</summary>
<param name="pageNo">当前页码</param>
<param name="pageSize">每页条数</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ProjectApiController.InitProjInfo(System.String,System.String)">
<summary>
2023 07 31插件端选择项目后统一、整合加载左侧面板里的数据By YUXH
</summary>
<param name="ProjId"></param>
<param name="User">当前用户</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.ObjectTypeApiController">
<summary>
对象类型接口
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetObjectTypeData(System.String,System.String,System.String)">
<summary>
获取对象类型。根据datatype有3种方式。返回TreeModel。
插件端里的设计浏览会用。
0时关键字会搜出来位号包含这个关键字的所有类型哪怕类型本身不符合关键字
</summary>
<param name="projectId">项目ID</param>
<param name="dataType">节点类型 0:对象类型、1:位号、2:图纸</param>
<param name="KeyWord">关键字。同时搜索类型、位号</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetObjectTypePById(System.String,System.String)">
<summary>
获取某一个对象类型的属性信息。包含详细的内容,比如属性的类型(字符串、数字、枚举等)
左侧目录树(设计元件)里会用到。
</summary>
<param name="projectId">项目ID</param>
<param name="objectTypeID">对象类型ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetObjectTypePListByIds(System.String,System.String)">
<summary>
获取一组对象类型的属性信息。为<see cref="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetObjectTypePById(System.String,System.String)"/>的批量版本
</summary>
<param name="projectId">项目ID</param>
<param name="objectTypeIDs">对象类型ID集合用,连接)</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetObjectTypeNamingConv(System.String,System.String)">
<summary>
二期获取对象类型的命名规则的信息。projectId为0时认为是查询公司级
</summary>
<param name="projectId">项目ID。projectId为0时认为是查询公司级</param>
<param name="objectTypeID">对象类型ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetTagNumberById(System.String,System.String)">
<summary>
获取对象类型下的所有现有位号清单
</summary>
<param name="projectId">项目ID</param>
<param name="objectTypeID">对象类型ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetTagNumberById_Brief(System.String,System.String,System.String,System.String)">
<summary>
获取对象类型下的所有现有位号清单(仅有位号)。设计浏览里用到(双击已经过滤好的类型)
<see cref="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetTagNumberById(System.String,System.String)"/>的精简版本。
</summary>
<param name="projectId">项目ID</param>
<param name="objectTypeID">对象类型ID</param>
<param name="KeyWord">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetLibraryDataById(System.String,System.String)">
<summary>
获取某一个对象类型的元件库数据
</summary>
<param name="projectId">项目ID</param>
<param name="objectTypeID">对象类型ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetEngineDataListByTags(System.String,System.String)">
<summary>
获取位号的工程属性(根据一堆位号)
</summary>
<param name="projectId">项目ID</param>
<param name="tagNumber">位号集合(用,连接)</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetDrawingEngineData(System.String,System.String,System.String,System.String)">
<summary>
获取图纸工程数据(以图纸为基础)
</summary>
<param name="projectId">项目ID</param>
<param name="drawingCatalogueID">图纸目录ID</param>
<param name="drawingFileID">图纸文件ID。为0时相当于全局</param>
<param name="objectTypeID">对象类型ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.IsRepeatByTagNumber(System.String,System.String,System.String)">
<summary>
判断位号是否重复,如果返回实体(前端再会根据objecttype类型做进一步判断)如果返回null则不重复
</summary>
<param name="projectId">项目ID</param>
<param name="oldTagNumber">修改前位号</param>
<param name="newTagNumber">修改后位号</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.UpdateTagNumber(System.String,System.String,System.String,System.String)">
<summary>
对象浏览器修改位号
</summary>
<param name="projectId">项目ID</param>
<param name="oldTagNumber">修改前位号</param>
<param name="newTagNumber">修改后位号</param>
<param name="isCover">是否覆盖:覆盖 1不覆盖 0</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetTagNumberByPixel(System.String,System.String,System.String)">
<summary>
根据图元编号(CAD里的句柄获取位号
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<param name="pixelCode">图元编号</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetTagInfosByPixels(System.String,System.String,System.String,System.String)">
<summary>
新做的根据CAD里的句柄获取位号的全部信息By Yuxingheng。最频繁用的一个接口了
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<param name="pixelCodes">图元编号集合(用,连接)</param>
<param name="caseID">工况ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetTagInfosByTags(System.String,System.String,System.String)">
<summary>
新做的根据位号获取位号的全部信息By Yuxingheng
</summary>
<param name="projectId">项目ID</param>
<param name="Tags">Tag Number的集合用,连接)</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetTagNumberListByPixels(System.String,System.String,System.String,System.Boolean)">
<summary>
根据一组图元编号获取一组位号
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<param name="pixelCodes">图元编号集合(用,连接)</param>
<param name="Distinct">是否返回一一对应</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.UpdatePixelAndProp(System.String)">
<summary>
图元属性修改
</summary>
<param name="projectId">项目ID</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.ObjectTypeApiController.DuplicatePixelType">
<summary>
用于DuplicatePixelBatch接口的数据体
</summary>
</member>
<member name="P:Learun.Application.Web.AppApi.ObjectTypeApiController.DuplicatePixelType.newPixelCode">
<summary>
新图例句柄
</summary>
</member>
<member name="P:Learun.Application.Web.AppApi.ObjectTypeApiController.DuplicatePixelType.oldPixelCode">
<summary>
原本的图例句柄
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.DuplicatePixelBatch(System.String,System.String,System.String,System.Collections.Generic.List{Learun.Application.Web.AppApi.ObjectTypeApiController.DuplicatePixelType})">
<summary>
图例复制接口让新图例也能和旧的位号关联By YUXH)
</summary>
<param name="ProjectId">项目ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.UpdatePixelAndPropBatch(System.String)">
<summary>
图元属性批量修改By Xingheng.Yu
</summary>
<param name="projectId">项目ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetLatestSerialNumber(System.String,System.String)">
<summary>
获取某个分类下的最新流水号
</summary>
<param name="projectId">项目ID</param>
<param name="objectTypeID">对象类型ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetListBySQL(System.String,System.String)">
<summary>
通用的拿工程数据的方法.BY YuXH
</summary>
<param name="sqlWhere">直接where的字符串而不是json。比如PropertyName='xxx' and PropertyValue='yyy'。如果要以某些通用的属性查询如createuserid要加表前缀。如t1.createuserid</param>
<param name="projId">0时无效</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.ObjectTypeApiController.GetHistoryData(System.String,System.String,System.String)">
<summary>
获取某个位号的某个属性的历史数据
</summary>
<param name="projectId">项目ID</param>
<param name="tagNumber">位号</param>
<param name="propertyName">属性名称</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.LibraryFileApiController">
<summary>
元件库文件接口
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.LibraryFileApiController.GetTemplateCatalogue(System.String)">
<summary>
获取元件库目录
</summary>
<param name="projectId">项目ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.LibraryFileApiController.GetEntity(System.String,System.String)">
<summary>
获取元件库文件信息
</summary>
<param name="projectId">项目ID</param>
<param name="libraryFileID">元件库文件ID</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.PropertyApiController">
<summary>
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.PropertyApiController.#ctor">
<summary>
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.PropertyApiController.GetAllProps(System.String)">
<summary>
获取所有的属性,和对象类型无关。
</summary>
<param name="ProjectId">或者0则查询公司级</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.AccessApiController">
<summary>
权限的接口
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.AccessApiController.GetListByAccessType(System.String,System.String)">
<summary>
当前登录用户下。根据某个权限类型,去查询所有记录
</summary>
<param name="ProjectId"></param>
<param name="EntityTableID">如ec_drawing_file</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.AccessApiController.GetAllUsersCanEditDrawing(System.String,System.String)">
<summary>
查询某个图纸能被哪些用户编辑。目前插件端没用
</summary>
<param name="ProjectId"></param>
<param name="DrawingID"></param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.NotificationApiController">
<summary>
通知消息的接口By YuXH
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.NotificationApiController.Add(System.String,System.String,System.String)">
<summary>
为图纸最新的一个检入记录发起通知
</summary>
<param name="ProjectId"></param>
<param name="Users">用户之间逗号分开</param>
<param name="DrawingID"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.NotificationApiController.GetUserAllNotification(System.String,System.String,System.Int32)">
<summary>
获取某一个用户所有的未读通知
</summary>
<param name="ProjectId"></param>
<param name="User">当前用户</param>
<param name="mode">0接收到的信息1发出去的信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.NotificationApiController.ApproveNofity(System.String,System.String)">
<summary>
批量确认消息
</summary>
<param name="ProjectId"></param>
<param name="IDs">多个主键,逗号隔开</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.NotificationApiController.GetCheckInLogNeedApprove(System.String)">
<summary>
获取所有图纸,需要生产确认的检入记录
</summary>
<param name="projectId">项目ID</param>
<param name="drawingFileID">图纸文件ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.NotificationApiController.ApproveCheckInLog(System.String,System.String,System.String)">
<summary>
批量确认捡入记录里需要生产主管确认的
</summary>
<param name="ProjectId"></param>
<param name="userId">主管人的用户id</param>
<param name="IDs">DrawingSynID,逗号隔开</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.RelApiController">
<summary>
关联关系的接口By YuXH。只需要给rel data的操作rel type的操作放到mvc的API即可暂时不需要给插件端开放
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.RelApiController.GetRelDefByName(System.String,System.String)">
<summary>
根据关联关系的名字拿关联关系的Id
</summary>
<param name="RelName"></param>
<param name="projId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.RelApiController.GetRelDefs(System.String)">
<summary>
所有Rel
</summary>
<param name="RelName"></param>
<param name="projId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.RelApiController.SaveRelDataBatch(System.String)">
<summary>
增加 对象和对象之间的关系。(BY YUXH)
请求的Body中带上Json格式的ec_enginedata_relEntity数据集合End2IDs里放多个
</summary>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.RelApiController.RemoveRelData(System.String,System.String)">
<summary>
根据主键,删除某条关联关系
</summary>
<param name="ProjectId"></param>
<param name="RelDataId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.RelApiController.GetRelCollection(System.String,System.String,System.String,System.Int32)">
<summary>
主力查询
</summary>
<param name="ProjectId"></param>
<param name="RelTypeId"></param>
<param name="ID1">1端的ID</param>
<param name="seq"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.RelApiController.GetCableConn(System.String,System.Collections.Generic.List{Learun.Application.TwoDevelopment.ZZDT_EC.CableConnRel})">
<summary>
查询电缆两侧的连接关系(BY YUXH)
</summary>
<param name="ProjectId"></param>
<param name="IDs">集合图纸id电缆句柄</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.RelApiController.GetCableWay(System.String,System.Collections.Generic.List{Learun.Application.TwoDevelopment.ZZDT_EC.CableConnRel})">
<summary>
查询电缆整个链路上的连接(BY YUXH)
</summary>
<param name="ProjectId"></param>
<param name="CablePixelIDs">集合图纸id电缆句柄</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.RelApiController.GetCableAllWay(System.String,System.Collections.Generic.List{Learun.Application.TwoDevelopment.ZZDT_EC.CableConnRel})">
<summary>
查询电缆整个链路上的连接(BY YUXH)
</summary>
<param name="ProjectId"></param>
<param name="CablePixelIDs">集合图纸id电缆句柄</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.RelApiController.SaveCableConn(System.String,System.Collections.Generic.IEnumerable{Learun.Application.TwoDevelopment.ZZDT_EC.CableConnRel})">
<summary>
保存电缆连接关系专门不走SaveRelDataBatch。创建电缆时传2个连接修改电缆连接时传1个
</summary>
<param name="ProjectId"></param>
<param name="relDataCol">集合图纸id电缆句柄设备句柄是否起始</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.SettingsApiController">
<summary>
设置项By YuXH
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.SettingsApiController.GetList(System.String)">
<summary>
根据名字拿
</summary>
<param name="settingName"></param>
<param name="projId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.SettingsApiController.GetEntity(System.String,System.String)">
<summary>
根据名字拿
</summary>
<param name="settingName"></param>
<param name="projId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.SettingsApiController.SaveEntity(Learun.Application.TwoDevelopment.ZZDT_EC.ec_projectSettingsEntity,System.String)">
<summary>
新增或者修改。根据Name来的id不重要
</summary>
<param name="entity"></param>
<param name="projId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.SettingsApiController.SaveEntitys(System.String)">
<summary>
新增或者修改。根据Name来的id不重要
</summary>
<param name="entitys"></param>
<param name="projId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.SettingsApiController.DeleteEntity(System.String,System.String)">
<summary>
根据id来删除
</summary>
<param name="keyValue"></param>
<param name="projId"></param>
</member>
<member name="T:Learun.Application.Web.AppApi.TemplateFileApiController">
<summary>
样板文件接口
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.TemplateFileApiController.GetTemplateCatalogue(System.String)">
<summary>
获取样板目录。Tree结构包括了样板目录和目录下的文件
</summary>
<param name="projectId">项目ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.TemplateFileApiController.GetEntity(System.String,System.String)">
<summary>
获取样板文件信息
</summary>
<param name="templateFileID">样板文件ID</param>
<param name="projectId">项目ID</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AppApi.UserApiController">
<summary>
用户接口
</summary>
</member>
<member name="M:Learun.Application.Web.AppApi.UserApiController.GetUserEntity(System.String)">
<summary>
获取用户信息
</summary>
<param name="userId">用户主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.AppApi.UserApiController.GetList">
<summary>
获取用户信息
</summary>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.AjaxOnlyAttribute">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.08
描 述仅允许Ajax操作
</summary>
</member>
<member name="M:Learun.Application.Web.AjaxOnlyAttribute.#ctor(System.Boolean)">
<summary>
初始化仅允许Ajax操作
</summary>
<param name="ignore">跳过Ajax检测</param>
</member>
<member name="P:Learun.Application.Web.AjaxOnlyAttribute.Ignore">
<summary>
跳过Ajax检测
</summary>
</member>
<member name="M:Learun.Application.Web.AjaxOnlyAttribute.IsValidForRequest(System.Web.Mvc.ControllerContext,System.Reflection.MethodInfo)">
<summary>
验证请求有效性
</summary>
<param name="controllerContext">控制器上下文</param>
<param name="methodInfo">方法</param>
</member>
<member name="T:Learun.Application.Web.ApiControllerBase">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:-框架开发组
日 期2017.03.08
描 述:基础控制器
</summary>
</member>
<member name="F:Learun.Application.Web.ApiControllerBase._logger">
<summary>
日志对象实体
</summary>
</member>
<member name="P:Learun.Application.Web.ApiControllerBase.Logger">
<summary>
日志操作
</summary>
</member>
<member name="M:Learun.Application.Web.ApiControllerBase.ToJsonResult(System.Object)">
<summary>
返回成功消息
</summary>
<param name="data">数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.ApiControllerBase.Success(System.String)">
<summary>
返回成功消息
</summary>
<param name="info">消息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.ApiControllerBase.SuccessString(System.String)">
<summary>
返回成功消息
</summary>
<param name="data">数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.ApiControllerBase.Success(System.Object)">
<summary>
返回成功数据
</summary>
<param name="data">数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.ApiControllerBase.Success(System.String,System.Object)">
<summary>
返回成功消息
</summary>
<param name="info">消息</param>
<param name="data">数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.ApiControllerBase.Success(System.String,System.String,Learun.Util.Operat.OperationType,System.String,System.String)">
<summary>
带操作日志
</summary>
<param name="info"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.ApiControllerBase.Fail(System.String)">
<summary>
返回失败消息
</summary>
<param name="info">消息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.ApiControllerBase.Fail(System.String,System.Object)">
<summary>
返回失败消息
</summary>
<param name="info">消息</param>
<param name="data">消息</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.DepartAuthFillters">
<summary>
版 本 Learun-ADMS V6.1.6.0 敏捷开发框架
Copyright (c) 2013-2017 Hexagon PPM
创建人:-框架开发组
日 期2017.03.08
描 述:控制器执行后执行
</summary>
</member>
<member name="M:Learun.Application.Web.DepartAuthFillters.OnActionExecuted(System.Web.Mvc.ActionExecutedContext)">
<summary>
执行完action后跳转后执行
</summary>
<param name="filterContext"></param>
</member>
<member name="M:Learun.Application.Web.DepartAuthFillters.OnActionExecuting(System.Web.Mvc.ActionExecutingContext)">
<summary>
执行完action后跳转前执行
</summary>
<param name="filterContext"></param>
</member>
<member name="T:Learun.Application.Web.HandlerApiLoginAttribute">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:-框架开发组
日 期2017.03.08
描 述:登录认证(会话验证组件)
</summary>
</member>
<member name="M:Learun.Application.Web.HandlerApiLoginAttribute.#ctor(Learun.Util.FilterMode)">
<summary>默认构造</summary>
<param name="Mode">认证模式。force就是需要用户验证ignore的话不登录也没关系</param>
</member>
<member name="M:Learun.Application.Web.HandlerApiLoginAttribute.OnAuthorization(System.Web.Http.Controllers.HttpActionContext)">
<summary>
响应前执行登录验证,查看当前用户是否有效
</summary>
<param name="filterContext"></param>
</member>
<member name="M:Learun.Application.Web.HandlerApiLoginAttribute.HandleUnauthorizedRequest(System.Web.Http.Controllers.HttpActionContext)">
<summary>
这个方法 会在验证失败时调用,可以设定返回状态值和返回信息.
</summary>
<param name="actionContext"></param>
</member>
<member name="T:Learun.Application.Web.HandlerErrorAttribute">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:-框架开发组
日 期2017.03.08
描 述错误日志Controller发生异常时会执行这里
</summary>
</member>
<member name="M:Learun.Application.Web.HandlerErrorAttribute.OnException(System.Web.Mvc.ExceptionContext)">
<summary>
控制器方法中出现异常,会调用该方法捕获异常
</summary>
<param name="context">提供使用</param>
</member>
<member name="M:Learun.Application.Web.HandlerErrorAttribute.WriteLog(System.Web.Mvc.ExceptionContext)">
<summary>
写入日志log4net
</summary>
<param name="context">提供使用</param>
</member>
<member name="M:Learun.Application.Web.HandlerErrorAttribute.SendMail(System.String)">
<summary>
发送邮件
</summary>
<param name="body">消息</param>
</member>
<member name="T:Learun.Application.Web.HandlerAppLoginAttribute">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:-框架开发组
日 期2017.03.08
描 述:登录认证(会话验证组件)
</summary>
</member>
<member name="M:Learun.Application.Web.HandlerAppLoginAttribute.#ctor(Learun.Util.FilterMode,System.Boolean)">
<summary>默认构造</summary>
<param name="Mode">认证模式</param>
</member>
<member name="M:Learun.Application.Web.HandlerAppLoginAttribute.OnAuthorization(System.Web.Http.Controllers.HttpActionContext)">
<summary>
响应前执行登录验证,查看当前用户是否有效
</summary>
<param name="filterContext"></param>
</member>
<member name="T:Learun.Application.Web.HandlerLoginAttribute">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:-框架开发组
日 期2017.03.08
描 述:登录认证(会话验证组件)
</summary>
</member>
<member name="M:Learun.Application.Web.HandlerLoginAttribute.#ctor(Learun.Util.FilterMode,System.Boolean)">
<summary>默认构造</summary>
<param name="Mode">认证模式</param>
</member>
<member name="M:Learun.Application.Web.HandlerLoginAttribute.OnAuthorization(System.Web.Mvc.AuthorizationContext)">
<summary>
响应前执行登录验证,查看当前用户是否有效
</summary>
<param name="filterContext"></param>
</member>
<member name="M:Learun.Application.Web.HandlerLoginAttribute.FilterIP">
<summary>
IP过滤
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.HandlerLoginAttribute.FilterTime">
<summary>
时段过滤
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.HandlerLoginAttribute.DataAuthorize(System.String)">
<summary>
执行权限认证
</summary>
<param name="currentUrl">当前连接</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.HandlerValidateAntiForgeryTokenAttribute">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:-框架开发组
日 期2017.03.08
描 述:防伪验证
</summary>
</member>
<member name="M:Learun.Application.Web.HandlerValidateAntiForgeryTokenAttribute.OnAuthorization(System.Web.Mvc.AuthorizationContext)">
<summary>
拦截器
</summary>
<param name="filterContext">http上下文</param>
</member>
<member name="T:Learun.Application.Web.MvcControllerBase">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:-框架开发组
日 期2017.03.08
描 述:基础控制器
</summary>
</member>
<member name="F:Learun.Application.Web.MvcControllerBase._logger">
<summary>
日志对象实体
</summary>
</member>
<member name="P:Learun.Application.Web.MvcControllerBase.Logger">
<summary>
日志操作
</summary>
</member>
<member name="M:Learun.Application.Web.MvcControllerBase.ToJsonResult(System.Object)">
<summary>
返回成功消息
</summary>
<param name="data">数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.MvcControllerBase.Success(System.String)">
<summary>
返回成功消息
</summary>
<param name="info">消息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.MvcControllerBase.SuccessString(System.String)">
<summary>
返回成功消息
</summary>
<param name="data">数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.MvcControllerBase.Success(System.Object)">
<summary>
返回成功数据
</summary>
<param name="data">数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.MvcControllerBase.Success(System.String,System.Object)">
<summary>
返回成功消息
</summary>
<param name="info">消息</param>
<param name="data">数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.MvcControllerBase.Success(System.String,System.String,Learun.Util.Operat.OperationType,System.String,System.String)">
<summary>
带操作日志
</summary>
<param name="info"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.MvcControllerBase.Fail(System.String)">
<summary>
返回失败消息
</summary>
<param name="info">消息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.MvcControllerBase.Fail(System.String,System.Object)">
<summary>
返回失败消息
</summary>
<param name="info">消息</param>
<param name="data">消息</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.ResultFillters">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:-框架开发组
日 期2017.03.08
描 述:控制器执行后执行
</summary>
</member>
<member name="M:Learun.Application.Web.ResultFillters.OnResultExecuted(System.Web.Mvc.ResultExecutedContext)">
<summary>
执行完action后跳转后执行
</summary>
<param name="filterContext"></param>
</member>
<member name="M:Learun.Application.Web.ResultFillters.OnResultExecuting(System.Web.Mvc.ResultExecutingContext)">
<summary>
执行完action后跳转前执行
</summary>
<param name="filterContext"></param>
</member>
<member name="T:Learun.Application.Web.LogActionFilter">
<summary>
过滤器记录接口调用日志。会写入info.log文件。包括时间、请求地址信息、花费时间等。同时数据库写入次数。
</summary>
</member>
<member name="T:Learun.Application.Web.WebApiControllerBase">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:-框架开发组
日 期2017.03.08
描 述:基础控制器。写了一些自己封装的返回结果
</summary>
</member>
<member name="M:Learun.Application.Web.WebApiControllerBase.Json``1(``0)">
<summary>
重写
</summary>
<typeparam name="T"></typeparam>
<param name="content"></param>
<returns></returns>
</member>
<member name="F:Learun.Application.Web.WebApiControllerBase._logger">
<summary>
日志对象实体
</summary>
</member>
<member name="P:Learun.Application.Web.WebApiControllerBase.Logger">
<summary>
日志操作
</summary>
</member>
<member name="M:Learun.Application.Web.WebApiControllerBase.ToJsonResult(System.Object)">
<summary>
返回成功消息
</summary>
<param name="data">数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.WebApiControllerBase.Success(System.String)">
<summary>
返回成功消息
</summary>
<param name="info">消息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.WebApiControllerBase.SuccessString(System.String)">
<summary>
返回成功消息
</summary>
<param name="data">数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.WebApiControllerBase.Success(System.Object)">
<summary>
返回成功数据
</summary>
<param name="data">数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.WebApiControllerBase.Success(System.String,System.Object)">
<summary>
返回成功消息
</summary>
<param name="info">消息</param>
<param name="data">数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.WebApiControllerBase.Success(System.String,System.String,Learun.Util.Operat.OperationType,System.String,System.String)">
<summary>
带操作日志
</summary>
<param name="info"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.WebApiControllerBase.Fail(System.String)">
<summary>
返回失败消息
</summary>
<param name="info">消息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.WebApiControllerBase.Fail(System.String,System.Object)">
<summary>
返回失败消息
</summary>
<param name="info">消息</param>
<param name="data">消息</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.FilterConfig">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:-框架开发组
日 期2017.03.08
描 述:过滤器
</summary>
</member>
<member name="M:Learun.Application.Web.FilterConfig.RegisterGlobalFilters(System.Web.Mvc.GlobalFilterCollection)">
<summary>
注册全局注册器
</summary>
<param name="filters">过滤控制器</param>
</member>
<member name="T:Learun.Application.Web.RouteConfig">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:-框架开发组
日 期2017.03.08
描 述:数据库类型枚举
</summary>
</member>
<member name="M:Learun.Application.Web.RouteConfig.RegisterRoutes(System.Web.Routing.RouteCollection)">
<summary>
注册路由
</summary>
<param name="routes">路由控制器</param>
</member>
<member name="T:Learun.Application.Web.SwaggerFileLoadAttr">
<summary>
为了方便标记需要swagger UI上用到文件上传控件的action
</summary>
</member>
<member name="T:Learun.Application.Web.SwaggerConfig">
<summary>
swagger
</summary>
</member>
<member name="M:Learun.Application.Web.SwaggerConfig.Register">
<summary>
register
</summary>
</member>
<member name="M:Learun.Application.Web.SwaggerConfig.GetXmlCommentsPath">
<summary>
GetXmlCommentsPath
</summary>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.CachingSwaggerProvider">
<summary>
CachingSwaggerProvider
</summary>
</member>
<member name="M:Learun.Application.Web.CachingSwaggerProvider.#ctor(Swashbuckle.Swagger.ISwaggerProvider)">
<summary>
CachingSwaggerProvider
</summary>
<param name="swaggerProvider"></param>
</member>
<member name="M:Learun.Application.Web.CachingSwaggerProvider.GetSwagger(System.String,System.String)">
<summary>
</summary>
<param name="rootUrl"></param>
<param name="apiVersion"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.CachingSwaggerProvider.GetControllerDesc">
<summary>
从API文档中读取控制器描述
</summary>
<returns>所有控制器描述</returns>
</member>
<member name="T:Learun.Application.Web.HiddenApiFilter">
<summary>
</summary>
</member>
<member name="M:Learun.Application.Web.HiddenApiFilter.Apply(Swashbuckle.Swagger.SwaggerDocument,Swashbuckle.Swagger.SchemaRegistry,System.Web.Http.Description.IApiExplorer)">
<summary>
重写Apply方法移除隐藏接口的生成
</summary>
<param name="swaggerDoc">swagger文档文件</param>
<param name="schemaRegistry"></param>
<param name="apiExplorer">api接口集合</param>
</member>
<member name="T:Learun.Application.Web.HttpAuthHeaderFilter">
<summary>
</summary>
</member>
<member name="M:Learun.Application.Web.HttpAuthHeaderFilter.Apply(Swashbuckle.Swagger.Operation,Swashbuckle.Swagger.SchemaRegistry,System.Web.Http.Description.ApiDescription)">
<summary>
是否包含头部
</summary>
<param name="operation"></param>
<param name="schemaRegistry"></param>
<param name="apiDescription"></param>
</member>
<member name="T:Learun.Application.Web.Areas.AppManager.Controllers.DTImgController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2018-07-02 15:31
描 述App首页图片管理
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.AppManager.Controllers.DTImgController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.AppManager.Controllers.DTImgController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.AppManager.Controllers.DTImgController.GetList" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.AppManager.Controllers.DTImgController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.AppManager.Controllers.DTImgController.GetFormData(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.AppManager.Controllers.DTImgController.DeleteForm(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.AppManager.Controllers.DTImgController.SaveForm(System.String,Learun.Application.AppMagager.DTImgEntity)" -->
<member name="M:Learun.Application.Web.Areas.AppManager.Controllers.DTImgController.UploadFile(System.String,Learun.Application.AppMagager.DTImgEntity)">
<summary>
保存图片和存储数据
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.AppManager.Controllers.DTImgController.GetImg(System.String)">
<summary>
获取设置图片
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.AppManager.Controllers.DTImgController.UpDateSate(System.String,System.Int32)">
<summary>
启用/停用
</summary>
<param name="keyValue">主键</param>
<param name="state">状态1启用0禁用</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.AppManager.Controllers.FunctionManagerController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:-框架开发组
日 期2017.04.17
描 述:移动功能管理
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.AppManager.Controllers.FunctionManagerController.Index">
<summary>
管理页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.AppManager.Controllers.FunctionManagerController.Form">
<summary>
表单页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.AppManager.Controllers.FunctionManagerController.GetPageList(System.String,System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<param name="type">类型</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.AppManager.Controllers.FunctionManagerController.GetForm(System.String)">
<summary>
获取表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.AppManager.Controllers.FunctionManagerController.GetCheckTree">
<summary>
获取树形移动功能列表
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.AppManager.Controllers.FunctionManagerController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.AppManager.Controllers.FunctionManagerController.SaveForm(System.String,System.String,System.String)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="strEntity">实体对象字串</param>
<param name="strSchemeEntity">模板实体对象字串</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.AppManager.Controllers.FunctionManagerController.UpDateSate(System.String,System.Int32)">
<summary>
启用/停用表单
</summary>
<param name="keyValue">主键</param>
<param name="state">状态1启用0禁用</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-02-24 11:10
描 述lookup
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.LookupIndex" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.Structure" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.SelectObjectType">
<summary>
lookup 复用,选择仪表类型
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.DataDefinition" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.FormStructure" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.GetList(System.String,System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.GetStructure(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.AvailableObjTypeTree(System.String,System.String)">
<summary>
可以lookup复用出去的仪表类型
</summary>
<param name="ProjectId"></param>
<param name="ObjectTypeID"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.GetAttrData(System.String,System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.GetDataRecord(System.String,System.String)">
<summary>
</summary>
<param name="ProjectId"></param>
<param name="lookupTableId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.Copy2(System.String,System.String,System.String)">
<summary>
</summary>
<param name="typeId"></param>
<param name="ProjectId"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.SaveAttr(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.SaveData(System.String,System.String,System.String)">
<summary>
保存
</summary>
<param name="ProjectId"></param>
<param name="lookupTableId"></param>
<param name="strEntity"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.SaveForm(System.String,System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.DeleteAttr(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_LookupTableController.DeleteData(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_WireGroupNoticeController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2023-02-23 11:30
描 述:信号通知表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_WireGroupNoticeController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_WireGroupNoticeController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_WireGroupNoticeController.Read(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_WireGroupNoticeController.Reads(System.String,System.Collections.Generic.List{System.String})" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_ProjectSettingsController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2023-02-23 11:30
描 述:项目设置
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_ProjectSettingsController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_ProjectSettingsController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_ProjectSettingsController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_ProjectSettingsController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_ProjectSettingsController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_ProjectSettingsController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_ProjectSettingsController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripTermController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2023-02-23 11:30
描 述:端子表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripTermController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripTermController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripTermController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripTermController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripTermController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripTermController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripTermController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelChannelController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2023-02-23 11:30
描 述:通道表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelChannelController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelChannelController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelChannelController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelChannelController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelChannelController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelChannelController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelChannelController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2023-02-23 11:30
描 述:端子排表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_PanelStripController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_panelController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2023-02-23 11:30
描 述:箱柜表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_panelController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_panelController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_panelController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_panelController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_panelController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_panelController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_panelController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_CaseController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2023-02-23 11:30
描 述:工况表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_CaseController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_CaseController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_CaseController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_CaseController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_CaseController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_CaseController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_CaseController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypenamingconvController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-08-23 17:31
描 述:命名规则,与对象类型和属性都有关联
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypenamingconvController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypenamingconvController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypenamingconvController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypenamingconvController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypenamingconvController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypenamingconvController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypenamingconvController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_wire_group_propertyhisController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-02-23 11:30
描 述:信号属性历史记录
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_wire_group_propertyhisController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_wire_group_propertyhisController.GetPageList(System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_Group_TemplateController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-02-23 11:30
描 述:信号模板表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_Group_TemplateController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_Group_TemplateController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_Group_TemplateController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_Group_TemplateController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_Group_TemplateController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_Group_TemplateController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_Group_TemplateController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-02-23 11:30
描 述:属性表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.ProjectIndex" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.SelectTemplate" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.ExportTemplate" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.GetTree(System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.GetList(System.String,System.String)">
<summary>
信号列表
</summary>
<param name="projectId">项目编号</param>
<param name="templateId">模板编号</param>
<param name="wireGroupId">信号编号</param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.GetPageList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.GetFormData(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.GetTreeData(System.String,System.Boolean,System.String,System.String)">
<summary>
获取对象类型目录树形数据
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.DeleteForm(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.ExcelImport(System.String,System.String,System.String,Learun.Application.TwoDevelopment.ZZDT_EC.ImportMode,System.Int32,System.String)">
<summary>
导入数据(网页)
</summary>
<param name="fileId">文件主键导入之前会上传文件在lr base annexesfile表中创建一行记录。那里会得到Id</param>
<param name="ProjectId"></param>
<param name="WireGroupTemplateID"></param>
<param name="mode">1时为只新增2时为新增和更新,3时为完全</param>
<param name="version">1,1462;2,8600</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.ImportResult(System.String)">
<summary>
导入结果
</summary>
<param name="fileId"></param>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.ExportToExcel(System.String,System.Boolean,System.String,System.String,System.String,System.String)">
<summary>
导出Excel
</summary>
<param name="ProjectId"></param>
<param name="DeleteFlg"></param>
<param name="folderId"></param>
<param name="reportFileName"></param>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.IOModuleExportExcel(System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.IOModuleImportExcel(System.String,System.String)">
<summary>
导入 监控系统表 不支持panel strip的修改只支持已有模块下的 signal和cable的关联
</summary>
<param name="keyValue"></param>
<param name="ProjId"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.SaveForm(System.String,System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_Wire_GroupController.SaveStatus(System.String,System.String,Learun.Application.TwoDevelopment.ZZDT_EC.WireGroupStatusEnum)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.RefCBController">
<summary>
开关厂家
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.RefCBController.Index">
<summary>
加载对应的Index.cshtml
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.RefCBController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.RefCBController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.RefCBController.GetFormData(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.RefCBController.SaveForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.RefCBController.DeleteForm(System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2020-12-04 15:20
描 述:项目管理
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.ProjectListIndex" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.Form" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.SelectProjectForm">
<summary>
项目选择界面
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.GetProjectSelectPageList(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.GetProjectSelectList(System.String)">
<summary>
获取项目下拉框
</summary>
<param name="queryJson"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.GetProjectById(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.GetFormData(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.SaveForm(System.String,System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.SynData(System.String,System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_projectController.CopyRole(System.String)">
<summary>
复制角色
</summary>
<param name="ProjectId">项目ID</param>
</member>
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_catalogueController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-01-30 15:56
描 述:图纸目录
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_catalogueController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_catalogueController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_catalogueController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_catalogueController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_catalogueController.GetFormData(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_catalogueController.GetTreeData(System.String,System.String,System.String)">
<summary>
获取图纸目录树形数据
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_catalogueController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_catalogueController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-01-30 15:57
描 述:图纸文件
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.SelectIndex" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.RecycleBin" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.ReportToExcel(System.String,System.String)">
<summary>
导出图纸的一些检查内容
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.GetPageList(System.String,System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.GetFormData(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.GetTreeData(System.String,System.Boolean)">
<summary>
获取图纸目录文件树形数据。
场合:比如电缆清册、设备清册输出时的选择。
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.DeleteForm(System.String,System.String,System.Boolean)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.LogicDelete(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.RepeatLogicDelete(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.SaveForm(System.String,System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.FreeDrawingFile(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_fileController.ImportDrawing(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_publishController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-01-30 15:57
描 述:图纸发布
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_publishController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_publishController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_publishController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_publishController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_publishController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_publishController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_publishController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_synController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-01-30 15:58
描 述:图纸同步
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_synController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_synController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_synController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_synController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_synController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_synController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_drawing_synController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_operate_logController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-01-30 15:58
描 述:操作日志
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_operate_logController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_operate_logController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_operate_logController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_operate_logController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_operate_logController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_operate_logController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_operate_logController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_catalogueController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-02-09 22:05
描 述:样板目录
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_catalogueController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_catalogueController.Form" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_catalogueController.GetList(System.String)">
<summary>
获取列表数据
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_catalogueController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_catalogueController.GetFormData(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_catalogueController.GetTreeData(System.String,System.String)">
<summary>
获取样板目录树形数据
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_catalogueController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_catalogueController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_fileController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-02-09 22:05
描 述:样板文件
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_fileController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_fileController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_fileController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_fileController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_fileController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_fileController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_template_fileController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-02-23 11:30
描 述:属性表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.SelectProperty" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.PropertyDependent" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.SelectObjectType" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.GetPageList(System.String,System.String,System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.GetPageList2(System.String,System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.GetTree(System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.GetPropTreeData(System.String,System.Boolean)">
<summary>
获取属性树形数据(第一级为属性组,第二级为属性)。
场合:
报表输出时的参数xue
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.GetPropTreeDataByType(System.String,System.String,System.Boolean,System.String)">
<summary>
命名规则里用的数据,某个对象分类下拥有的属性
</summary>
<param name="ProjectId"></param>
<param name="ObjectTypeId"></param>
<param name="isShowCheck">前端是否会显示勾选框</param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.GetObjectTypePById(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.GetObjectTypeP(System.String,System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.GetObjectTypeAssigned2Property(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.SaveForm(System.String,System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.SaveObjectTypeP(System.String,System.String,System.Collections.Generic.List{Learun.Application.TwoDevelopment.ZZDT_EC.ec_objecttypepEntity})" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertyController.SavePropertyO(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-02-24 11:10
描 述:对象类型
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.BatchSelctIndex" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.LayoutFilterIndex">
<summary>
布置图图例过滤设置页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.FormLayoutFilter">
<summary>
新增 修改LayoutFilter页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.RuleLayoutFilter">
<summary>
设置属性规则的界面
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.GetLayoutFilterList(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.GetFilterRules(System.String,System.String)">
<summary>
某个细分规则下的属性条件
</summary>
<param name="projId"></param>
<param name="spid"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.GetFormData(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.GetFormDataLayoutFilter(System.String,System.String,System.String)">
<summary>
</summary>
<param name="spid"></param>
<param name="projId"></param>
<param name="objectTypeId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.GetTreeData(System.String,System.Boolean,System.String)">
<summary>
获取对象类型目录树形数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.GetTreeDataByFilter(System.String,System.Boolean,System.String,System.String)">
<summary>
获取对象类型目录树形数据
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.IsHaveEngineData(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.SaveFilterRules(System.String,System.String,System.String,System.String)">
<summary>
保存某个细分的属性设置
</summary>
<param name="spid"></param>
<param name="Operator"></param>
<param name="projId"></param>
<param name="RulesJson"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.SaveLayoutFilter(System.String,System.String,System.String,System.String,System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.ExportPropsIfNeed(System.String)">
<summary>
导出Excel
</summary>
<param name="ProjectId"></param>
<param name="IsExportData">数据库中的数据是否导出</param>
<param name="objectTypeIDs"></param>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.ImportPropsIfNeed(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.DeleteLayoutFilter(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.SaveForm(System.String,System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.ExportToExcel(System.String,System.Boolean,System.String,System.String,System.String)">
<summary>
导出Excel
</summary>
<param name="ProjectId"></param>
<param name="IsExportData">数据库中的数据是否导出</param>
<param name="objectTypeIDs"></param>
<param name="dwgIds">图纸范围,IsExportData为真时才有意义</param>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.GetColumnChar(System.Int32)">
<summary>
数字转为Excel列名
</summary>
<param name="col"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.MuliteImport(System.String,System.String)">
<summary>
读取excel然后批量导入工程位号数据
</summary>
<param name="fileId">文件主键</param>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.PropertyCheckResImport(System.String,System.String)">
<summary>
读取excel然后批量更新CheckIsRequiredPropsByDrawing后的结果
</summary>
<param name="fileId">文件主键</param>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.IsInteger(System.String)">
<summary>
验证字符串是否为整数
</summary>
<param name="value">要验证的字符串</param>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.ExcelImport(System.IO.Stream,System.String,System.Collections.Generic.List{Learun.Application.TwoDevelopment.ZZDT_EC.ec_enginedataEntity}@)">
<summary>
读取excel里面的数据
</summary>
<param name="fileStream">文件数据流</param>
<param name="flieType">文件后缀</param>
<param name="listEngineData">工程数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypeController.ExcelImport2(System.IO.Stream,System.String,System.Collections.Generic.List{Learun.Application.TwoDevelopment.ZZDT_EC.ec_enginedataEntity}@)">
<summary>
读取excel里面的数据
</summary>
<param name="fileStream">文件数据流</param>
<param name="flieType">文件后缀</param>
<param name="listEngineData">工程数据</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertygController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-02-28 14:47
描 述:属性组表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertygController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertygController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertygController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertygController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertygController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertygController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_propertygController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_catalogueController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-03-03 16:57
描 述:元件库目录表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_catalogueController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_catalogueController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_catalogueController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_catalogueController.GetFormData(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_catalogueController.GetTreeData(System.String,System.String)">
<summary>
获取元件库目录树形数据
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_catalogueController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_catalogueController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_fileController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-03-03 17:00
描 述:元件库文件表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_fileController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_fileController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_fileController.SelectIndex" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_fileController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_fileController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_fileController.GetTreeDataByObjectType(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_fileController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_fileController.SaveForm(System.String,System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_library_fileController.MuliteImport(System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedataController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-03-07 13:44
描 述:工程数据表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedataController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedataController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedataController.RecycleBin" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedataController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedataController.GetRecycleBinPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedataController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedataController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedataController.SaveForm(System.String,System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedataController.IsInteger(System.String)">
<summary>
验证字符串是否为整数
</summary>
<param name="value">要验证的字符串</param>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedataController.UpdateDataStatus(System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_pixelController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-03-07 13:45
描 述:工程数据图元
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_pixelController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_pixelController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_pixelController.GetEnginePixelById(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_pixelController.SaveEnginePixel(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_propertyController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-03-07 13:46
描 述:工程数据属性表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_propertyController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_propertyController.GetEnginePropById(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_propertyController.SaveEngineProp(System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypelibController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-03-14 10:56
描 述:对象类型元件库
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypelibController.GetObjectTypeLib(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_objecttypelibController.SaveObjectTypeLib(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_business_tableController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-03-14 10:58
描 述:业务表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_business_tableController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_business_tableController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_business_tableController.SelectIndex" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_business_tableController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_business_tableController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_business_tableController.GetFormData(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_business_tableController.DeleteForm(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_business_tableController.SaveForm(System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_project_bakupController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-04-11 09:45
描 述:项目备份表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_project_bakupController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_project_bakupController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_project_bakupController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_project_bakupController.GetFormData(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_project_bakupController.DeleteForm(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_project_bakupController.SaveForm(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_project_bakupController.ProjectBackup(System.String,System.String,System.String)">
<summary>
项目备份
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_project_bakupController.ProjectRestore(System.String,System.String)">
<summary>
项目还原
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_project_bakupController.Decompress(System.String,System.String,System.String)">
<summary>
解压zip格式的文件
</summary>
<param name="unZipDir">解压文件存放路径</param>
<param name="zipFilePath">压缩文件路径</param>
<param name="ProjectIndex">项目序号</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_project_bakupController.BackupDown(System.String)">
<summary>
下载备份文件
</summary>
</member>
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-06-01 15:08
描 述:数据字典
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.Form" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.ClassifyIndex">
<summary>
字典分类管理页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.ClassifyForm">
<summary>
字典分类管理表单页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.exportSingle(System.String,System.String)">
<summary>
导出 单个 数据字典
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.GetFormData(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.GetClassifyTree(System.String)">
<summary>
获取字典分类列表(树结构)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.ExistItemCode(System.String,System.String,System.String)">
<summary>
分类编号不能重复
</summary>
<param name="DataItemCode">编码</param>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.ExistItemName(System.String,System.String,System.String)">
<summary>
分类名称不能重复
</summary>
<param name="DataItemName">名称</param>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.ExcelImport(System.String,System.String)">
<summary>
用于数据字典的导入。
</summary>
<param name="keyValue">事先上传到服务器的文件的id</param>
<param name="ProjectId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.ExcelImport3D(System.String,System.String)">
<summary>
单纯smart 3d的数据导入用于二三维校验用的part Name
</summary>
<param name="keyValue">事先上传到服务器的文件的id</param>
<param name="ProjectId"></param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.SaveForm(System.String,System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.GetDetailList(System.String,System.String,System.String)">
<summary>
获取数据字典明显根据分类编号
</summary>
<param name="dataItemCode">分类编号</param>
<param name="keyword">查询条件</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.GetDetailTree(System.String,System.String)">
<summary>
获取数据字典明显树形数据
</summary>
<param name="itemCode">分类编号</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.GetTreeData(System.String,System.Boolean,System.String,System.String)">
<summary>
获取数据字典明细树形数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.ExistDetailItemCode(System.String,System.String,System.String,System.String)">
<summary>
字典明细编号不能重复
</summary>
<param name="keyValue">主键</param>
<param name="DataItemCode">字典明细编号</param>
<param name="itemCode">分类编码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.ExistDetailItemName(System.String,System.String,System.String,System.String)">
<summary>
字典明细名称不能重复
</summary>
<param name="keyValue">主键</param>
<param name="DataItemName">字典明细名称</param>
<param name="itemCode">分类编码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.SaveDetailForm(System.String,System.String,System.String,System.String)">
<summary>
保存明细数据实体
</summary>
<param name="keyValue">主键</param>
<param name="itemCode">分类编码</param>
<param name="entity">实体</param>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_dataitemController.DeleteDetailForm(System.String,System.String)">
<summary>
删除明细数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_catalogueController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-06-15 09:55
描 述:报表目录表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_catalogueController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_catalogueController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_catalogueController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_catalogueController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_catalogueController.GetFormData(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_catalogueController.GetTreeData(System.String,System.String)">
<summary>
获取报表目录树形数据
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_catalogueController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_catalogueController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-06-15 10:00
描 述:报表文件
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ParamSelect" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.SystemSelect" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.SignalParamSelect" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.CloudListParamSelect" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.SelectDrawings" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.SaveForm(System.String,System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ExportToExcel(System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
生成简易的报表
</summary>
<param name="ProjectId">项目ID</param>
<param name="folderId">文件夹ID</param>
<param name="reportFileName">报表文件名称</param>
<param name="objectTypeIDs">对象类型ID集合</param>
<param name="propertyIDs">属性ID集合</param>
<param name="relTypeIDs">关联类型ID集合</param>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.TagInRange(System.Int32,System.String,Learun.Application.TwoDevelopment.ZZDT_EC.ec_enginedataEntity,System.Collections.Generic.List{System.String},System.Collections.Generic.List{Learun.Application.TwoDevelopment.ZZDT_EC.ec_enginedata_pixelEntity}@,System.Collections.Generic.List{Learun.Application.TwoDevelopment.ZZDT_EC.ec_drawing_fileEntity}@,System.Collections.Generic.List{Learun.Application.TwoDevelopment.ZZDT_EC.ec_dataitemdetailEntity}@)">
<summary>
判断一个位号是否属于某一个范围(某个系统、某个图纸目录)
</summary>
<param name="validRange">系统的dataitemdetailid 或者 图纸的dwgfileid</param>
<param name="model">0所有1按系统2按目录</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ReportToExcel(System.String,System.String,System.String,System.String)">
<summary>
生成特定的报表
</summary>
<param name="ProjectId">项目ID</param>
<param name="folderId">文件夹ID</param>
<param name="reportFileName">报表文件名称</param>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_enginedataEntity2.EngineDataID">
<summary>
工程数据ID
</summary>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_enginedataEntity2.TagNumber">
<summary>
位号
</summary>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_enginedataEntity2.ObjectTypeID">
<summary>
对象类型ID。<see cref="P:Learun.Application.TwoDevelopment.ZZDT_EC.ec_objecttypeEntity.ObjectTypeID"/>"/>
</summary>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_enginedataEntity2.CaseID">
<summary>
查询时为该位号当前激活的case。
更新提交时为该位号需要修改的case。<see cref="P:Learun.Application.TwoDevelopment.ZZDT_EC.ec_CaseEntity.CaseID"/>
</summary>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_enginedataEntity2.DataStatus">
<summary>
数据状态
</summary>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_enginedataEntity2.SerialNumber">
<summary>
流水号
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_enginedataEntity2.CreateUserID">
<summary>
创建人
</summary>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_enginedataEntity2.CreateTime">
<summary>
创建时间
</summary>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_enginedataEntity2.UpdateUserID">
<summary>
更新人
</summary>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_enginedataEntity2.UpdateTime">
<summary>
更新时间
</summary>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_enginedataEntity2.Locked">
<summary>
是否被锁
0 AND 1
</summary>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.ObjectTypeID">
<summary>
对象类型ID
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.UpObjectTypeID">
<summary>
上级对象类型ID。<see cref="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.ObjectTypeID"/>"/>
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.DefaultLayoutLibFileID">
<summary>
默认的布置图的图例
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.specialType">
<summary>
特殊类型
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.ObjectTypeName">
<summary>
对象类型名称
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.ObjectTypeNameEN">
<summary>
对象类型名称(英文)
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.IsSerialNumber">
<summary>
是否生成流水号
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.IsOOTB">
<summary>
是否是系统内置的关键类型如基点、OPC、内部开关、图框等
1为是。其他为否。
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.OrderID">
<summary>
排序
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.FullPath">
<summary>
完整路径
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.FullPathCN">
<summary>
完整路径(中文)
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.CreateUserID">
<summary>
创建人
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.CreateTime">
<summary>
创建时间
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.UpdateUserID">
<summary>
更新人
</summary>
<returns></returns>
</member>
<member name="P:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.ec_objecttypeEntity2.UpdateTime">
<summary>
更新时间
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_report_fileController.GetDrawingFileName(System.String,System.String)">
<summary>
根据图纸ID抽取图纸名称
</summary>
<param name="strDwgFileID">图纸ID</param>
<param name="drawingfileEntityTableName">有项目号的表</param>
<returns>图纸名称</returns>
</member>
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_propertyhisController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-06-20 10:33
描 述:工程数据属性历史表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_propertyhisController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_propertyhisController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_propertyhisController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_propertyhisController.GetFormData(System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_reltypeController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-06-21 15:32
描 述:关联类型表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_reltypeController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_reltypeController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_reltypeController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_reltypeController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_reltypeController.GetFormData(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_reltypeController.GetTreeData(System.String,System.Boolean)">
<summary>
获取关联类型树形数据
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_reltypeController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_reltypeController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_relController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-06-21 15:33
描 述:工程数据关联表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_relController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_relController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_relController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_relController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_relController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_enginedata_relController.SaveForm(System.String,System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_synrel_tableController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-07-04 10:00
描 述:同步关联表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_synrel_tableController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_synrel_tableController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_synrel_tableController.GetFormData(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_synrel_tableController.SaveForm(System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unittypeController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-07-22 10:42
描 述:计量单位分类表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unittypeController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unittypeController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unittypeController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unittypeController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unittypeController.GetTree(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unittypeController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unittypeController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unittypeController.SaveForm(System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unitController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2022-07-22 10:43
描 述:计量单位表
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unitController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unitController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unitController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unitController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unitController.GetFormData(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unitController.DeleteForm(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.ZZDT_EC.Controllers.ec_measuring_unitController.SaveForm(System.String,System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.ZZDT_EC.ZZDT_ECAreaRegistration.RegisterArea(System.Web.Mvc.AreaRegistrationContext)">
<summary>
Global.asax.cs 启动文件里进行调用 RegisterAllAreas
</summary>
<param name="context"></param>
</member>
<member name="T:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.AuthorizeController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.17
描 述:功能权限设置
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.AuthorizeController.Form">
<summary>
功能权限设置
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.AuthorizeController.AppForm">
<summary>
移动功能权限设置
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.AuthorizeController.Index">
<summary>
功能权限设置
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.AuthorizeController.GetFormData(System.String)">
<summary>
网页 打开 功能授权的form后
(选项内容在 lr base module里如果对某个角色有效则还会在lr base authorize
</summary>
<param name="objectId">设置对象(如角色组的id</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.AuthorizeController.GetAppFormData(System.String)">
<summary>
获取设置信息(移动App)
</summary>
<param name="objectId">设置对象</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.AuthorizeController.SaveForm(System.String,System.Int32,System.String,System.String,System.String,System.String)">
<summary>
保存表单数据(公司级 - 项目角色 - 功能授权)
本质上是删掉roleid在表lr base authorize里的记录再重新插入一遍勾选的内容
</summary>
<param name="objectId">对象Id</param>
<param name="objectType">权限分类-1岗位2用户</param>
<param name="moduleIds">功能Id</param>
<param name="moduleButtonIds">按钮Id</param>
<param name="moduleColumnIds">视图Id</param>
<param name="strModuleFormId">表单Id</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.AuthorizeController.SaveAppForm(System.String,System.Int32,System.String)">
<summary>
保存表单数据
</summary>
<param name="objectId">对象Id</param>
<param name="objectType">权限分类-1角色2用户</param>
<param name="strFormId">移动功能Id</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.FilterIPController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.17
描 述IP过滤
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.FilterIPController.Index">
<summary>
过滤IP管理
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.FilterIPController.Form">
<summary>
过滤IP表单
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.FilterIPController.GetList(System.String,System.String)">
<summary>
过滤IP列表
</summary>
<param name="objectId">对象Id</param>
<param name="visitType">访问:0-拒绝1-允许</param>
<returns>返回树形列表Json</returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.FilterIPController.GetFormData(System.String)">
<summary>
过滤IP实体
</summary>
<param name="keyValue">主键值</param>
<returns>返回对象Json</returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.FilterIPController.SaveForm(System.String,Learun.Application.Base.AuthorizeModule.FilterIPEntity)">
<summary>
保存过滤IP表单新增、修改
</summary>
<param name="keyValue">主键值</param>
<param name="filterIPEntity">过滤IP实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.FilterIPController.DeleteForm(System.String)">
<summary>
删除过滤IP
</summary>
<param name="keyValue">主键值</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.FilterTimeController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.17
描 述:时间过滤
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.FilterTimeController.Form">
<summary>
过滤时段表单
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.FilterTimeController.GetFormData(System.String)">
<summary>
过滤时段实体
</summary>
<param name="keyValue">主键值</param>
<returns>返回对象Json</returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.FilterTimeController.SaveForm(Learun.Application.Base.AuthorizeModule.FilterTimeEntity)">
<summary>
保存过滤时段表单(新增、修改)
</summary>
<param name="filterTimeEntity">过滤时段实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.FilterTimeController.DeleteForm(System.String)">
<summary>
删除过滤时段
</summary>
<param name="keyValue">主键值</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.UserRelationController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.17
描 述:用户对应对象
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.UserRelationController.SelectForm">
<summary>
人员选择
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.UserRelationController.LookForm">
<summary>
人员选择
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.UserRelationController.LookIndex">
<summary>
人员选择
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.UserRelationController.GetUserIdList(System.String,System.String)">
<summary>
获取用户主键列表信息
</summary>
<param name="objectId">用户主键</param>
<param name="ProjectId">项目id</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.UserRelationController.GetRelationUser(System.String,System.String)">
<summary>
获取相关人员信息(项目角色 里 添加用户)
</summary>
<param name="keyWord">查询关键字</param>
<param name="ProjectId">项目id</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.UserRelationController.GetRelationUserList(System.String,System.String,System.String)">
<summary>
获取岗位人员信息
</summary>
<param name="KeyValue">岗位主键</param>
<param name="ProjectId">项目</param>
<param name="keyword">筛选关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.UserRelationController.SaveForm(System.String,System.Int32,System.String,System.String)">
<summary>
保存表单数据(角色 关联 用户)
</summary>
<param name="objectId">对象主键</param>
<param name="category">分类:1-角色 2-岗位(暂时应该没用到)</param>
<param name="userIds">对用户主键列表</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.UserRelationController.DeletRelationUser(System.String,System.String,System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<param name="objectId">objectId</param>
<param name="ProjectId">项目id</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.DataAuthorizeController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:框架开发组
日 期2017-06-21 16:30
描 述:数据权限
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.DataAuthorizeController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.DataAuthorizeController.CustomerFormIndex" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.DataAuthorizeController.Form" -->
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.DataAuthorizeController.QueryForm">
<summary>
添加条件表单
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.DataAuthorizeController.GetDataAuthorizeConditionList(System.String)">
<summary>
获取条件列表数据
</summary>
<param name="relationId">关系主键</param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.DataAuthorizeController.GetRelationPageList(System.String,System.String,System.String,System.String,System.Int32)" -->
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.DataAuthorizeController.GetDataAuthorizeEntity(System.String)">
<summary>
获取条件列表数据
</summary>
<param name="relationId">关系主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.DataAuthorizeController.SaveForm(System.String,System.String,System.String)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="relation">对应关系数据</param>
<param name="conditions">条件数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_AuthorizeModule.Controllers.DataAuthorizeController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.IconController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述:字体图标查看
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.IconController.Index">
<summary>
图标查看
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.IconController.AppIndex">
<summary>
手机图标查看
</summary>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.PluginDemoController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述JS插件Demo
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.PluginDemoController.Index">
<summary>
JS插件展示
</summary>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplateAPPController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述:移动端代码生成器
</summary>
</member>
<member name="T:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述PC端代码生成器
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.Index">
<summary>
管理页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.CustmerCodeIndex">
<summary>
自定义开发模板
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.AddBtnForm">
<summary>
添加扩展按钮
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.FastCodeIndex">
<summary>
快速开发模板
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.EntityCodeIndex">
<summary>
快速生成类
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.WorkflowCodeIndex">
<summary>
流程系统表单开发模板
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.AppCustmerCodeIndex">
<summary>
移动端开发模板
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.LookCustmerCode(System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
自定义开发模板代码生成
</summary>
<param name="databaseLinkId">数据库连接ID</param>
<param name="dbTable">数据表</param>
<param name="formData">表单数据</param>
<param name="queryData">查询数据</param>
<param name="colData">列表数据</param>
<param name="baseInfo">基础信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.CreateCustmerCode(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
自定义开发模板代码生成(创建)
</summary>
<param name="databaseLinkId">数据库连接ID</param>
<param name="dbTable">数据表</param>
<param name="formData">表单数据</param>
<param name="queryData">查询数据</param>
<param name="colData">列表数据</param>
<param name="baseInfo">基础信息</param>
<param name="moduleEntityJson">系统功能配置信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.LookFastCode(Learun.Application.Base.CodeGeneratorModule.CodeBaseConfigModel)">
<summary>
快速开发代码查看
</summary>
<param name="codeBaseConfigModel">配置信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.CreateFastCode(Learun.Application.Base.CodeGeneratorModule.CodeBaseConfigModel)">
<summary>
快速开发代码创建 快速生成模板
</summary>
<param name="codeBaseConfigModel">配置信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.LookEntityCode(Learun.Application.Base.CodeGeneratorModule.CodeBaseConfigModel)">
<summary>
快速开发代码查看
</summary>
<param name="codeBaseConfigModel">配置信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.CreateEntityCode(Learun.Application.Base.CodeGeneratorModule.CodeBaseConfigModel)">
<summary>
快速开发代码创建
</summary>
<param name="codeBaseConfigModel">配置信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.LookWorkflowCode(System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
流程系统表单代码生成
</summary>
<param name="codeBaseConfigModel">配置信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.CreateWorkflowCode(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
流程系统表单代码创建
</summary>
<param name="codeBaseConfigModel">配置信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.LookAppCustmerCode(System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
移动开发模板代码生成
</summary>
<param name="databaseLinkId">数据库连接ID</param>
<param name="dbTable">数据表</param>
<param name="formData">表单数据</param>
<param name="queryData">查询数据</param>
<param name="colData">列表数据</param>
<param name="baseInfo">基础信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.CreateAppCustmerCode(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
自定义开发模板代码生成(创建)
</summary>
<param name="databaseLinkId">数据库连接ID</param>
<param name="dbTable">数据表</param>
<param name="formData">表单数据</param>
<param name="queryData">查询数据</param>
<param name="colData">列表数据</param>
<param name="baseInfo">基础信息</param>
<param name="moduleEntityJson">系统功能配置信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.TemplatePCController.GetRootDirectory">
<summary>
获取项目根目录
</summary>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.CodeSchemaController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2019-03-01 11:09
描 述:代码模板
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.CodeSchemaController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.CodeSchemaController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.CodeSchemaController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.CodeSchemaController.GetFormData(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.CodeSchemaController.GetTree" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.CodeSchemaController.DeleteForm(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_CodeGeneratorModule.Controllers.CodeSchemaController.SaveForm(System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.01
描 述:普通表单设计
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.Index">
<summary>
管理页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.Form">
<summary>
表单设计页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.PreviewForm">
<summary>
表单预览
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.HistoryForm">
<summary>
表单模板历史记录查询
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.DataTableForm">
<summary>
数据库表增改
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.SetFieldIndex">
<summary>
设置表格字段
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.SetFieldForm">
<summary>
设置表格字段
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.SetSelectFieldForm">
<summary>
设置表格字段
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.LayerInstanceForm">
<summary>
自定义表单弹层实例
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.TabInstanceForm">
<summary>
自定义表单窗口页实例
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.WorkflowInstanceForm">
<summary>
自定义表单用于工作流实例
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.GetPageList(System.String,System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.GetSchemePageList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="schemeInfoId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.GetFormData(System.String)">
<summary>
获取设计表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.GetSchemeEntity(System.String)">
<summary>
获取自定义表单模板数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.GetSchemeInfoList">
<summary>
获取自定义表单列表
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.GetInstanceForm(System.String,System.String,System.String)">
<summary>
获取自定义表单数据
</summary>
<param name="schemeInfoId">表单模板主键</param>
<param name="processIdName">流程关联字段名</param>
<param name="keyValue">数据主键值</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.SaveForm(System.String,System.String,System.String,System.Int32)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="schemeInfo">表单设计模板信息</param>
<param name="scheme">模板内容</param>
<param name="type">类型1.正式2.草稿</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.UpdateScheme(System.String,System.String)">
<summary>
更新表单模板版本
</summary>
<param name="keyValue">主键</param>
<param name="state">状态1启用0禁用</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.UpDateSate(System.String,System.Int32)">
<summary>
启用/停用表单
</summary>
<param name="keyValue">主键</param>
<param name="state">状态1启用0禁用</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.SaveInstanceForm(System.String,System.String,System.String,System.String)">
<summary>
保存自定义表单数据
</summary>
<param name="schemeInfoId">表单模板主键</param>
<param name="processIdName">流程关联字段名</param>
<param name="keyValue">数据主键值</param>
<param name="formData">自定义表单数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.SaveInstanceForms(System.String)">
<summary>
保存自定义表单数据
</summary>
<param name="schemeInfoId">表单模板主键</param>
<param name="processIdName">流程关联字段名</param>
<param name="keyValue">数据主键值</param>
<param name="formData">自定义表单数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.CustmerformController.DeleteInstanceForm(System.String,System.String)">
<summary>
删除自定义表单数据
</summary>
<param name="schemeInfoId">表单模板主键</param>
<param name="keyValue">数据主键值</param>
</member>
<member name="T:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.01
描 述:表单关联功能
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.Index">
<summary>
主页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.Form">
<summary>
表单页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.QueryFieldForm">
<summary>
添加条件查询字段
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.ColFieldForm">
<summary>
列表设置
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.PreviewIndex(System.String)">
<summary>
发布的功能页面(主页面)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.GetPageList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.GetFormData(System.String)">
<summary>
获取关系数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.GetTree">
<summary>
获取树形数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.SaveForm(System.String,System.String,System.String,System.String,System.String)">
<summary>
保存表单数据
</summary>
<param name="keyValue"></param>
<param name="relationJson"></param>
<param name="moduleJson"></param>
<param name="moduleColumnJson"></param>
<param name="moduleFormJson"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.GetCustmerFormData(System.String)">
<summary>
获取自定义表单设置内容和表单模板
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.GetPreviewPageList(System.String,System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyValue">主键</param>
<param name="queryJson">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_FormModule.Controllers.FormRelationController.GetPreviewList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_IM.Controllers.IMMsgController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2018-05-24 10:00
描 述:即时通讯
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.IMMsgController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.IMMsgController.GetMsgList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.IMMsgController.GetMsgPageList(System.String,System.String,System.String,System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.IMMsgController.GetContactsList" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.IMMsgController.GetMsgNotReadNum(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.IMMsgController.SendMsg(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.LR_IM.Controllers.IMMsgController.AddContact(System.String)">
<summary>
添加一条最近的联系人
</summary>
<param name="otherUserId">对方用户Id</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_IM.Controllers.IMMsgController.RemoveContact(System.String)">
<summary>
移除一个最近的联系人
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_IM.Controllers.IMMsgController.UpdateContactState(System.String)">
<summary>
更新联系人消息读取状态
</summary>
<param name="otherUserId"></param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_IM.Controllers.SysUserController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2018-05-24 10:00
描 述:即时通讯系统用户注册
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.SysUserController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.SysUserController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.SysUserController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.SysUserController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.SysUserController.GetFormData(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.SysUserController.DeleteForm(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_IM.Controllers.SysUserController.SaveForm(System.String,Learun.Application.IM.IMSysUserEntity)" -->
<member name="M:Learun.Application.Web.Areas.LR_IM.Controllers.SysUserController.ExistCode(System.String,System.String)">
<summary>
编码不能重复
</summary>
<param name="keyValue">主键</param>
<param name="F_Code">编码</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_Message.Controllers.LR_StrategyInfoController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2018-10-16 16:24
描 述:消息策略
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_Message.Controllers.LR_StrategyInfoController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_Message.Controllers.LR_StrategyInfoController.Form" -->
<member name="M:Learun.Application.Web.Areas.LR_Message.Controllers.LR_StrategyInfoController.SendForm">
<summary>
消息发送界面
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_Message.Controllers.LR_StrategyInfoController.GetList(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_Message.Controllers.LR_StrategyInfoController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_Message.Controllers.LR_StrategyInfoController.GetFormData(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_Message.Controllers.LR_StrategyInfoController.DeleteForm(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_Message.Controllers.LR_StrategyInfoController.SaveForm(System.String,Learun.Application.Message.LR_MS_StrategyInfoEntity)" -->
<member name="M:Learun.Application.Web.Areas.LR_Message.Controllers.LR_StrategyInfoController.ExistStrategyCode(System.String,System.String)">
<summary>
验证策略编码是否重复
</summary>
<param name="keyValue">策略主键</param>
<param name="F_StrategyCode">策略编码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_Message.Controllers.LR_StrategyInfoController.SendMessage(System.String,System.String,System.String)">
<summary>
策略消息发送
</summary>
<param name="code">策略编码</param>
<param name="content">消息内容</param>
<param name="userlist">用户列表</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFDelegateController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2018.12.07
描 述:流程委托
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFDelegateController.Index">
<summary>
管理界面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFDelegateController.Form">
<summary>
表单页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFDelegateController.GetPageList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFDelegateController.GetRelationList(System.String)">
<summary>
获取关联模板数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFDelegateController.SaveForm(System.String,System.String,System.String)">
<summary>
保存委托信息
</summary>
<param name="keyValue">主键</param>
<param name="strEntity">委托信息实体</param>
<param name="strSchemeInfo">模板信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFDelegateController.DeleteForm(System.String)">
<summary>
删除模板数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFDelegateController.UpDateSate(System.String,System.Int32)">
<summary>
启用/停用表单
</summary>
<param name="keyValue">主键</param>
<param name="state">状态1启用0禁用</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2018.12.09
描 述:流程进程
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.Index">
<summary>
视图功能
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.ReleaseForm">
<summary>
发起流程
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.NWFContainerForm">
<summary>
流程容器
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.LookNodeForm">
<summary>
查看节点审核信息
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.CreateForm">
<summary>
创建流程
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.AuditFlowForm">
<summary>
审核流程
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.SignAuditFlowForm">
<summary>
加签审核流程
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.SignFlowForm">
<summary>
加签审核
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.SignFlowFormNew">
<summary>
加签审核
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.LookFlowForm">
<summary>
流程进度查看(父子流程)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.MonitorIndex">
<summary>
监控页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.MonitorDetailsIndex">
<summary>
监控详情页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.MonitorForm">
<summary>
查看各个节点表单
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.AppointForm">
<summary>
指定审核人
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.BatchAuditIndex">
<summary>
批量审核页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.SelectUserForm">
<summary>
选择下一节点审核人员
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.SignForm">
<summary>
签名弹层
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.GetProcessList(System.String,System.String)">
<summary>
获取我的流程信息列表
</summary>
<param name="pagination">分页参数</param>
<param name="queryJson">查询条件</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.GetTaskPageList(System.String,System.String,System.String,System.String,System.String)">
<summary>
获取我的流程信息列表
</summary>
<param name="pagination">分页参数</param>
<param name="queryJson">查询条件</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.GetBatchTaskPageList(System.String,System.String)">
<summary>
获取批量审核任务清单
</summary>
<param name="pagination">分页参数</param>
<param name="queryJson">查询条件</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.GetTask(System.String)">
<summary>
获取我的流程信息列表
</summary>
<param name="pagination">分页参数</param>
<param name="queryJson">查询条件</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.UpdateLook(System.String,System.Int32,System.String)">
<summary>
点击之后就更新IsLook状态
</summary>
<param name="taskId">任务ID</param>
<param name="isLook">是否查看</param>
<param name="UserId">用户ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.DeleteEntity(System.String)">
<summary>
删除流程进程实体
</summary>
<param name="processId">流程进程主键</param>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.GetSchemeByCode(System.String,System.String)">
<summary>
获取流程模板
</summary>
<param name="code">流程编码</param>
<param name="ProjectId">项目ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.GetSchemeByProcessId(System.String)">
<summary>
根据流程进程主键获取流程模板
</summary>
<param name="processId">流程进程主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.GetNextAuditors(System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
获取流程下一节点审核
</summary>
<param name="code">流程编码</param>
<param name="processId">流程进程主键</param>
<param name="taskId">任务主键</param>
<param name="nodeId">节点ID</param>
<param name="operationCode">操作编码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.GetProcessDetails(System.String,System.String)">
<summary>
获取流程进程信息
</summary>
<param name="processId">进程主键</param>
<param name="taskId">任务主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.GetChildProcessDetails(System.String,System.String,System.String,System.String)">
<summary>
获取子流程详细信息
</summary>
<param name="processId">父流程进程主键</param>
<param name="taskId">父流程子流程发起主键</param>
<param name="schemeCode">子流程流程模板编码</param>
<param name="nodeId">父流程发起子流程节点Id</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.SaveDraft(System.String,System.String,System.String,System.String,System.String)">
<summary>
保存草稿
</summary>
<param name="processId">流程进程主键</param>
<param name="schemeCode">流程模板编码</param>
<param name="title">标题</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.DeleteDraft(System.String)">
<summary>
删除草稿
</summary>
<param name="processId">流程进程主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.CreateFlow(System.String,System.String,System.String,System.Int32,System.String,System.String,System.String)">
<summary>
创建流程
</summary>
<param name="schemeCode">流程模板编码</param>
<param name="processId">流程进程主键</param>
<param name="title">流程进程自定义标题</param>
<param name="level">流程进程等级</param>
<param name="auditors">下一节点审核人</param>
<param name="ObjectId">关联流程表的ID</param>
<param name="ProjectId">项目ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.CreateChildFlow(System.String,System.String,System.String,System.String,System.String)">
<summary>
创建流程(子流程)
</summary>
<param name="schemeCode">流程模板编码</param>
<param name="processId">流程进程主键</param>
<param name="parentProcessId">父流程进程主键</param>
<param name="parentTaskId">父流程任务主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.AgainCreateFlow(System.String,System.String)">
<summary>
重新创建流程
</summary>
<param name="processId">流程进程主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.AuditFlow(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
审批流程
</summary>
<param name="operationCode">流程审批操作码agree 同意 disagree 不同意 lrtimeout 超时</param>
<param name="operationName">流程审批操名称</param>
<param name="processId">流程进程主键</param>
<param name="taskId">流程任务主键</param>
<param name="des">审批意见</param>
<param name="auditors">下一节点指定审核人</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.AuditFlows(System.String,System.String)">
<summary>
审批流程
</summary>
<param name="operationCode">流程审批操作码agree 同意 disagree 不同意</param>
<param name="taskIds">任务串</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.SignFlow(System.String,System.String,System.String,System.String)">
<summary>
流程加签
</summary>
<param name="processId">流程进程主键</param>
<param name="taskId">流程任务主键</param>
<param name="userId">加签人员</param>
<param name="des">加签说明</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.SignFlowNew(System.String,System.String,System.String,System.String)">
<summary>
流程加签 2020-2-13
</summary>
<param name="processId">流程进程主键</param>
<param name="taskId">流程任务主键</param>
<param name="userIds">加签人员</param>
<param name="des">加签说明</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.SignAuditFlow(System.String,System.String,System.String,System.String)">
<summary>
流程加签审核
</summary>
<param name="operationCode">审核操作码</param>
<param name="processId">流程进程主键</param>
<param name="taskId">流程任务主键</param>
<param name="des">加签说明</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.ReferFlow(System.String,System.String,System.String)">
<summary>
确认阅读
</summary>
<param name="processId">流程进程主键</param>
<param name="taskId">流程任务主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.UrgeFlow(System.String)">
<summary>
催办流程
</summary>
<param name="processId">流程进程主键</param>
<param name="userInfo">当前操作人信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.RevokeFlow(System.String)">
<summary>
撤销流程(只有在该流程未被处理的情况下)
</summary>
<param name="processId">流程进程主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.GetTaskUserList(System.String,System.String)">
<summary>
获取流程当前任务需要处理的人
</summary>
<param name="processId">流程进程主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.AppointUser(System.String)">
<summary>
指派流程审核人
</summary>
<param name="strList">任务列表</param>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.DeleteFlow(System.String)">
<summary>
作废流程
</summary>
<param name="processId">流程进程主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFProcessController.RevokeAudit(System.String,System.String)">
<summary>
撤销审核
</summary>
<param name="processId">流程进程主键</param>
<param name="taskId">任务主键</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2018.12.06
描 述:工作流模板(新)
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.Index">
<summary>
主页面(协同设计平台)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.CommonIndex">
<summary>
主页面(系统管理)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.Form">
<summary>
表单页面(协同设计平台)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.CommonForm">
<summary>
表单页面(系统管理)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.CopyForm">
<summary>
复制流程页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.ReIndex">
<summary>
表单页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.CategoryIndex">
<summary>
流程模板分类页面(单位)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.CategoryForm">
<summary>
流程模板分类表单(单位)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.ReCategoryIndex">
<summary>
流程模板分类页面(项目级)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.ReCategoryForm">
<summary>
流程模板分类表单(项目级)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.HistoryForm">
<summary>
流程模板设计历史记录
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.PreviewForm">
<summary>
预览流程模板
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.NodeForm">
<summary>
节点信息设置
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.PostForm">
<summary>
添加岗位
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.RoleForm">
<summary>
添加角色
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.UserForm">
<summary>
添加用户
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.LevelForm">
<summary>
添加上下级
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.AuditorNodeForm">
<summary>
添加某节点执行人
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.AuditorFieldForm">
<summary>
添加表单字段
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.WorkformForm">
<summary>
表单添加
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.ConditionFieldForm">
<summary>
条件字段添加
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.ButtonForm">
<summary>
表单添加
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.LineForm">
<summary>
线段信息设置
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.ImportForm">
<summary>
导入页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.GetInfoPageList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="queryJson">查询条件</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.GetCategoryTree(System.String,System.String)">
<summary>
获取流程分类树形数据
</summary>
<param name="ProjectId">项目ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.GetCategoryList(System.String)">
<summary>
获取流程分类数据
</summary>
<param name="queryJson"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.GetCategoryForm(System.String)">
<summary>
获取流程分类实体
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.GetMyInfoList(System.String,System.String)">
<summary>
获取自定义流程列表
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.GetFormData(System.String)">
<summary>
获取流程模板数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.GetSchemePageList(System.String,System.String)">
<summary>
获取模板分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="schemeInfoId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.GetScheme(System.String)">
<summary>
获取流程模板数据
</summary>
<param name="schemeId">模板主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.ExportScheme(System.String)">
<summary>
获取流程模板数据
</summary>
<param name="code">流程编码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.ExecuteImportScheme(System.String,System.String,System.Int32,System.String)">
<summary>
excel文件导入通用模板
</summary>
<param name="templateId">模板Id</param>
<param name="fileId">文件主键</param>
<param name="chunks">分片数</param>
<param name="ext">文件扩展名</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.ImportScheme(System.String,System.String,System.Int32,System.String,System.String)">
<summary>
excel文件导入项目平台
</summary>
<param name="templateId">模板Id</param>
<param name="fileId">文件主键</param>
<param name="chunks">分片数</param>
<param name="ext">文件扩展名</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.GetNWFSchemeInfoList(System.String)">
<summary>
获取流程模板列表
</summary>
<param name="category">流程分类</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.CommonSaveForm(System.String,System.String,System.String,System.String,System.Int32)">
<summary>
保存流程模板 通用
</summary>
<param name="keyValue">主键</param>
<param name="schemeInfo">表单设计模板信息</param>
<param name="shcemeAuth">模板权限信息</param>
<param name="scheme">模板内容</param>
<param name="type">类型1.正式2.草稿</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.SaveForm(System.String,System.String,System.String,System.String,System.Int32)">
<summary>
保存流程模板
</summary>
<param name="keyValue">主键</param>
<param name="schemeInfo">表单设计模板信息</param>
<param name="shcemeAuth">模板权限信息</param>
<param name="scheme">模板内容</param>
<param name="type">类型1.正式2.草稿</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.CategorySaveEntity(System.String,System.String)">
<summary>
保存流程分类
</summary>
<param name="keyValue">主键</param>
<param name="entity">流程分类实体</param>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.CategoryDeleteEntity(System.String)">
<summary>
删除流程分类
</summary>
<param name="keyValue">主键</param>
<param name="entity">流程分类实体</param>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.UpdateForm(System.String)">
<summary>
更新模板数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.DeleteForm(System.String)">
<summary>
删除模板数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.UpDateSate(System.String,System.Int32)">
<summary>
启用/停用表单
</summary>
<param name="keyValue">主键</param>
<param name="state">状态1启用0禁用</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.NWFSchemeController.UpdateScheme(System.String,System.String)">
<summary>
更新表单模板版本
</summary>
<param name="keyValue">主键</param>
<param name="state">状态1启用0禁用</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.StampInfoController">
<summary>
版 本 Learun-ADMS V6.1.6.0 敏捷开发框架
Copyright (c) 2013-2017 Hexagon PPM
创建人:研发部
日 期2018.11.19
描 述:印章管理
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.StampInfoController.Index">
<summary>
管理页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.StampInfoController.Form">
<summary>
表单页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.StampInfoController.GetPageList(System.String,System.String)">
<summary>
分页
</summary>
<param name="pagination">分页参数</param>
<param name="queryJson"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.StampInfoController.GetList(System.String)">
<summary>
获取所有的印章信息
</summary>
<param name="keyword"></param>
<param name="category"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.StampInfoController.GetImg(System.String)">
<summary>
获取图片
</summary>
<param name="parentId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.StampInfoController.SaveForm(System.String,Learun.Application.OA.LR_StampManage.LR_StampManageEntity)">
<summary>
保存印章
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.StampInfoController.DeleteForm(System.String)">
<summary>
删除印章
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.StampInfoController.UploadFile(System.String,Learun.Application.OA.LR_StampManage.LR_StampManageEntity)">
<summary>
图片上传
</summary>
<param name="keyValue">主键</param>
<param name="entity">印章实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.StampInfoController.UpDateSate(System.String,System.Int32)">
<summary>
启用/停用
</summary>
<param name="keyValue">主键</param>
<param name="state">状态 1启用 0禁用</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_NewWorkFlow.Controllers.StampInfoController.EqualForm(System.String,System.String)">
<summary>
密码验证
</summary>
<param name="keyValue">主键</param>
<param name="Password">密码</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.CompanyController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述:公司管理
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.CompanyController.Index">
<summary>
主页
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.CompanyController.Form">
<summary>
表单
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.CompanyController.GetList(System.String)">
<summary>
获取公司列表信息
</summary>
<param name="keyword">查询关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.CompanyController.GetTree(System.String)">
<summary>
获取树形数据
</summary>
<param name="parentId">父级id</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.CompanyController.GetMap(System.String)">
<summary>
获取映射数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.CompanyController.SaveForm(System.String,Learun.Application.Organization.CompanyEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.CompanyController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.DepartmentController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.17
描 述:部门管理
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.DepartmentController.Index">
<summary>
主页
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.DepartmentController.Form">
<summary>
表单
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.DepartmentController.GetList(System.String,System.String)">
<summary>
获取部门列表信息(根据公司Id)
</summary>
<param name="companyId">公司Id</param>
<param name="keyWord">查询关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.DepartmentController.GetTree(System.String,System.String)">
<summary>
获取树形数据
</summary>
<param name="companyId">公司id</param>
<param name="parentId">父级id</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.DepartmentController.GetEntity(System.String)">
<summary>
获取部门实体数据
</summary>
<param name="companyId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.DepartmentController.GetMap(System.String)">
<summary>
获取映射数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.DepartmentController.SaveForm(System.String,Learun.Application.Organization.DepartmentEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue"></param>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.DepartmentController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue"></param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述:岗位管理
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.Index">
<summary>
主页
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.Form">
<summary>
表单
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.SelectForm">
<summary>
岗位选择页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.PlatIndex">
<summary>
表单
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.PostForm">
<summary>
岗位页
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.GetPageList(System.String,System.String)">
<summary>
获取岗位列表信息
</summary>
<param name="keyWord">查询关键字</param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.GetFormData(System.String)" -->
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.GetOrganizationTree(System.String)">
<summary>
获取岗位树形数据
</summary>
<param name="ProjectId">项目id</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.GetSelectTree(System.String)">
<summary>
获取树形数据
</summary>
<param name="companyId">公司主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.GetCompanyTree">
<summary>
获取单位级的树形数据
</summary>
<param name="companyId">公司主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.GetEntityName(System.String)">
<summary>
获取岗位名称
</summary>
<param name="keyValue">岗位主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.GetEntity(System.String)">
<summary>
获取岗位实体数据
</summary>
<param name="keyValue">岗位主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.SaveForm(System.String,Learun.Application.Organization.PostEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.PostController.DeletePostForm(System.String)">
<summary>
删除岗位数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.RoleController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述:角色管理
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.RoleController.Index">
<summary>
主页
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.RoleController.Form">
<summary>
表单
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.RoleController.GetList(System.String,System.String)">
<summary>
获取角色列表信息
</summary>
<param name="keyWord">查询关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.RoleController.GetTreeList(System.String)">
<summary>
获取角色列表信息Tree
</summary>
<param name="ProjectId">查询关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.RoleController.GetPageList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="queryJson">查询参数</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.RoleController.GetRoleList">
<summary>
获取角色列表(所有)
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.RoleController.GetFormData(System.String)" -->
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.RoleController.SaveForm(System.String,Learun.Application.Organization.RoleEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.RoleController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述:用户管理控制器
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.Index">
<summary>
用户管理主页
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.Form">
<summary>
用户管理表单
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.SelectForm">
<summary>
人员选择
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.SelectOnlyForm">
<summary>
人员选择
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.SelectUserForm">
add by chenkai 20210324
<summary>
通用人员选择
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.GetPageList(System.String,System.String,System.String,System.String)">
<summary>
获取分页数据(某一个<see cref="T:Learun.Application.Organization.CompanyEntity"/>下的所有用户)
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<param name="companyId">公司主键</param>
<param name="departmentId">部门主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.GetList(System.String,System.String,System.String)">
<summary>
获取用户列表
</summary>
<param name="companyId">公司主键</param>
<param name="departmentId">部门主键</param>
<param name="keyword">查询关键词</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.GetUserList(System.String,System.String,System.String)">
<summary>
获取全部用户信息
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.GetMyDepartmentList">
<summary>
获取本部门的人员
</summary>
<param name="companyId">公司主键</param>
<param name="departmentId">部门主键</param>
<param name="keyword">查询关键词</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.GetListByUserIds(System.String)">
<summary>
获取用户信息列表
</summary>
<param name="userIds">用户主键串</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.GetEntityListByUserIds(System.String)">
<summary>
获取用户信息列表
</summary>
<param name="userIds">用户主键串</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.GetUserEntity(System.String)">
<summary>
获取用户信息
</summary>
<param name="userIds">用户主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.GetMap(System.String)">
<summary>
获取映射数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.GetImg(System.String)">
<summary>
获取头像
</summary>
<param name="userId">用户主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.GetCommonSelectUsers(System.String,System.String)">
<summary>
获取通用的人员选择
</summary>
<param name="queryJson">查询参数</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.SaveForm(System.String,Learun.Application.Organization.UserEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.UpdateState(System.String,System.Int32)">
<summary>
启用禁用账号
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.ResetPassword(System.String)">
<summary>
重置用户账号密码
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.ExportUserList">
<summary>
导出用户列表
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_OrganizationModule.Controllers.UserController.ExistAccount(System.String,System.String)">
<summary>
账号不能重复
</summary>
<param name="keyValue">主键</param>
<param name="F_Account">账号</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportManageController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2017-07-12 09:57
描 述:报表管理
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportManageController.Index">
<summary>
管理页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportManageController.Form">
<summary>
表单页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportManageController.Preview">
<summary>
浏览页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportManageController.GetPageList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键词</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportManageController.GetEntity(System.String)">
<summary>
获取实体数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportManageController.GetReportData(System.String)">
<summary>
获取报表数据
</summary>
<param name="reportId">报表主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportManageController.SaveForm(System.String,Learun.Application.Report.ReportTempEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportManageController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportManageController.GetKanBanData(System.String,System.String,System.String)">
<summary>
看板查询获取数据
</summary>
<param name="InputData">入参,多参数以~分开例如入参2个就是2019-01-01~2019-02-02入参一个2019-01-01~,入参为空则~</param>
<param name="Type">类型</param>
<param name="SourceId">数据源Id默认systemdb本地数据库</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportTemplateController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述:报表模板
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportTemplateController.PurchaseReport">
<summary>
采购报表
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportTemplateController.SalesReport">
<summary>
销售报表
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportTemplateController.StockReport">
<summary>
仓库报表
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportTemplateController.FinanceReport">
<summary>
收支报表
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportTemplateController.GetPurchaseReportList">
<summary>
获取采购报表数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportTemplateController.GetSalesReportList">
<summary>
获取销售报表数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportTemplateController.GetStockReportList">
<summary>
获取仓库报表数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.ReportTemplateController.GetFinanceReportList">
<summary>
获取收支报表数据
</summary>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptManageController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2019-03-14 15:17
描 述:报表文件管理
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptManageController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptManageController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptManageController.Report" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptManageController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptManageController.GetFormData(System.String)" -->
<member name="M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptManageController.GetDetailTree">
<summary>
树形显示报表
</summary>
<param name="itemCode">分类编号</param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptManageController.DeleteForm(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptManageController.SaveForm(System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptRelationController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创 建:超级管理员
日 期2019-03-26 18:29
描 述:报表菜单关联设置
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptRelationController.Index" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptRelationController.Form" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptRelationController.GetPageList(System.String,System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptRelationController.GetFormData(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptRelationController.DeleteForm(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_ReportModule.Controllers.RptRelationController.SaveForm(System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.08
描 述:附件管理
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.UploadForm">
<summary>
上传列表页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.DownForm">
<summary>
下载列表页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.PictureView(System.String)">
<summary>
图片预览页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.PicturePreView(System.String)">
<summary>
图片预览页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.UploadAnnexesFileChunk(System.String,System.Int32,System.Int32,System.Web.HttpPostedFileBase)">
<summary>
上传附件分片数据
</summary>
<param name="fileGuid">文件主键</param>
<param name="chunk">分片序号</param>
<param name="Filedata">文件数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.RemoveAnnexesFileChunk(System.String,System.Int32)">
<summary>
移除附件分片数据
</summary>
<param name="fileGuid">文件主键</param>
<param name="chunks">总分片数</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.MergeAnnexesFile(System.String,System.String,System.String,System.Int32,System.String)">
<summary>
合并上传附件的分片数据(固定文件夹)
</summary>
<param name="folderId">附件夹主键</param>
<param name="fileGuid">文件主键</param>
<param name="fileName">文件名</param>
<param name="chunks">文件总分片数</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.DeleteAnnexesFile(System.String)">
<summary>
删除文件
</summary>
<param name="fileId">文件主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.DownAnnexesFile(System.String)">
<summary>
下载文件
</summary>
<param name="fileId">文件id</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.GetAnnexesFileList(System.String)">
<summary>
获取附件列表
</summary>
<param name="folderId">附件夹主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.GetFileNames(System.String)">
<summary>
获取附件夹信息
</summary>
<param name="folderId">附件夹主键</param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.GetPageList(System.String,System.String)" -->
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.PreviewFile(System.String)">
<summary>
文件预览
</summary>
<param name="fileId">文件ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.IsExist(System.String)">
<summary>
缩略图是否存在
</summary>
<param name="fileId">文件ID</param>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.PreviewThumbnailImg(System.String)">
<summary>
缩略图预览
</summary>
<param name="fileId">文件ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.PreviewImg(System.String)">
<summary>
缩略图预览
</summary>
<param name="fileId">文件ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.GetPdf(System.String)">
<summary>
App端文件转成pdf
</summary>
<param name="fileId">文件ID</param>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.GetVideo(System.String)">
<summary>
获取video路径
</summary>
<param name="folderId">文件ID</param>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.ConvertPptxToHtml(System.String)">
<summary>
将Pptx文档转换为Html
</summary>
<param name="folderId">附件夹主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AnnexesController.ConvertToImg(System.String)">
<summary>
将Pdf文档转换为图片
</summary>
<param name="folderId">附件夹主键</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AreaController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.01
描 述:行政区域
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AreaController.Index">
<summary>
行政区域管理
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AreaController.Form">
<summary>
表单
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AreaController.Getlist(System.String,System.String)">
<summary>
获取列表数据
</summary>
<param name="parentId">父级主键</param>
<param name="keyword">关键字查询(名称/编号)</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AreaController.GetTree(System.String)">
<summary>
获取树形数据
</summary>
<param name="parentId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AreaController.SaveForm(System.String,Learun.Application.Base.SystemModule.AreaEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue"></param>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.AreaController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue"></param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CodeRuleController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.01
描 述:单据编号
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CodeRuleController.Index">
<summary>
单据编号管理
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CodeRuleController.Form">
<summary>
表单
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CodeRuleController.FormatForm">
<summary>
单据编号规则
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CodeRuleController.GetPageList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CodeRuleController.GetList">
<summary>
获取列表数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CodeRuleController.ExistEnCode(System.String,System.String)">
<summary>
规则编码不能重复
</summary>
<param name="keyValue">主键</param>
<param name="F_EnCode">规则编码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CodeRuleController.ExistFullName(System.String,System.String)">
<summary>
规则名不能重复
</summary>
<param name="keyValue">主键</param>
<param name="F_FullName"> 规则名</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CodeRuleController.SaveForm(System.String,Learun.Application.Base.SystemModule.CodeRuleEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue"></param>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CodeRuleController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CodeRuleController.GetEnCode(System.String)">
<summary>
获取单据编码
</summary>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CustmerQueryController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.01
描 述:自定义查询
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CustmerQueryController.Index">
<summary>
自定义查询公共界面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CustmerQueryController.Form">
<summary>
自定义查询公共界面(表单)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CustmerQueryController.QueryForm">
<summary>
条件添加和编辑
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CustmerQueryController.GetPageList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CustmerQueryController.SaveForm(System.String,Learun.Application.Base.SystemModule.CustmerQueryEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.CustmerQueryController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseLinkController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.01
描 述:数据库连接
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseLinkController.Index">
<summary>
管理页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseLinkController.Form">
<summary>
表单页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseLinkController.GetList(System.String)">
<summary>
获取数据列表
</summary>
<param name="keyword">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseLinkController.GetMap(System.String)">
<summary>
获取映射数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseLinkController.GetTreeList">
<summary>
获取树形数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseLinkController.SaveForm(System.String,Learun.Application.Base.SystemModule.DatabaseLinkEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseLinkController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseLinkController.TestConnection(System.String,System.String,System.String)">
<summary>
测试连接串是否正确
</summary>
<param name="connection">连接串</param>
<param name="dbType">数据库类型</param>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.01
描 述:数据表管理
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.Index">
<summary>
主页面管理
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.Form">
<summary>
表单页面管理
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.TableIndex">
<summary>
表数据查询
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.EditTableForm">
<summary>
新增、编辑表页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.CopyTableForm">
<summary>
复制表
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.DraftForm">
<summary>
草稿管理
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.GetList(System.String,System.String)">
<summary>
获取数据表数据
</summary>
<param name="databaseLinkId">连接串Id</param>
<param name="tableName">表名</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.GetDraftList(System.String)">
<summary>
获取表的字段数据
</summary>
<param name="databaseLinkId">连接串Id</param>
<param name="tableName">表名</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.GetFieldList(System.String,System.String)">
<summary>
获取表的字段数据
</summary>
<param name="databaseLinkId">连接串Id</param>
<param name="tableName">表名</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.GetTableDataList(System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
获取表数据
</summary>
<param name="databaseLinkId">连接串ID</param>
<param name="tableName">表名</param>
<param name="field">字段名</param>
<param name="logic">逻辑</param>
<param name="keyword">关键字</param>
<param name="pagination">分页参数</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.GetTableDataAllList(System.String,System.String)">
<summary>
获取表数据
</summary>
<param name="databaseLinkId">连接串ID</param>
<param name="tableName">表名</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.GetTreeList(System.String)">
<summary>
获取表数据(树形数据)
</summary>
<param name="parentId">连接串主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.GetFieldTreeList(System.String,System.String)">
<summary>
获取表字段树形数据
</summary>
<param name="databaseLinkId">连接串主键</param>
<param name="tableName">表名</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.GetSqlColName(System.String,System.String)">
<summary>
给定查询语句查询字段
</summary>
<param name="databaseLinkId">连接串主键</param>
<param name="strSql">sql语句</param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.SaveDraft(System.String,Learun.Application.Base.SystemModule.DbDraftEntity)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.DeleteDraft(System.String)" -->
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DatabaseTableController.SaveTable(System.String,System.String,System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述:数据字典
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.Index">
<summary>
数据字典管理
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.Form">
<summary>
明细管理(表单)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.ClassifyIndex">
<summary>
分类管理
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.ClassifyForm">
<summary>
分类管理(表单)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.DetailIndex">
<summary>
明细管理
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.GetClassifyList(System.String)">
<summary>
获取字典分类列表
</summary>
<param name="keyword">关键词(名称/编码)</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.GetClassifyTree">
<summary>
获取字典分类列表(树结构)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.SaveClassifyForm(System.String,Learun.Application.Base.SystemModule.DataItemEntity)">
<summary>
保存分类数据
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.DeleteClassifyForm(System.String)">
<summary>
删除分类数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.ExistItemCode(System.String,System.String)">
<summary>
分类编号不能重复
</summary>
<param name="ItemCode">编码</param>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.ExistItemName(System.String,System.String)">
<summary>
分类名称不能重复
</summary>
<param name="ItemName">名称</param>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.GetDetailList(System.String,System.String)">
<summary>
获取数据字典明显根据分类编号
</summary>
<param name="itemCode">分类编号</param>
<param name="keyword">查询条件</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.GetDetailTree(System.String)">
<summary>
获取数据字典明显树形数据
</summary>
<param name="itemCode">分类编号</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.ExistDetailItemValue(System.String,System.String,System.String)">
<summary>
项目值不能重复
</summary>
<param name="keyValue">主键</param>
<param name="F_ItemValue">项目值</param>
<param name="itemCode">分类编码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.ExistDetailItemName(System.String,System.String,System.String)">
<summary>
项目名不能重复
</summary>
<param name="keyValue">主键</param>
<param name="F_ItemName">项目名</param>
<param name="itemCode">分类编码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.SaveDetailForm(System.String,System.String,Learun.Application.Base.SystemModule.DataItemDetailEntity)">
<summary>
保存明细数据实体
</summary>
<param name="keyValue">主键</param>
<param name="itemCode">分类编码</param>
<param name="entity">实体</param>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.DeleteDetailForm(System.String)">
<summary>
删除明细数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.GetMap(System.String)">
<summary>
获取映射数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.GetDetailListByParentId(System.String,System.String)">
<summary>
获取数据字典明显根据分类编号
</summary>
<param name="itemCode">分类编码</param>
<param name="parentId">父级主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.GetCodeList(System.String)">
<summary>
获取数据字典明显根据分类编号
</summary>
<param name="itemCode">分类编号</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataItemController.GetSelectData(System.String)">
<summary>
获取数据字典下拉列数据结构
</summary>
<param name="itemCode">分类编号</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.01
描 述:数据源管理
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.Index">
<summary>
管理页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.Form">
<summary>
表单页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.TestForm">
<summary>
测试页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.SelectForm">
<summary>
选择页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.GetPageList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.GetList">
<summary>
获取所有数据源数据列表
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.GetEntityByCode(System.String)">
<summary>
获取所有数据源实体根据编号
</summary>
<param name="keyValue">编号</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.GetNameByCode(System.String)">
<summary>
获取所有数据源实体根据编号
</summary>
<param name="keyValue">编号</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.SaveForm(System.String,Learun.Application.Base.SystemModule.DataSourceEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.GetDataTable(System.String,System.String,System.String)">
<summary>
获取数据源数据
</summary>
<param name="code">数据源编号</param>
<param name="strWhere">sql查询条件语句</param>
<param name="queryJson">数据源请求条件字串</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.GetDataTablePage(System.String,System.String,System.String,System.String)">
<summary>
获取数据源数据
</summary>
<param name="pagination">分页参数</param>
<param name="code">数据源编号</param>
<param name="strWhere">sql查询条件语句</param>
<param name="queryJson">数据源请求条件字串</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.GetDataColName(System.String)">
<summary>
获取数据源列名
</summary>
<param name="code">数据源编码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.GetMap(System.String,System.String)">
<summary>
获取数据源数据
</summary>
<param name="code">数据源编号</param>
<param name="strWhere">sql查询条件语句</param>
<param name="queryJson">数据源请求条件字串</param>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DataSourceController.GetTree(System.String,System.String,System.String,System.String)" -->
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DbFieldController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述:数据库创建常用字段
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DbFieldController.Index">
<summary>
列表页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DbFieldController.Form">
<summary>
表单页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DbFieldController.SelectForm">
<summary>
字段选择页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DbFieldController.GetList(System.String)">
<summary>
获取列表数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DbFieldController.GetPageList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DbFieldController.GetEntity(System.String)">
<summary>
获取实体数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DbFieldController.SaveForm(System.String,Learun.Application.Base.SystemModule.DbFieldEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.DbFieldController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ImgController.GetImg(System.String)">
<summary>
获取图片
</summary>
<param name="parentId"></param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.InterfaceController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.01
描 述:接口管理
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.InterfaceController.Index">
<summary>
管理页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.InterfaceController.Form">
<summary>
表单页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.InterfaceController.FieldForm">
<summary>
字段维护
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.InterfaceController.GetList">
<summary>
获取列表数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.InterfaceController.GetTree">
<summary>
获取树形数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.InterfaceController.GetPageList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.InterfaceController.GetEntity(System.String)">
<summary>
获取实体数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.InterfaceController.SaveForm(System.String,Learun.Application.Base.SystemModule.InterfaceEntity)">
<summary>
保存表单数据
</summary>
<param name="keyValue">主键</param>
<param name="entity">实体</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.InterfaceController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.01
描 述:系统日志
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogController.Index">
<summary>
日志管理
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogController.Form">
<summary>
清空
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogController.DetailForm">
<summary>
详情页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogController.GetPageList(System.String,System.String)">
<summary>
分页查询
</summary>
<param name="pagination">分页参数</param>
<param name="queryJson">查询条件函数</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogController.GetPageListByMy(System.String,System.String)">
<summary>
分页查询(本人数据)
</summary>
<param name="pagination"></param>
<param name="queryJson"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogController.SaveRemoveLog(System.Int32,System.String)">
<summary>
清空日志
</summary>
<param name="categoryId">日志分类Id</param>
<param name="keepTime">保留时间段内</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogController.VisitModules(System.String,System.String)">
<summary>
访问功能
</summary>
<param name="moduleId">功能Id</param>
<param name="moduleName">功能模块</param>
<param name="moduleUrl">访问路径</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogoImgController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2018.7.30
描 述logo图片设置
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogoImgController.PCIndex">
<summary>
PC端图片设置
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogoImgController.AppIndex">
<summary>
移动端图片设置
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogoImgController.GetImg(System.String)">
<summary>
获取头像
</summary>
<param name="userId">用户主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.LogoImgController.UploadFile(System.String)">
<summary>
上传头像
</summary>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述:功能模块控制器
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.Index">
<summary>
功能模块管理视图
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.Form">
<summary>
表单页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetModuleList(System.String)">
<summary>
获取功能模块数据列表
</summary>
<param name="ProjectId">项目ID</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetModuleTree">
<summary>
获取树形数据
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetModuleCheckTree(System.String)">
<summary>
获取树形数据(项目,平台)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetModuleCheckTree">
<summary>
获取树形数据(带勾选框)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetExpendModuleTree">
<summary>
获取功能列表的树形数据(只有展开项)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetModuleListByParentId(System.String,System.String)">
<summary>
获取列表数据根据父级id
</summary>
<param name="parentId">父级id</param>
<param name="type">功能类型</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetCheckTree(System.String)">
<summary>
获取树形数据(带勾选框)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetButtonListNoAuthorize(System.String)">
<summary>
获取功能模块按钮数据列表
</summary>
<param name="moduleId">模块主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetButtonList(System.String)">
<summary>
获取功能模块按钮数据列表
</summary>
<param name="moduleId">模块主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetButtonCheckTree">
<summary>
获取树形数据(带勾选框)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetColumnList(System.String)">
<summary>
获取功能模块视图数据列表
</summary>
<param name="moduleId">模块主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetColumnCheckTree">
<summary>
获取树形数据(带勾选框)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetFormData(System.String)">
<summary>
获取表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.SaveForm(System.String,System.String,System.String,System.String,System.String)">
<summary>
保存功能表单
</summary>
<param name="keyValue">主键值</param>
<param name="moduleEntity">功能实体</param>
<param name="moduleButtonListJson">按钮实体列表</param>
<param name="moduleColumnListJson">视图实体列表</param>
<param name="moduleFormListJson">表单字段列表</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.DeleteForm(System.String)">
<summary>
删除表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.ModuleController.GetAuthorizeButtonColumnList(System.String,System.String)">
<summary>
获取权限按钮和列表信息
</summary>
<param name="url">页面地址</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.WebOfficeController.DownAnnexesFile(System.String)">
<summary>
下载文件
</summary>
<param name="fileId">文件id</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_SystemModule.Controllers.WebOfficeController.DownAnnexesFileByFolder(System.String)">
<summary>
下载文件
</summary>
<param name="fileId">文件id</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfEngineController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2018.01.16
描 述:流程引擎(流程接口)
</summary>
</member>
<member name="F:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfEngineController.wfEngineIBLL">
<summary>
工作流引擎
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfEngineController.Bootstraper(System.Boolean,System.String,System.String)">
<summary>
初始化流程模板->获取开始节点数据
</summary>
<param name="isNew">是否是新发起的实例</param>
<param name="processId">流程实例ID</param>
<param name="schemeCode">流程模板编码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfEngineController.Taskinfo(System.String,System.String)">
<summary>
流程任务信息
</summary>
<param name="processId">流程实例ID</param>
<param name="taskId">流程模板编码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfEngineController.Processinfo(System.String,System.String)">
<summary>
获取流程实例信息
</summary>
<param name="processId">流程实例ID</param>
<param name="taskId">流程模板编码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfEngineController.ProcessinfoByMonitor(System.String,System.String)">
<summary>
获取流程实例信息(流程监控)
</summary>
<param name="processId"></param>
<param name="taskId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfEngineController.Auditer(System.Boolean,System.String,System.String,System.String,System.String)">
<summary>
获取下一个节点审核人员
</summary>
<param name="processId"></param>
<param name="taskId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfEngineController.Create(System.Boolean,System.String,System.String,System.String,System.Int32,System.String,System.String,System.String)">
<summary>
创建流程实例
</summary>
<param name="isNew">是否是新发起的实例</param>
<param name="processId">流程实例ID</param>
<param name="schemeCode">流程模板编码</param>
<param name="processName">流程实例名称</param>
<param name="processLevel">流程重要等级</param>
<param name="description">备注说明</param>
<param name="formData">表单数据</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfEngineController.Audit(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
<summary>
创建流程实例
</summary>
<param name="taskId">流程实例ID</param>
<param name="verifyType">流程模板编码</param>
<param name="description">流程实例名称</param>
<param name="auditorId">加签人员Id</param>
<param name="auditorName">备注说明</param>
<param name="formData">表单数据</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfMyTaskController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.17
描 述:我的任务
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfMyTaskController.Index">
<summary>
主页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfMyTaskController.ReleaseForm">
<summary>
发起流程
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfMyTaskController.CustmerWorkFlowForm">
<summary>
流程处理页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfMyTaskController.WfNodeForm">
<summary>
流程节点信息
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfMyTaskController.ReleaseFlowForm">
<summary>
提交发起流程界面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfMyTaskController.AuditFlowForm">
<summary>
审核流程
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfMyTaskController.SignFlowForm">
<summary>
流程加签
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfMyTaskController.GetTaskList(System.String,System.String,System.String)">
<summary>
获取我的流程信息列表
</summary>
<param name="pagination">分页参数</param>
<param name="queryJson">查询条件</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfDelegateRuleController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.17
描 述:工作委托
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfDelegateRuleController.GetPageList(System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfDelegateRuleController.GetRelationList(System.String)">
<summary>
获取关联模板数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfDelegateRuleController.SaveForm(System.String,System.String,System.String)">
<summary>
保存流程模板
</summary>
<param name="keyValue">主键</param>
<param name="schemeInfo">表单设计模板信息</param>
<param name="shcemeAuthorize">模板权限信息</param>
<param name="scheme">模板内容</param>
<param name="type">类型1.正式2.草稿</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfDelegateRuleController.DeleteForm(System.String)">
<summary>
删除模板数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfDelegateRuleController.UpDateSate(System.String,System.Int32)">
<summary>
启用/停用表单
</summary>
<param name="keyValue">主键</param>
<param name="state">状态1启用0禁用</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfMonitorController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.17
描 述:流程实例监控
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfMonitorController.GetProcessList(System.String,System.String)">
<summary>
获取我的流程信息列表
</summary>
<param name="pagination">分页参数</param>
<param name="queryJson">查询条件</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.04.17
描 述:工作流模板处理
</summary>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.Index">
<summary>
流程模板管理
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.Form">
<summary>
流程模板设计
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.HistoryForm">
<summary>
流程模板设计历史记录
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.PreviewForm">
<summary>
预览流程模板
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.NodeForm">
<summary>
节点信息设置
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.PostForm">
<summary>
添加岗位
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.RoleForm">
<summary>
添加角色
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.UserForm">
<summary>
添加用户
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.LevelForm">
<summary>
添加上下级
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.WorkformForm">
<summary>
表单添加
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.AuthorizeForm">
<summary>
权限添加
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.ConditionFieldForm">
<summary>
条件字段添加
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.FieldSelectForm">
<summary>
字段选择
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.LineForm">
<summary>
线段信息设置
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.GetSchemeInfoPageList(System.String,System.String,System.String)">
<summary>
获取分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="keyword">关键字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.GetCustmerSchemeInfoList">
<summary>
获取自定义流程列表
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.GetFormData(System.String)">
<summary>
获取设计表单数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.GetSchemePageList(System.String,System.String)">
<summary>
获取模板分页数据
</summary>
<param name="pagination">分页参数</param>
<param name="schemeInfoId"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.GetScheme(System.String)">
<summary>
获取流程模板数据
</summary>
<param name="schemeId">模板主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.SaveForm(System.String,System.String,System.String,System.String,System.Int32)">
<summary>
保存流程模板
</summary>
<param name="keyValue">主键</param>
<param name="schemeInfo">表单设计模板信息</param>
<param name="shcemeAuthorize">模板权限信息</param>
<param name="scheme">模板内容</param>
<param name="type">类型1.正式2.草稿</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.DeleteForm(System.String)">
<summary>
删除模板数据
</summary>
<param name="keyValue">主键</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.UpDateSate(System.String,System.Int32)">
<summary>
启用/停用表单
</summary>
<param name="keyValue">主键</param>
<param name="state">状态1启用0禁用</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Areas.LR_WorkFlowModule.Controllers.WfSchemeController.UpdateScheme(System.String,System.String)">
<summary>
更新表单模板版本
</summary>
<param name="keyValue">主键</param>
<param name="state">状态1启用0禁用</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Common.BackupTable">
<summary>
项目备份或项目还原
</summary>
</member>
<member name="M:Learun.Application.Web.Common.BackupTable.GetBackupTableList">
<summary>
要备份或者还原的表名称
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Common.Converter.ConvertToString(System.Object)">
<summary>
</summary>
<param name="obj"></param>
</member>
<member name="M:Learun.Application.Web.Common.Converter.ConvertToDouble(System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32})">
<summary>
</summary>
<param name="obj"></param>
</member>
<member name="T:Learun.Application.Web.Common.ProjectBakupJob">
<summary>
项目备份作业
</summary>
</member>
<member name="M:Learun.Application.Web.Common.ProjectBakupJob.Execute">
<summary>
备份执行
</summary>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.TimingActionFilter">
<summary>
可以作为webapi的自定义属性。然后就会往warn.LOG文件里写入信息。
</summary>
</member>
<member name="T:Learun.Application.Web.Controllers.ErrorController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述:错误页控制器
</summary>
</member>
<member name="M:Learun.Application.Web.Controllers.ErrorController.ErrorMessage(System.String)">
<summary>
错误页面(异常页面)
</summary>
<param name="message"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.ErrorController.ErrorPath404">
<summary>
错误页面错误路径404
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.ErrorController.ErrorBrowser">
<summary>
错误页面(升级浏览器软件)
</summary>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Controllers.HomeController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.09
描 述:主页控制器
</summary>
</member>
<member name="M:Learun.Application.Web.Controllers.HomeController.AdminSystemManage">
<summary>
单位平台 框架
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.HomeController.AdminSystemPageIndex">
<summary>
网页端 公司级 首页
</summary>
</member>
<member name="M:Learun.Application.Web.Controllers.HomeController.AdminProjectManage(System.String)">
<summary>
项目平台 框架
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.HomeController.AdminProjectPageIndex">
<summary>
项目平台 首页
</summary>
</member>
<member name="M:Learun.Application.Web.Controllers.HomeController.AdminProject">
<summary>
初始化页面(项目管理)
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.HomeController.ClearRedis">
<summary>
清空缓存
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.HomeController.VisitModule(System.String,System.String)">
<summary>
访问功能。点击主页面左侧导航树下的某个节点。比如点击(图纸目录、样板目录)
</summary>
<param name="moduleId">功能Id</param>
<param name="moduleName">功能模块</param>
<param name="moduleUrl">访问路径</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.HomeController.GetProject">
<summary>
获取当前项目信息
</summary>
</member>
<member name="T:Learun.Application.Web.Controllers.LoginController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.08
描 述:登录控制器
</summary>
</member>
<member name="M:Learun.Application.Web.Controllers.LoginController.Index">
<summary>
登录页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.LoginController.AppDownload">
<summary>
下载APP
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.LoginController.VerifyCode">
<summary>
生成验证码
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.LoginController.GetUserInfo">
<summary>
获取用户登录信息
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.LoginController.OutLogin">
<summary>
安全退出
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.LoginController.CheckLogin(System.String,System.String,System.String)">
<summary>
登录验证
</summary>
<param name="username">用户名</param>
<param name="password">密码</param>
<param name="verifycode">验证码</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Controllers.UserCenterController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.07
描 述:个人中心
</summary>
</member>
<member name="M:Learun.Application.Web.Controllers.UserCenterController.Index">
<summary>
个人中心
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UserCenterController.ContactForm">
<summary>
联系方式
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UserCenterController.HeadForm">
<summary>
上传头像
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UserCenterController.PassWordForm">
<summary>
修改密码
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UserCenterController.PassWordUpdate">
<summary>
修改密码
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UserCenterController.LogIndex">
<summary>
个人中心-日志管理
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UserCenterController.LanguageForm">
<summary>
个人中心-语言设置
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UserCenterController.VerifyCode">
<summary>
生成验证码
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UserCenterController.UploadFile">
<summary>
上传头像
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UserCenterController.ValidationOldPassword(System.String)">
<summary>
验证旧密码
</summary>
<param name="OldPassword"></param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UserCenterController.SubmitResetPassword(System.String,System.String,System.String)">
<summary>
提交修改密码
</summary>
<param name="password">新密码</param>
<param name="oldPassword">旧密码</param>
<param name="verifyCode">验证码</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UserCenterController.ModifyPassword(System.String,System.String)">
<summary>
修改密码
</summary>
<param name="password">新密码</param>
<param name="oldPassword">旧密码</param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Controllers.UtilityController">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.07
描 述:通用控制器,处理通用的接口
</summary>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.Icon">
<summary>
图标的选择
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.AppIcon">
<summary>
移动图标的选择
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.UEditor">
<summary>
百度编辑器的后端接口
</summary>
<param name="action">执行动作</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.UEditorUpload(Learun.Util.Ueditor.UeditorUploadConfig)">
<summary>
百度编辑器的文件上传
</summary>
<param name="uploadConfig">上传配置信息</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.ListFileManager(System.String,System.String[])">
<summary>
百度编辑器的文件列表管理
</summary>
<param name="pathToList">文件列表目录</param>
<param name="searchExtensions">扩展名</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.CheckFileType(Learun.Util.Ueditor.UeditorUploadConfig,System.String)">
<summary>
检测是否符合上传文件格式
</summary>
<param name="uploadConfig">配置信息</param>
<param name="filename">文件名字</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.CheckFileSize(Learun.Util.Ueditor.UeditorUploadConfig,System.Int32)">
<summary>
检测是否符合上传文件大小
</summary>
<param name="uploadConfig">配置信息</param>
<param name="size">文件大小</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.ExcelExportForm">
<summary>
请选择要导出的字段页面
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.GirdSelectIndex">
<summary>
列表选择弹层
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.TreeSelectIndex">
<summary>
列表选择弹层
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.JsCss(System.String)">
<summary>
列表选择弹层
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.GetJssCss(System.String,System.Collections.Generic.Dictionary{System.String,Learun.Application.Web.Controllers.UtilityController.JssCssModel})">
<summary>
获取js和css文件值
</summary>
<param name="name"></param>
<param name="list"></param>
</member>
<member name="P:Learun.Application.Web.Controllers.UtilityController.JssCssModel.js">
<summary>
js 代码
</summary>
</member>
<member name="P:Learun.Application.Web.Controllers.UtilityController.JssCssModel.css">
<summary>
css 代码
</summary>
</member>
<member name="P:Learun.Application.Web.Controllers.UtilityController.JssCssModel.ver">
<summary>
版本号
</summary>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.PreviewForm">
<summary>
表单预览
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.EditGridForm">
<summary>
编辑表格
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.JfGirdLayerForm">
<summary>
列表选择弹层
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.ListContentIndex">
<summary>
桌面消息列表详情查看
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Controllers.UtilityController.AppDevGuideIndex">
<summary>
移动端开发向导
</summary>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.HtmlHelperExtensions">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.07
描 述对HtmlHelper类进行扩展
</summary>
</member>
<member name="M:Learun.Application.Web.HtmlHelperExtensions.AppendJsFile(System.Web.Mvc.HtmlHelper,System.String[])">
<summary>
往页面中写入js文件
</summary>
<param name="htmlHelper">需要扩展对象</param>
<param name="jsFiles">文件路径</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.HtmlHelperExtensions.AppendCssFile(System.Web.Mvc.HtmlHelper,System.String[])">
<summary>
往页面中写入css样式
</summary>
<param name="htmlHelper">需要扩展对象</param>
<param name="cssFiles">文件路径</param>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.HtmlHelperExtensions.SetCurrentUrl(System.Web.Mvc.HtmlHelper)">
<summary>
设置当前页面地址
</summary>
<param name="htmlHelper"></param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.MvcApplication">
<summary>
版 本 PIT-ADMS V7.0.3 敏捷开发框架
Copyright (c) 2013-2018 Hexagon PPM
创建人:研发部
日 期2017.03.08
描 述:应用程序全局设置
</summary>
</member>
<member name="M:Learun.Application.Web.MvcApplication.Application_Start">
<summary>
启动应用程序
</summary>
</member>
<member name="M:Learun.Application.Web.MvcApplication.Init">
<summary>
Session配置之WebApi支持(https://www.cnblogs.com/ca47/p/4603701.html)
</summary>
</member>
<member name="M:Learun.Application.Web.MvcApplication.Application_Error(System.Object,System.EventArgs)">
<summary>
应用程序错误处理
</summary>
<param name="sender">sender</param>
<param name="e">EventArgs</param>
</member>
<member name="M:Learun.Application.Web.Hubs.ChatHub.Send">
<summary>
推送消息
</summary>
</member>
<member name="M:Learun.Application.Web.Hubs.ChatHub.OnConnected">
<summary>
初连
</summary>
<returns></returns>
</member>
<member name="M:Learun.Application.Web.Hubs.ChatHub.OnDisconnected(System.Boolean)">
<summary>
断开
</summary>
<param name="stopCalled"></param>
<returns></returns>
</member>
<member name="T:Learun.Application.Web.Hubs.ReturnData">
<summary>
返回实体
</summary>
</member>
<member name="P:Learun.Application.Web.Hubs.ReturnData.Count">
<summary>
未处理条数
</summary>
</member>
<member name="P:Learun.Application.Web.Hubs.ReturnData.Json">
<summary>
信息集
</summary>
</member>
<member name="T:Learun.Application.Web.Hubs.SinglaRConnect">
<summary>
singlar的连接对象
</summary>
</member>
</members>
</doc>