Skip to main content

Class RoutineCallableType

The type of callable that can be invoked for a routine instance run.

Namespace: Workspace.XBR.Xperiflow.Routines

Assembly: Xperiflow.dll

Declaration
public class RoutineCallableType : StringEnumeration, IComparable

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

Implements: System.IComparable

Fields

Constructor

Denotes a constructor callable.

Declaration
public static readonly RoutineCallableType Constructor

Method

Denotes a method callable. Typically, the Method must be used after the Constructor has been used.

Declaration
public static readonly RoutineCallableType Method

Implements

  • System.IComparable

Inherited Members

Was this page helpful?