代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/447272/1706660
cs messageimpl.cs
using System;
namespace NetBpm.Workflow.Log.Impl
{
public class MessageImpl : LogDetailImpl, IMessage
{
private String _message = null;
public String MessageText
{
get { return
www.eeworm.com/read/416749/2117287
tmp new_wizard_step1.smarty.2.tmp
{i18n}Step 1: Basic Workflow Details{/i18n}
{$form->render()}
www.eeworm.com/read/416749/2117323
tmp new_wizard_step1.smarty.tmp
{i18n}Step 1: Basic Workflow Details{/i18n}
{$form->render()}
www.eeworm.com/read/416749/2117350
svn-base new_wizard_step1.smarty.svn-base
{i18n}Step 1: Basic Workflow Details{/i18n}
{$form->render()}
www.eeworm.com/read/416749/2117362
smarty new_wizard_step1.smarty
{i18n}Step 1: Basic Workflow Details{/i18n}
{$form->render()}
www.eeworm.com/read/274966/10842986
cs assemblyinfo.cs
#region Using directives
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Workflow.ComponentModel.Serialization;
#endregion
// General Information about an assem
www.eeworm.com/read/274966/10843059
cs writeline.cs
using System;
using System.Workflow.ComponentModel;
using System.ComponentModel;
using EssentialWF.Services;
namespace EssentialWF.Activities {
public class WriteLine : Activity {
www.eeworm.com/read/311174/13634128
txt 软件实践翻译作业.txt
3.1 Test Strategy
The Test Strategy phase is the beginning of the test management workflow in which it is defined how the testing activities will be conducted during the QA life cycle. The key deliv
www.eeworm.com/read/146638/5735874
java~ generalfailureexception.java~
/*
*/
package com.sun.j2ee.workflow.control.exceptions;
/**
* This exception is the base class for all the web runtime exceptions.
*/
public class GeneralFailureException extends RuntimeExceptio
www.eeworm.com/read/146638/5735886
java~ workflowactionexception.java~
/*
*/
package com.sun.j2ee.workflow.control.exceptions;
/**
* This exception is the base class for all the event exceptions.
*/
public class WorkflowActionException extends Exception implements