C# 클래스 WebApp.HousingExtensions

파일 보기 프로젝트 열기: RR-Studio/RealEstateCrm

공개 메소드들

메소드 설명
Filter ( FilterParams filter ) : bool>.Func
GetFullById ( this housings, int id ) : Housing
GetPage ( this query, int page, int &totalItems, int &totalPages ) : List
IncludeAll ( this housing ) : IQueryable

메소드 상세

Filter() 공개 정적인 메소드

public static Filter ( FilterParams filter ) : bool>.Func
filter FilterParams
리턴 bool>.Func

GetFullById() 공개 정적인 메소드

public static GetFullById ( this housings, int id ) : Housing
housings this
id int
리턴 WebApp.Entities.Housing

GetPage() 공개 정적인 메소드

public static GetPage ( this query, int page, int &totalItems, int &totalPages ) : List
query this
page int
totalItems int
totalPages int
리턴 List

IncludeAll() 공개 정적인 메소드

public static IncludeAll ( this housing ) : IQueryable
housing this
리턴 IQueryable