ActivityValidationServices Class
.NET Framework (current version)
Provides the functionality to validate a workflow.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Resolve(Activity^, String^) | Retrieves the workflow activity with the specified ID in the specified workflow. |
![]() ![]() | Validate(Activity^) | Verifies that a workflow activity is correctly configured according to the validation logic. This logic can be the CacheMetadata method of the activities to validate, or build and policy constraints. |
![]() ![]() | Validate(Activity^, ValidationSettings^) | Verifies that a workflow activity is correctly configured according to the validation logic. This logic can be the cacheMetadata method of the activities to validate, or build and policy constraints. |
.NET Framework
Available since 4.0
Available since 4.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.
Show:

