代码搜索:Workflow

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

代码结果 4,191
www.eeworm.com/read/277824/4150469

cs vsafunctionprovidertestcase.cs

using System.Collections; using NUnit.Framework; namespace DotNetTools.Workflow.Util.Vsa { public class VsaFunctionProviderTestCase : TestCaseBase { public VsaFunctionProviderTestCase()
www.eeworm.com/read/447272/1706430

cs inode.cs

using Iesi.Collections; namespace NetBpm.Workflow.Definition { public interface INode : IDefinitionObject { IProcessBlock ProcessBlock { get; } ISet ArrivingTransitions { get; } ISet
www.eeworm.com/read/447272/1706431

cs startstateimpl.cs

using NetBpm.Util.Xml; namespace NetBpm.Workflow.Definition.Impl { public class StartStateImpl : ActivityStateImpl, IStartState { public StartStateImpl() { } public StartStateImp
www.eeworm.com/read/447272/1706480

cs organisationruntimeexception.cs

using System; namespace NetBpm.Workflow.Organisation { /// is a RuntimeException that is thrown to signal any kind of exception while retrieving organisational information.
www.eeworm.com/read/447272/1706557

cs exceptionhandlingtypehelper.cs

using System; namespace NetBpm.Workflow.Delegation { public enum ExceptionHandlingType { ROLLBACK = 1, LOG = 2, IGNORE = 3, } public class ExceptionHandlingTypeHelper { pub
www.eeworm.com/read/447272/1706625

cs abstractconfigurable.cs

using System.Collections; namespace NetBpm.Workflow.Delegation { public class AbstractConfigurable : IConfigurable { private IDictionary _configuration = null; public IDictionary GetCo
www.eeworm.com/read/447272/1706650

cs imessage.cs

using System; namespace NetBpm.Workflow.Log { public interface IMessage : ILogDetail { //@portme to message after Message->IMassage String MessageText { get; } } }
www.eeworm.com/read/447272/1707078

cs trivialassignmenthandler.cs

using System; using NetBpm.Workflow.Delegation; namespace NetBpm.Example.Delegate { public class TrivialAssignmentHandler : IAssignmentHandler { public String SelectActor(IAssignment