RowValidationContext class

namespace: Serenity.Services   assemblySerenity.Net.Entity

A validation context for rows

public class RowValidationContext : IValidationContext

Public Members

name description
RowValidationContext(…) Initializes a new instance of the RowValidationContext class.
Connection { get; } Gets the connection.
Localizer { get; } Localizer
Value { get; set; } Gets the value.
GetFieldValue(…) Gets the field value.

See Also