This documentation is archived and is not being maintained.
ActivityCondition Class
Visual Studio 2008
Represents an abstract class for an expression, which evaluates to a Boolean. This class must be inherited.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
A condition is an expression, which evaluates to a Boolean value.
Windows Workflow Foundation offers two condition types: CodeCondition and RuleConditionReference.
You can create a custom condition type by deriving from this class and implementing the Evaluate method.
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.ActivityCondition
System.Workflow.Activities.CodeCondition
System.Workflow.Activities.Rules.RuleConditionReference
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.ActivityCondition
System.Workflow.Activities.CodeCondition
System.Workflow.Activities.Rules.RuleConditionReference
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: