C# Class MVC5.ServiceLayer.QueryExtensions.UserQueryExtensions

Afficher le fichier Open project: rabbal/AspNetMVCNTierTemp

Méthodes publiques

Méthode Description
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

Method Details

OrderByEmail() public static méthode

public static OrderByEmail ( this users, bool isDesc = false ) : IQueryable
users this
isDesc bool
Résultat IQueryable

OrderByUserName() public static méthode

public static OrderByUserName ( this users, bool isDesc = false ) : IQueryable
users this
isDesc bool
Résultat IQueryable

SearchByEmail() public static méthode

public static SearchByEmail ( this users, string email ) : IQueryable
users this
email string
Résultat IQueryable

SearchByIp() public static méthode

public static SearchByIp ( this users, string ip ) : IQueryable
users this
ip string
Résultat IQueryable

SearchByNameForShow() public static méthode

public static SearchByNameForShow ( this users, string nameForShow ) : IQueryable
users this
nameForShow string
Résultat IQueryable

SearchByUserName() public static méthode

public static SearchByUserName ( this users, string userName ) : IQueryable
users this
userName string
Résultat IQueryable

SkipAndTake() public static méthode

public static SkipAndTake ( this users, int pageIndex, int pageSize ) : IQueryable
users this
pageIndex int
pageSize int
Résultat IQueryable