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.

See also

Reference

OfficeTaskChildValidator members

Microsoft.Office.Workflow.Actions namespace