Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
C# (CSharp) IInterviewService.GetCandidates 예제들
프로그래밍 언어:
C# (CSharp)
클래스/타입:
IInterviewService
메소드/함수:
GetCandidates
hotexamples.com에서의 예제들:
1
C# (CSharp) IInterviewService.GetCandidates - 1개의 예제가 발견되었습니다
. 이것들은 오픈소스 프로젝트에서 추출된 C# (CSharp)의
IInterviewService.GetCandidates
에 대한 실세계 최고 등급의 예제들입니다. 예제들을 평가하여 예제의 품질 향상에 도움을 줄 수 있습니다.
자주 사용되는 메소드들
보기
숨기기
Add(3)
Create(3)
AddAsync(3)
GetAll(3)
GetExamAsync(2)
Delete(2)
GetInterviewById(2)
GetInterviewByVacancyId(2)
GetById(2)
Commit(2)
GetQuestion(2)
GetGeneralInterviewsByCandidate(1)
GetCategoriesAsync(1)
GetResponses(1)
GetCategoryAsync(1)
GetCompanies(1)
GetQuestionsForExamAsync(1)
GetQuestions(1)
GetExamByCategoryAsync(1)
GetForEditAsync(1)
GetInterviewAsync(1)
GetMany(1)
GetInterviewByApplicantId(1)
GetInterviewByCandidateId(1)
GetPassedInterviewsAsync(1)
GetCandidates(1)
GetPagedListAsync(1)
GetInterviewDetail(1)
GetInterviewWithIncludes(1)
GetInterviewsByCompanyId(1)
GetInterviewByLocationAndType(1)
GetAnswersForQuestionAsync(1)
GetCandidate(1)
CreateResponseAsync(1)
AddCustomerInterview(1)
AddGeneralInterview(1)
AddInterview(1)
AddQuestionToTest(1)
AddTechInterview(1)
AnalyzeAnswers(1)
CreateAsync(1)
CreateCandidate(1)
CreateInterview(1)
CreateQuestion(1)
CreateTest(1)
GetAppliedInterviews(1)
CreateViewModel(1)
CustomerInterviewClose(1)
DeleteAsync(1)
DeleteInterview(1)
자주 사용되는 메소드들
Add (3)
Create (3)
AddAsync (3)
GetAll (3)
GetExamAsync (2)
Delete (2)
GetInterviewById (2)
GetInterviewByVacancyId (2)
GetById (2)
Commit (2)
자주 사용되는 메소드들
GetQuestion (2)
GetGeneralInterviewsByCandidate (1)
GetCategoriesAsync (1)
GetResponses (1)
GetCategoryAsync (1)
GetCompanies (1)
GetQuestionsForExamAsync (1)
GetQuestions (1)
GetExamByCategoryAsync (1)
GetForEditAsync (1)
GetInterviewAsync (1)
GetMany (1)
GetInterviewByApplicantId (1)
GetInterviewByCandidateId (1)
GetPassedInterviewsAsync (1)
GetCandidates (1)
GetPagedListAsync (1)
GetInterviewDetail (1)
GetInterviewWithIncludes (1)
GetInterviewsByCompanyId (1)
자주 사용되는 메소드들
GetInterviewAsync (1)
GetMany (1)
GetInterviewByApplicantId (1)
GetInterviewByCandidateId (1)
GetPassedInterviewsAsync (1)
GetCandidates (1)
GetPagedListAsync (1)
GetInterviewDetail (1)
GetInterviewWithIncludes (1)
GetInterviewsByCompanyId (1)
GetInterviewByLocationAndType (1)
GetAnswersForQuestionAsync (1)
GetCandidate (1)
CreateResponseAsync (1)
AddCustomerInterview (1)
AddGeneralInterview (1)
AddInterview (1)
AddQuestionToTest (1)
AddTechInterview (1)
AnalyzeAnswers (1)
CreateAsync (1)
CreateCandidate (1)
CreateInterview (1)
CreateQuestion (1)
CreateTest (1)
GetAppliedInterviews (1)
CreateViewModel (1)
CustomerInterviewClose (1)
DeleteAsync (1)
DeleteInterview (1)
자주 사용되는 메소드들
GetInterviewByLocationAndType (1)
GetAnswersForQuestionAsync (1)
GetCandidate (1)
CreateResponseAsync (1)
AddCustomerInterview (1)
AddGeneralInterview (1)
AddInterview (1)
AddQuestionToTest (1)
AddTechInterview (1)
AnalyzeAnswers (1)
CreateAsync (1)
CreateCandidate (1)
CreateInterview (1)
CreateQuestion (1)
CreateTest (1)
GetAppliedInterviews (1)
CreateViewModel (1)
CustomerInterviewClose (1)
DeleteAsync (1)
DeleteInterview (1)
DeleteInterviewAsync (1)
EditAsync (1)
FinishTest (1)
Get (1)
GetAllWithIncludesAsync (1)
GetAllWithIncludesAsyncById (1)
GetResponsesForInterviewAsync (1)
예제 #1
0
파일 보기
파일:
InterviewController.cs
프로젝트:
pricekane/interviewapi
public IEnumerable <Candidate> GetCandidates() { return(_interviewService.GetCandidates()); }
x