Namespace: Mindee.Product.Resume
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
The list of the candidate’s professional experiences.
public sealed class ResumeV1ProfessionalExperience : LineItemField
Inheritance: object → BaseField → LineItemField → ResumeV1ProfessionalExperience
Name | Description |
---|---|
ResumeV1ProfessionalExperience() |
Name | Description |
---|---|
ContractType | The type of contract for the professional experience. |
Department | The specific department or division within the company. |
Description | The description of the professional experience as written in the document. |
Employer | The name of the company or organization. |
EndMonth | The month when the professional experience ended. |
EndYear | The year when the professional experience ended. |
Role | The position or job title held by the candidate. |
StartMonth | The month when the professional experience began. |
StartYear | The year when the professional experience began. |
Name | Description |
---|---|
ToString() | A prettier representation of the line values. |
ToTableLine() | Output the line in a format suitable for inclusion in an rST table. |
Documentation generated by MdDocs