ValidationState Enumeration

.NET Framework (current version)
 

An enumeration of values that represent states of activity validation.

Namespace:   System.Activities.Presentation.Validation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public enum class ValidationState

Member nameDescription
ChildInvalid

A value that represents that validation found a child activity to be invalid.

Error

A value that indicates that an error occurred during the validation of an activity.

Valid

A value that indicates that an activity is valid.

Warning

A value that indicates that a warning occurred during the validation of an activity.

The numeric values of each of the enumeration values indicate the severity of the error.

.NET Framework
Available since 4.0
Return to top
Show: