ITaskValidationManager Interface

Definition

Defines a method that shows the collection of tasks in the manager to be validated.

public interface class ITaskValidationManager
public interface ITaskValidationManager
type ITaskValidationManager = interface
Public Interface ITaskValidationManager

Properties

IsValidating

Gets a value indicating whether the validation is in progress.

LastValidationResults

Gets the results of the last validation run.

Validators

Gets the collection of the validator components.

Methods

BeginValidationAsync()

Initiates the validation process.

Validate()

Performs validation by using the validators collection before each validator is to be executed.

Events

Validated

Occurs when the validation process is completed.

Validating

Occurs when the validation process is about to begin.

Applies to