<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Set_Line.aspx.cs" Inherits="WebForm.Platform.WorkFlowDesigner.Set_Line" %> <% string lineID = Request.QueryString["id"]; string fromID = Request.QueryString["from"]; string toID = Request.QueryString["to"]; %>
SQL条件:
1.条件对应的表为流程对应的主表
2.条件对应的字段为流程主表字段
3.示例:a=1 and b='1'
条件标签:
发送者属于:
发送者不属于:
发起者属于:
发起者不属于:
是领导:
不是领导:
方法名称:
方法说明:
1.方法名称格式为:DLL名称.命名空间.类名.方法名(例:WebMvc.Common.CustomFormSave.Test)
2.方法返回类型为 bool 类型的 True 时条件满足,返回其它类型且字符串值不为 "1" 时条件不满足
3.方法返回类型为 bool 类型时提示信息为上面输入的信息,否则提示返回的值
4.方法访问限定符为 Public