WFProcessPluggableAdapterDescriptor

Description

A Design Time supporting class for Agile Extender. This Design Time class extends the class WFProcessPluggableAdapterDescriptor.

Syntax

public partial class MyAgileExtenderDescriptor : WFProcessPluggableAdaptterDescriptor

Constructors

public WFProcessPluggableAdaptterDescriptor()
public WFProcessPluggableAdaptterDescriptor(bool designTime)

Namespace and Assembly

Requirement Value

Namespace

Ascentn.Workflow.Base

Assembly

Ascentn.Workflow.WFBase (in Ascentn.Workflow.WFBase.dll)

Properties

Property Description

ComponentTypeID

Function:
Specifies a unique type ID of an Agile Extender.
Type
string
Accepted Values:
A valid type ID for your AgileExtender.

Name

Function:
Specifies the name of an AgileExtender.
Type
string
Accepted Values:
A valid AgileExtender name.

DisplayName

Function:
Gets and sets the display name of an AgileExtender.
Type
string
Accepted Values:
A valid AgileExtender display name.

Description

Function:
A description of an AgileExtender.
Type
string
Accepted Values:
A string that can contain spaces and special characters.

AssemblyFullName

Function:
Gets the full name of an AgileExtender assembly.
Type
string
Accepted Values:
A valid AgileExtender assembly name.

ClassName

Function:
Gets the type of the AgileExtender.
Type
string
Accepted Values:
A valid AgileExtender type.

Process

Function:
Gets the interface class and sets the process definition.
Type
IWFProcessDefinition
Accepted Values:
A IWFProcessDefinition class.

DesignTime

Function:
Specifies whether the object is used at design time.
Type
bool
Accepted Values:
  • True - The object is used at design time.
  • False - The object is not used at design time.