Skip to main content

Class InvocationMethodType

Namespace: Workspace.XBR.Xperiflow.Routines.Runs

Assembly: Xperiflow.dll

Declaration
public class InvocationMethodType : StringEnumeration, IComparable

Inheritance: System.Object -> Workspace.XBR.Xperiflow.Utilities.Text.StringEnumeration

Implements: System.IComparable

Fields

Workflow

The workflow invocation method. The workflow invocation should be used when the component workflow framework should be used to allow the end user to define the routine run parameters.

Declaration
public static readonly InvocationMethodType Workflow

Direct

The direct invocation method. The direct invocation method should be used when programmatically invoking a routine run.

Declaration
public static readonly InvocationMethodType Direct

Implements

  • System.IComparable

Inherited Members

Was this page helpful?