ValidationService Class

Definition

Provides the functionality required to validate a workflow activity designer while it is being edited and to provide the results of the validation process.

public ref class ValidationService
public class ValidationService
type ValidationService = class
Public Class ValidationService
Inheritance
ValidationService

Constructors

ValidationService(EditingContext)

Creates a new instance of the ValidationService that uses permanent and transient state context information about an activity designer.

Properties

Settings

Gets the settings for the validation of the current activity tree.

Methods

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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
NavigateToError(String)

Moves the keyboard focus to the work surface location of an error in an activity.

NavigateToError(ValidationErrorInfo)

Moves the keyboard focus to the work surface location of an error in an activity.

OnValidationCompleted()

Triggers a new validation completed event.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
ValidateWorkflow()

Invokes validation of an activity tree.

Applies to