Table of Contents

Interface IValidator<T>

Namespace
Core.CliniCore.Domain.Validation
Assembly
Core.CliniCore.dll

Contract for all validators

public interface IValidator<T>

Type Parameters

T

Type being validated

Properties

ErrorMessage

string ErrorMessage { get; }

Property Value

string

Methods

IsValid(T)

bool IsValid(T value)

Parameters

value T

Returns

bool