代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/277826/4149922
cs textareainput.cs
using System;
using log4net;
using NetBpm.Workflow.Delegation;
namespace NetBpm.Workflow.Delegation.Impl.Htmlformatter
{
public class TextAreaInput:AbstractConfigurable, IHtmlFormatter
{
www.eeworm.com/read/277826/4149923
cs personlabel.cs
using System;
using NetBpm.Workflow.Delegation;
using NetBpm.Workflow.Organisation;
namespace NetBpm.Workflow.Delegation.Impl.Htmlformatter
{
public class PersonLabel:AbstractConfigurable, IHt
www.eeworm.com/read/277826/4149937
cs integerserializer.cs
using System;
using log4net;
namespace NetBpm.Workflow.Delegation.Impl.Serializer
{
public class IntegerSerializer : AbstractConfigurable, ISerializer
{
private static readonly ILog log =
www.eeworm.com/read/277826/4150009
cs jobthread.cs
using System;
using System.Threading;
namespace NetBpm.Workflow.Scheduler.EComp.Impl
{
public class JobThread
{
private static JobThread jobThreadInstance = new JobThread();
private boo
www.eeworm.com/read/277826/4150182
entries
/IBankA.cs/1.2/Sat Mar 4 09:52:44 2006//
/IBankB.cs/1.2/Sat Mar 4 09:52:44 2006//
D/Impl////
www.eeworm.com/read/448120/1692147
module net.jxta.platform.module
# The list of Builtin Module Implementation Classes included with this distribution.
# Used by PeerGroup Implementation.
urn:jxta:uuid-deadbeefdeafbabafeedbabe000000020106 net.jxta.impl.resolver.Reso
www.eeworm.com/read/447272/1706432
cs processblockimpl.cs
using System.Collections;
using Iesi.Collections;
using NetBpm.Util.Xml;
namespace NetBpm.Workflow.Definition.Impl
{
public class ProcessBlockImpl : DefinitionObjectImpl, IProcessBlock
{
www.eeworm.com/read/447272/1706451
cs unresolvedreference.cs
using System;
using log4net;
namespace NetBpm.Workflow.Definition.Impl
{
public class UnresolvedReference
{
private Object _referencingObject = null;
private String _destinationName = n
www.eeworm.com/read/447272/1706485
cs userimpl.cs
using System;
using Iesi.Collections;
namespace NetBpm.Workflow.Organisation.Impl
{
public class UserImpl : ActorImpl, IUser
{
// private members
private String _firstName = null;
pr
www.eeworm.com/read/447272/1706487
cs groupimpl.cs
using System;
using System.Collections;
namespace NetBpm.Workflow.Organisation.Impl
{
public class GroupImpl : ActorImpl, IGroup
{
// private members
private String _name = null;
pri