Skip to content

IValidationContext interface

namespace: Serenity   assemblySerenity.Net.Services

Validation context abstraction.

public interface IValidationContext

Members

name description
Connection { get; } Gets the connection.
Localizer { get; } Gets the localizer used to translate texts.
Value { get; } Gets the value.
GetFieldValue(…) Gets the field value.

See Also