Table of Contents

Interface IValidatable

Namespace
Olve.Validation
Assembly
Olve.Validation.dll

Defines a contract for an object that can validate its own state or data.

public interface IValidatable

Methods

Validate()

Performs validation on this instance.

Result Validate()

Returns

Result

A Result indicating whether validation succeeded, and, if it failed, containing details of any validation errors.