Table of Contents

Class JobApplicationsController.ConvertRequest

Namespace
KadicErp.WebApi.Controllers.Recruiting
Assembly
KadicErp.WebApi.dll
public sealed record JobApplicationsController.ConvertRequest
Inheritance
object
JobApplicationsController.ConvertRequest

Constructors

ConvertRequest(int, int, Guid?, Guid?)

public ConvertRequest(int ContractorTypeId, int ResidencyStatusId, Guid? DepartmentId = null, Guid? JobTitleId = null)

Parameters

ContractorTypeId int
ResidencyStatusId int
DepartmentId Guid?
JobTitleId Guid?

Properties

ContractorTypeId

public int ContractorTypeId { get; init; }

Property Value

int

DepartmentId

public Guid? DepartmentId { get; init; }

Property Value

Guid?

JobTitleId

public Guid? JobTitleId { get; init; }

Property Value

Guid?

ResidencyStatusId

public int ResidencyStatusId { get; init; }

Property Value

int