Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) JobRepository.Close示例
编程语言:
C# (CSharp)
类/类型:
JobRepository
方法/功能:
Close
hotexamples.com的示例:
1
C# (CSharp) JobRepository.Close - 已找到1个示例
。这些是从开源项目中提取的最受好评的
JobRepository.Close
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Add(24)
Create(14)
GetAll(13)
Delete(13)
ActiveJobs(12)
Get(12)
AddJob(10)
GetById(8)
DeleteJob(4)
GetAllIncluding(4)
Complete(3)
GetByStatus(3)
GetByGroup(3)
CreateJob(3)
FindOne(2)
GetCurrentlyRunningJobs(2)
Dispose(2)
GetAllJobs(2)
DoneJobs(2)
GetCompletedJobs(2)
CreateApiUser(2)
Edit(2)
GetAsync(1)
GetAllWithAllDataAsync(1)
GetApprovedJobByUserId(1)
GetByID(1)
GetAllPendingJobs(1)
GetAllJobsAsync(1)
GetByJobStateId(1)
GetApplicantAll(1)
GetBusinessTypeAll(1)
AcceptApplicant(1)
GetByManagerId(1)
GetByRegistration(1)
GetBySkillId(1)
GetCanceledJobs(1)
GetCandidates(1)
GetCompJobs(1)
GetCooperativeAll(1)
GetCreatedJobByJobId(1)
GetData(1)
GetDetailJobAll(1)
GetDetails(1)
GetHotJobs(1)
GetRecommendedJobs(1)
GetSavedJobs(1)
GetSingle(1)
GetBySlug(1)
FindById(1)
GetAllApiUsers(1)
常用方法
Add (24)
Create (14)
GetAll (13)
Delete (13)
ActiveJobs (12)
Get (12)
AddJob (10)
GetById (8)
DeleteJob (4)
GetAllIncluding (4)
常用方法
Complete (3)
GetByStatus (3)
GetByGroup (3)
CreateJob (3)
FindOne (2)
GetCurrentlyRunningJobs (2)
Dispose (2)
GetAllJobs (2)
DoneJobs (2)
GetCompletedJobs (2)
CreateApiUser (2)
Edit (2)
GetAsync (1)
GetAllWithAllDataAsync (1)
GetApprovedJobByUserId (1)
GetByID (1)
GetAllPendingJobs (1)
GetAllJobsAsync (1)
GetByJobStateId (1)
GetApplicantAll (1)
常用方法
CreateApiUser (2)
Edit (2)
GetAsync (1)
GetAllWithAllDataAsync (1)
GetApprovedJobByUserId (1)
GetByID (1)
GetAllPendingJobs (1)
GetAllJobsAsync (1)
GetByJobStateId (1)
GetApplicantAll (1)
GetBusinessTypeAll (1)
AcceptApplicant (1)
GetByManagerId (1)
GetByRegistration (1)
GetBySkillId (1)
GetCanceledJobs (1)
GetCandidates (1)
GetCompJobs (1)
GetCooperativeAll (1)
GetCreatedJobByJobId (1)
GetData (1)
GetDetailJobAll (1)
GetDetails (1)
GetHotJobs (1)
GetRecommendedJobs (1)
GetSavedJobs (1)
GetSingle (1)
GetBySlug (1)
FindById (1)
GetAllApiUsers (1)
常用方法
GetBusinessTypeAll (1)
AcceptApplicant (1)
GetByManagerId (1)
GetByRegistration (1)
GetBySkillId (1)
GetCanceledJobs (1)
GetCandidates (1)
GetCompJobs (1)
GetCooperativeAll (1)
GetCreatedJobByJobId (1)
GetData (1)
GetDetailJobAll (1)
GetDetails (1)
GetHotJobs (1)
GetRecommendedJobs (1)
GetSavedJobs (1)
GetSingle (1)
GetBySlug (1)
FindById (1)
GetAllApiUsers (1)
DelJob (1)
AddAsync (1)
AddJobPosted (1)
AddNewJob (1)
AddWorking (1)
All (1)
Apply (1)
AssignJob (1)
CancelJob (1)
Close (1)
CompleteJob (1)
CreateJobApplication (1)
CreateJobAsync (1)
DeactivateJob (1)
DelJobs (1)
GetAccountsJob (1)
DeleteApiUser (1)
DeleteAsync (1)
DeleteJobAsync (1)
Disable (1)
示例#1
0
显示文件
文件:
EmployeeJobFactory.cs
项目:
VTUZ-12IE1bzud/VTUZ_SE_Labs
public void Close() { _employee?.Close(); _job?.Close(); }
x