C# 클래스 MVC5.ServiceLayer.QueryExtensions.UserQueryExtensions

파일 보기 프로젝트 열기: rabbal/AspNetMVCNTierTemp

공개 메소드들

메소드 설명
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