代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/277826/4149774
cs endstateimpl.cs
using NetBpm.Util.Xml;
namespace NetBpm.Workflow.Definition.Impl
{
public class EndStateImpl : StateImpl, IEndState
{
public EndStateImpl()
{
}
public EndStateImpl(IProcessDefini
www.eeworm.com/read/277826/4149801
cs igroup.cs
using System.Collections;
namespace NetBpm.Workflow.Organisation
{
/// is any type of collection of users.
/// Organisational entities such as a business unit, a department, a team,
www.eeworm.com/read/277826/4149887
cs idecisioncontext.cs
namespace NetBpm.Workflow.Delegation
{
/// allows Decision-implementators to interact with and get information from
/// the execution engine.
///
public interface IDecisi
www.eeworm.com/read/277826/4149889
cs iactionhandler.cs
namespace NetBpm.Workflow.Delegation
{
/// is the delegation-interface for the execution of process-initiated actions.
/// Interactions are used to communicate with the existing infr
www.eeworm.com/read/277826/4149938
cs dateserializer.cs
using System;
namespace NetBpm.Workflow.Delegation.Impl.Serializer
{
public class DateSerializer : AbstractConfigurable, ISerializer
{
public String Serialize(Object object_Renamed)
{
www.eeworm.com/read/277826/4149941
cs textserializer.cs
using System;
namespace NetBpm.Workflow.Delegation.Impl.Serializer
{
public class TextSerializer : AbstractConfigurable, ISerializer
{
public String Serialize(Object object_Renamed)
{
www.eeworm.com/read/277826/4150001
cs iobjectreference.cs
using System;
namespace NetBpm.Workflow.Log
{
public interface IObjectReference : ILogDetail
{
Int64 ReferenceId { get; }
String ClassName { get; }
Object GetObject();
}
}
www.eeworm.com/read/277824/4150473
cs castlecontainer.cs
using Castle.Windsor;
using Castle.Windsor.Configuration.Interpreters;
namespace DotNetTools.Workflow.Util
{
public class CastleContainer : WindsorContainer
{
public CastleContainer()
www.eeworm.com/read/447272/1706418
cs npdlexception.cs
using System;
using System.Collections;
namespace NetBpm.Workflow.Definition
{
/// is the checked exception that is thrown when a process archive
/// is not compliant as specified i
www.eeworm.com/read/447272/1706440
cs endstateimpl.cs
using NetBpm.Util.Xml;
namespace NetBpm.Workflow.Definition.Impl
{
public class EndStateImpl : StateImpl, IEndState
{
public EndStateImpl()
{
}
public EndStateImpl(IProcessDefini