BaseRequiredChildOfValidator Class
Provides a CompositeActivityValidator that ensures that the object passed in (most commonly an Activity object) has a parent object.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.Compiler.Validator
System.Workflow.ComponentModel.Compiler.DependencyObjectValidator
System.Workflow.ComponentModel.Compiler.ActivityValidator
System.Workflow.ComponentModel.Compiler.CompositeActivityValidator
Microsoft.Office.Workflow.Actions.BaseRequiredChildOfValidator
Microsoft.Office.Workflow.Actions.OfficeTaskChildValidator
Namespace: Microsoft.Office.Workflow.Actions
Assembly: Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)
Syntax
'Declaration
Public MustInherit Class BaseRequiredChildOfValidator _
Inherits CompositeActivityValidator
'Usage
Dim instance As BaseRequiredChildOfValidator
public abstract class BaseRequiredChildOfValidator : CompositeActivityValidator
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.