C# 클래스 AspNetPagingExample.Controllers.EmployeesController

상속: BaseController
파일 보기 프로젝트 열기: schneidenbach/AspNetPagingExample 1 사용 예제들

공개 메소드들

메소드 설명
EmployeesController ( EntityContext context ) : System
Get ( int page = null, int pageSize = 10, string orderBy = nameof(Employee.Id), bool ascending = true ) : Task

메소드 상세

EmployeesController() 공개 메소드

public EmployeesController ( EntityContext context ) : System
context AspNetPagingExample.Models.Entities.EntityContext
리턴 System

Get() 공개 메소드

public Get ( int page = null, int pageSize = 10, string orderBy = nameof(Employee.Id), bool ascending = true ) : Task
page int
pageSize int
orderBy string
ascending bool
리턴 Task