Table of Contents

Class PlanSortingPolicy

Namespace
KadicAuth.Application.Plans.Sorting
Assembly
KadicAuth.Application.dll
public static class PlanSortingPolicy
Inheritance
object
PlanSortingPolicy

Properties

AllowedFields

public static string AllowedFields { get; }

Property Value

string

Methods

IsAllowed(string)

public static bool IsAllowed(string sortField)

Parameters

sortField string

Returns

bool

Resolve(string?)

public static Expression<Func<Plan, object>> Resolve(string? sortField)

Parameters

sortField string

Returns

Expression<Func<Plan, object>>