Skip to content

IListRequestHandler interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Represents a ListRequestHandler. Is used with ListBehavior objects.

public interface IListRequestHandler : IRequestHandler

Members

name description
Connection { get; } Gets the current connection.
Context { get; } Gets the current request context.
Request { get; } Gets the list request.
Response { get; } Gets the list 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.
IgnoreEqualityFilter(…) Use to ignore an equality filter.
ShouldSelectField(…) Returns true if field should be selected based on ColumnSelection flags.

See Also