ValidationManager Class
Enables the sharing of contextual information, such as property validation, parent activity, and so on, across validators during the compilation process.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | ValidationManager(IServiceProvider^) | Initializes a new instance of the ValidationManager class using the identified service provider. |
![]() | ValidationManager(IServiceProvider^, Boolean) | Initializes a new instance of the ValidationManager class using the identified service provider and indicates whether child Activity classes should be validated. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets a value that indicates the stack object that a validator can use to make information available to nested validators. |
![]() | ValidateChildActivities | Gets a value that indicates whether child Activity classes should be validated. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetService(Type^) | Gets the service object of the specified Type. |
![]() | GetType() | |
![]() | GetValidators(Type^) | Returns an array of validators that are associated with a type by looking up the validator attribute applied on the type. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
For a list of initial property values regarding an instance of the ValidationManager class, see the ValidationManager constructor.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


