OfficeTaskChildValidator Class
Provides the OfficeTask with a validator for ensuring that the decorated activity class is of the type OfficeTask.
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 Class OfficeTaskChildValidator _
Inherits BaseRequiredChildOfValidator
'Usage
Dim instance As OfficeTaskChildValidator
public class OfficeTaskChildValidator : BaseRequiredChildOfValidator
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.