Table of Contents

Interface IValidatable

Namespace
Mailtrap.Core.Validation
Assembly
Mailtrap.Abstractions.dll

Defines a validatable object.

public interface IValidatable

Methods

Validate()

Validates the current instance.

ValidationResult Validate()

Returns

ValidationResult

Object containing validation errors, if any.