C# 클래스 PersonsService.PersonsService

상속: IPersonsService
파일 보기 프로젝트 열기: Hill30/ResourceAllocation

공개 메소드들

메소드 설명
GetClient ( int id ) : Client
GetClientNotes ( int clientId, int count, int offset, string sortDirection ) : List
GetEmployee ( int id ) : Employee
GetEmployeeNotes ( int employeeId, int count, int offset, string sortDirection ) : List
Search ( string searchString, int count, int offset, string sortBy, string sortDirection ) : List

메소드 상세

GetClient() 공개 메소드

public GetClient ( int id ) : Client
id int
리턴 PersonsServiceModel.Client

GetClientNotes() 공개 메소드

public GetClientNotes ( int clientId, int count, int offset, string sortDirection ) : List
clientId int
count int
offset int
sortDirection string
리턴 List

GetEmployee() 공개 메소드

public GetEmployee ( int id ) : Employee
id int
리턴 PersonsServiceModel.Employee

GetEmployeeNotes() 공개 메소드

public GetEmployeeNotes ( int employeeId, int count, int offset, string sortDirection ) : List
employeeId int
count int
offset int
sortDirection string
리턴 List

Search() 공개 메소드

public Search ( string searchString, int count, int offset, string sortBy, string sortDirection ) : List
searchString string
count int
offset int
sortBy string
sortDirection string
리턴 List