AuthRepositoryUtils
Assembly: ServiceStack.dll
View Source
Declaration
public static class AuthRepositoryUtils
Methods
ParseOrderBy(String, out Boolean)
View Source
Declaration
public static string ParseOrderBy(string orderBy, out bool desc)
Returns
System.String
Parameters
Type | Name |
---|---|
System.String | orderBy |
System.Boolean | desc |
SortAndPage<TUserAuth>(IEnumerable<TUserAuth>, String, Nullable<Int32>, Nullable<Int32>)
View Source
Declaration
public static IEnumerable<TUserAuth> SortAndPage<TUserAuth>(this IEnumerable<TUserAuth> q, string orderBy, int? skip, int? take)
where TUserAuth : IUserAuth
Returns
System.Collections.Generic.IEnumerable<<TUserAuth>>
Parameters
Type | Name |
---|---|
System.Collections.Generic.IEnumerable<<TUserAuth>> | q |
System.String | orderBy |
System.Nullable<System.Int32> | skip |
System.Nullable<System.Int32> | take |
Type Parameters
TUserAuth