Class ContextProcessor
Inheritance
System.Object
ContextProcessor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LightQuery.Shared
Assembly: LightQuery.Shared.dll
Syntax
public static class ContextProcessor
Methods
| Improve this Doc View SourceGetQueryContainer(ResultExecutingContext, Int32, String, Boolean)
Declaration
public static QueryContainer GetQueryContainer(ResultExecutingContext context, int defaultPageSize, string defaultSort, bool wrapNestedSortInNullChecks)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Mvc.Filters.ResultExecutingContext | context | |
System.Int32 | defaultPageSize | |
System.String | defaultSort | |
System.Boolean | wrapNestedSortInNullChecks |
Returns
Type | Description |
---|---|
QueryContainer |