WorkflowInstanceExtensionManager Class

Definition

Manages a collection of extensions for a WorkflowInstance.

public ref class WorkflowInstanceExtensionManager
public class WorkflowInstanceExtensionManager
type WorkflowInstanceExtensionManager = class
Public Class WorkflowInstanceExtensionManager
Inheritance
WorkflowInstanceExtensionManager

Constructors

WorkflowInstanceExtensionManager()

Initializes a new instance of the WorkflowInstanceExtensionManager class.

Methods

Add(Object)

Adds the specified extension to the collection of extensions.

Add<T>(Func<T>)

Registers a Func<TResult> that is used to provide an instance of an extension when requested by a workflow instance.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MakeReadOnly()

Marks the collection of extensions as read-only.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to