Skip to content

IUndeleteRequestHandler interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Represents a UndeleteRequestHandler. Is used with UndeleteBehavior objects.

public interface IUndeleteRequestHandler : IRequestHandler

Members

name description
Connection { get; } Gets the current connection.
Context { get; } Gets the current request context.
Request { get; } Gets the undelete request.
Response { get; } Gets the undelete response.
Row { get; } Gets the row being undeleted.
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