Skip to content

IDeleteRequestHandler interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Represents a DeleteRequestHandler. Is used with DeleteBehavior objects.

public interface IDeleteRequestHandler : IRequestHandler

Members

name description
Connection { get; } Gets the current connection.
Context { get; } Gets the current request context.
Request { get; } Gets the delete request.
Response { get; } Gets the delete response.
Row { get; } Gets the row being deleted.
StateBag { get; } Gets a state bag that can be used as storage within a request handler context.
UnitOfWork { get; } Gets the current unit of work.

See Also