代码搜索:Workflow

找到约 4,191 项符合「Workflow」的源代码

代码结果 4,191
www.eeworm.com/read/168950/9887185

cs workflow1.designer.cs

using System; using System.ComponentModel; using System.ComponentModel.Design; using System.Collections; using System.Drawing; using System.Reflection; using System.Workflow.ComponentModel.Compi
www.eeworm.com/read/310820/13643322

cs workflow1.designer.cs

using System; using System.ComponentModel; using System.ComponentModel.Design; using System.Collections; using System.Drawing; using System.Reflection; using System.Workflow.ComponentModel.Comp
www.eeworm.com/read/101039/6260554

sql ad_workflow_trg.sql

CREATE OR REPLACE TRIGGER AD_Workflow_Trg AFTER INSERT OR UPDATE OF Name, Description, Help ON AD_Workflow FOR EACH ROW /**************************************************************************
www.eeworm.com/read/101039/6260630

sql ad_workflow_access.sql

/** * Access Workflow for All */ DECLARE CURSOR Cur_Role IS SELECT * FROM AD_Role; No NUMBER; BEGIN FOR r IN Cur_Role LOOP DBMS_OUTPUT.PUT_LINE('Role: ' || r.Name || ', Level=