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; } Current connection
Context { get; } Current request context
Request { get; } Undelete request
Response { get; } Delete response
Row { get; } New row
StateBag { get; } A state bag that can be used as storage within a request handler context
UnitOfWork { get; } Current transaction

See Also