Skip to content

IRetrieveRequestHandler interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Represents a RetrieveRequestHandler. Is used with RetrieveBehavior objects.

public interface IRetrieveRequestHandler : IRequestHandler

Members

name description
Connection { get; } Gets the current connection.
Context { get; } Gets the current request context.
Request { get; } Gets the retrieve request.
Response { get; } Gets the retrieve response.
Row { get; } Gets the row used for querying / metadata lookup.
StateBag { get; } Gets a state bag that can be used as storage within a request handler context.
AllowSelectField(…) Returns true if field is allowed to be selected based on permissions and SelectLevel.Never flag.
ShouldSelectField(…) Returns true if field should be selected based on ColumnSelection flags.

See Also