C# Класс MVC5.ServiceLayer.QueryExtensions.UserQueryExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
OrderByEmail ( this users, bool isDesc = false ) : IQueryable
OrderByUserName ( this users, bool isDesc = false ) : IQueryable
SearchByEmail ( this users, string email ) : IQueryable
SearchByIp ( this users, string ip ) : IQueryable
SearchByNameForShow ( this users, string nameForShow ) : IQueryable
SearchByUserName ( this users, string userName ) : IQueryable
SkipAndTake ( this users, int pageIndex, int pageSize ) : IQueryable

Описание методов

OrderByEmail() публичный статический Метод

public static OrderByEmail ( this users, bool isDesc = false ) : IQueryable
users this
isDesc bool
Результат IQueryable

OrderByUserName() публичный статический Метод

public static OrderByUserName ( this users, bool isDesc = false ) : IQueryable
users this
isDesc bool
Результат IQueryable

SearchByEmail() публичный статический Метод

public static SearchByEmail ( this users, string email ) : IQueryable
users this
email string
Результат IQueryable

SearchByIp() публичный статический Метод

public static SearchByIp ( this users, string ip ) : IQueryable
users this
ip string
Результат IQueryable

SearchByNameForShow() публичный статический Метод

public static SearchByNameForShow ( this users, string nameForShow ) : IQueryable
users this
nameForShow string
Результат IQueryable

SearchByUserName() публичный статический Метод

public static SearchByUserName ( this users, string userName ) : IQueryable
users this
userName string
Результат IQueryable

SkipAndTake() публичный статический Метод

public static SkipAndTake ( this users, int pageIndex, int pageSize ) : IQueryable
users this
pageIndex int
pageSize int
Результат IQueryable