RowValidationContext class
namespace: Serenity.Services assembly: Serenity.Net.Services
A validation context for rows
public class RowValidationContext : IValidationContext
| parameter | description |
|---|---|
| connection | The connection. |
| row | The row. |
| localizer | The localizer. |
Public Members
| name | description |
|---|---|
| RowValidationContext(…) | A validation context for rows |
| Connection { get; } | Gets the connection. |
| Localizer { get; } | Localizer |
| Value { get; set; } | Gets the value. |
| GetFieldValue(…) | Gets the value of the field with the specified name. |
Remarks
Initializes a new instance of the RowValidationContext class.
See Also
- interface IValidationContext
- Source: RowValidationContext.cs