REslava.Result API Reference REslava.Result API Reference

Interface IValidatorRule<T>

Namespace
REslava.Result
Assembly
REslava.Result.dll
public interface IValidatorRule<T>

Type Parameters

T
Extension Methods
ValidationExtensions.EnsureNotNull<TCollection>(TCollection?, string, string?)

Properties

ErrorMessage

Gets the default error message for this validation rule.

string ErrorMessage { get; }

Property Value

string

Name

Gets the name of the validation rule.

string Name { get; }

Property Value

string
Edit this page
Made with docfx