WorkflowServiceAttributesDynamicPropertyValidator Class
The property validator used by the WorkflowServiceAttributesProperty.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
System.Workflow.ComponentModel.Compiler::Validator
System.Workflow.Activities::WorkflowServiceAttributesDynamicPropertyValidator
| Name | Description | |
|---|---|---|
![]() | WorkflowServiceAttributesDynamicPropertyValidator() | Initializes a new instance of the WorkflowServiceAttributesDynamicPropertyValidator class. |
| 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.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate(ValidationManager^, Object^) | Validates the WorkflowServiceAttributesProperty property and returns a collection of ValidationError objects.(Overrides Validator::Validate(ValidationManager^, Object^).) |
![]() | 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.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


