mindee-api-dotnet

ResumeV1Education Class

Namespace: Mindee.Product.Resume
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

The list of the candidate’s educational background.

public sealed class ResumeV1Education : LineItemField

Inheritance: object → BaseFieldLineItemField → ResumeV1Education

Constructors

Name Description
ResumeV1Education()  

Properties

Name Description
DegreeDomain The area of study or specialization.
DegreeType The type of degree obtained, such as Bachelor’s, Master’s, or Doctorate.
EndMonth The month when the education program or course was completed.
EndYear The year when the education program or course was completed.
School The name of the school.
StartMonth The month when the education program or course began.
StartYear The year when the education program or course began.

Methods

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