Class InvokesBase<T>
Base class for all invoke activities within EPiServer
Inheritance
System.Object
InvokesBase<T>
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2Syntax
public abstract class InvokesBase<T> : CallExternalMethodActivity where T : InvokesBase<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
InvokesBase(String)
Initializes a new instance of the InvokesBase<T> class.
Declaration
protected InvokesBase(string methodName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | methodName | Name of the method. |
Properties
InterfaceType
Gets or sets external method's declaring interface that has the System.Workflow.Activities.ExternalDataExchangeAttribute.
Declaration
public override sealed Type InterfaceType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Type |
MethodName
Gets or sets the name of the method to be called on the local service registered with the System.Workflow.Activities.ExternalDataExchangeService.
Declaration
public override sealed string MethodName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |