|
|
Class |
Description |
|
Activity
|
Obsolete. Represents the fundamental building block of workflows. Activity is the base class for all activities. |
|
ActivityBind
|
Obsolete. Binds an activity's property to a property, field, indexer, method, event, or another activity's property. This class cannot be inherited. |
|
ActivityChangeAction
|
Obsolete. Represents a proposed change to a CompositeActivity within a running workflow instance. This class must be inherited. |
|
ActivityCollection
|
Obsolete. Models a strongly typed ICollection of type Activity. |
|
ActivityCollectionChangeEventArgs
|
Obsolete. Represents the information needed by an event handler to perform custom processing whenever the contents of an ActivityCollection changes. |
|
ActivityCondition
|
Obsolete. Represents an abstract class for an expression, which evaluates to a Boolean. This class must be inherited. |
|
ActivityExecutionContext
|
Obsolete. Represents the execution environment of an Activity. This class cannot be inherited. |
|
ActivityExecutionContextManager
|
Obsolete. Allows a CompositeActivity to create and manage execution contexts for its child activities. This class cannot be inherited. |
|
ActivityExecutionStatusChangedEventArgs
|
Obsolete. Holds information relating to the change of execution status event for an Activity. This class cannot be inherited. |
|
AddedActivityAction
|
Obsolete. Represents a proposed addition of an Activity to a CompositeActivity within a running workflow instance. |
|
AlternateFlowActivityAttribute
|
Obsolete. Custom attribute which indicates that the activity supports an alternative flow. This class cannot be inherited. |
|
CancellationHandlerActivity
|
Obsolete. Represents cancellation logic that can be associated with a CompositeActivity. This class cannot be inherited. |
|
CompensatableTransactionScopeActivity
|
Obsolete. Defines a compensatable version of the TransactionScopeActivity activity. This class cannot be inherited. |
|
CompensateActivity
|
Obsolete. Triggers the compensation of a completed child Activity that implements the ICompensatableActivity interface. This class cannot be inherited. |
|
CompensationHandlerActivity
|
Obsolete. Specifies workflow logic that undoes, or compensates for, the successful execution of the associated CompositeActivity. This class cannot be inherited. |
|
CompositeActivity
|
Obsolete. Derivative of Activity that is the base class for all activities that contain other activities. A CompositeActivity is responsible for managing the execution of its child activities. |
|
DependencyObject
|
Obsolete. The base class for all objects that have dependency properties. This class must be inherited. |
|
DependencyProperty
|
Obsolete. A special kind of property that can be defined or attached to a DependencyObject. There are three kinds of dependency properties: instance properties, meta properties, and attached properties. This class cannot be inherited. |
|
FaultHandlerActivity
|
Obsolete. Represents the activity class used to handle an Exception of the type specified by the FaultType property. This class cannot be inherited. |
|
FaultHandlersActivity
|
Obsolete. Represents a CompositeActivity that has an ordered list of child activities of type FaultHandlerActivity. This class cannot be inherited. |
|
PersistOnCloseAttribute
|
Obsolete. Indicates that the current workflow instance must be persisted when the adorned activity completes its execution. This class cannot be inherited. |
|
PropertyMetadata
|
Obsolete. Represents the behavior of a dependency property. |
|
QueueEventArgs
|
Obsolete. Represents the event arguments for a workflow queue-related event. |
|
RemovedActivityAction
|
Obsolete. Represents a proposed removal of an Activity from a CompositeActivity within a running workflow instance. |
|
SuspendActivity
|
Obsolete. Suspends the running workflow instance when executed. This class cannot be inherited. |
|
SynchronizationScopeActivity
|
Obsolete. Represents a section of workflow that requires controlled access to shared variables. If two or more instances of a SynchronizationScopeActivity access the same variables, then the execution of these activities is effectively serialized. This class cannot be inherited. |
|
TerminateActivity
|
Obsolete. Terminates the running workflow instance when an abnormal situation occurs. This class cannot be inherited. |
|
ThrowActivity
|
Obsolete. Models the throwing of an exception. This class cannot be inherited. |
|
TransactionScopeActivity
|
Obsolete. A section of workflow which demarcates a transaction boundary. A new Transaction is started when this Activity begins executing and the transaction commits when the Activity closes successfully. This class cannot be inherited. |
|
WorkflowChangeAction
|
Obsolete. An abstract base class from which all classes that represent proposed changes to a running workflow instance must derive. |
|
WorkflowChanges
|
Obsolete. Represents a set of proposed changes to a running workflow instance. |
|
WorkflowParameterBinding
|
Obsolete. A general-purpose class that represents a binding to a named parameter. This class cannot be inherited. |
|
WorkflowParameterBindingCollection
|
Obsolete. Represents a KeyedCollection<TKey, TItem> of type WorkflowParameterBinding. This class may not be inherited. |
|
WorkflowTerminatedException
|
Obsolete. Represents the Exception that is raised when a workflow is terminated. This class cannot be inherited. |
|
WorkflowTransactionOptions
|
Obsolete. Container for workflow transaction type options. This class cannot be inherited. |