StateActivityValidator Class
Represents a class that verifies whether a StateActivity class is configured correctly.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
System.Workflow.ComponentModel.Compiler::Validator
System.Workflow.ComponentModel.Compiler::DependencyObjectValidator
System.Workflow.ComponentModel.Compiler::ActivityValidator
System.Workflow.ComponentModel.Compiler::CompositeActivityValidator
System.Workflow.Activities::StateActivityValidator
| Name | Description | |
|---|---|---|
![]() | StateActivityValidator() | Initializes a new instance of the StateActivityValidator class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetFullPropertyName(ValidationManager^) | Helper method to extract the full property name. (Inherited from Validator.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate(ValidationManager^, Object^) | Validates the StateActivity class during workflow compilation.(Overrides CompositeActivityValidator::Validate(ValidationManager^, Object^).) |
![]() | ValidateActivityChange(Activity^, ActivityChangeAction^) | Validates the changes made to StateActivity.(Overrides CompositeActivityValidator::ValidateActivityChange(Activity^, ActivityChangeAction^).) |
![]() | ValidateProperties(ValidationManager^, Object^) | Helper method to automatically validate the specific objects properties.(Inherited from Validator.) |
![]() | ValidateProperty(PropertyInfo^, Object^, Object^, ValidationManager^) | Performs validation on a property and returns a ValidationErrorCollection that contains the results of that validation.(Inherited from Validator.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
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.


