RowValidationContext constructor
namespace: Serenity.Services assembly: Serenity.Net.Entity
Initializes a new instance of the RowValidationContext class.
public RowValidationContext(IDbConnection connection, IRow row, ITextLocalizer localizer)
| parameter | description |
|---|---|
| connection | The connection. |
| row | The row. |
| localizer | The localizer. |
See Also
- interface IRow
- interface ITextLocalizer
- class RowValidationContext